tweak
This commit is contained in:
parent
ab636db3e9
commit
9deef2260d
|
@ -5039,7 +5039,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
bounciness: 1
|
||||
damage: 10
|
||||
wallRebounces: 4
|
||||
wallRebounces: 5
|
||||
comingFrom: {fileID: 0}
|
||||
OnReflect:
|
||||
m_PersistentCalls:
|
||||
|
|
|
@ -151,7 +151,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
bounciness: 1
|
||||
damage: -10
|
||||
wallRebounces: 4
|
||||
wallRebounces: 5
|
||||
comingFrom: {fileID: 0}
|
||||
OnReflect:
|
||||
m_PersistentCalls:
|
||||
|
@ -5077,7 +5077,7 @@ ParticleSystemRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 453df639b86494041b3526d57bb2968c, type: 2}
|
||||
- {fileID: 2100000, guid: 9cfe68fa84d8a93408b2ce55a6238145, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -347,7 +347,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
bounciness: 1
|
||||
damage: 10
|
||||
wallRebounces: 4
|
||||
wallRebounces: 6
|
||||
comingFrom: {fileID: 0}
|
||||
OnReflect:
|
||||
m_PersistentCalls:
|
||||
|
|
|
@ -1739,7 +1739,7 @@ MonoBehaviour:
|
|||
projectileSequence:
|
||||
- Arc: 0
|
||||
Amount: 1
|
||||
Speed: 100
|
||||
Speed: 140
|
||||
bulletPrefab: {fileID: 3248525637879141301, guid: 2ad3be6c6ede5d64e9c73ce6b7a060a5,
|
||||
type: 3}
|
||||
Burst: 0
|
||||
|
|
|
@ -1241,7 +1241,7 @@ MonoBehaviour:
|
|||
projectileSequence:
|
||||
- Arc: 0
|
||||
Amount: 1
|
||||
Speed: 100
|
||||
Speed: 180
|
||||
bulletPrefab: {fileID: 4420203067853765648, guid: 86d1599960f06fa4b830584980cb93c7,
|
||||
type: 3}
|
||||
Burst: 0
|
||||
|
|
|
@ -14,23 +14,27 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
Enemies:
|
||||
- name:
|
||||
damage: 1
|
||||
moveSpeed: 0.4
|
||||
FlyPath: 0
|
||||
feetOffset: 0.7
|
||||
prefab: {fileID: 369660384824789643, guid: 784f819fe659a3e488f123c96ee801ad, type: 3}
|
||||
- name:
|
||||
damage: 1
|
||||
moveSpeed: 0.8
|
||||
FlyPath: 0
|
||||
feetOffset: 0.7
|
||||
prefab: {fileID: 4537037150239815062, guid: bd436a2c4dcc94241a7ecbb15e61a724,
|
||||
type: 3}
|
||||
- name:
|
||||
damage: 3
|
||||
moveSpeed: 1.5
|
||||
FlyPath: 1
|
||||
feetOffset: 0
|
||||
prefab: {fileID: 4537037150239815062, guid: 5a35ef73a064d664cbaf53a719468025,
|
||||
type: 3}
|
||||
- name:
|
||||
damage: 5
|
||||
moveSpeed: 0.3
|
||||
FlyPath: 0
|
||||
feetOffset: 0.7
|
||||
|
|
Loading…
Reference in New Issue