This commit is contained in:
Sveske Juice 2024-04-21 14:35:49 +02:00
parent ab636db3e9
commit 9deef2260d
6 changed files with 10 additions and 6 deletions

View File

@ -5039,7 +5039,7 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
bounciness: 1 bounciness: 1
damage: 10 damage: 10
wallRebounces: 4 wallRebounces: 5
comingFrom: {fileID: 0} comingFrom: {fileID: 0}
OnReflect: OnReflect:
m_PersistentCalls: m_PersistentCalls:

View File

@ -151,7 +151,7 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
bounciness: 1 bounciness: 1
damage: -10 damage: -10
wallRebounces: 4 wallRebounces: 5
comingFrom: {fileID: 0} comingFrom: {fileID: 0}
OnReflect: OnReflect:
m_PersistentCalls: m_PersistentCalls:
@ -5077,7 +5077,7 @@ ParticleSystemRenderer:
m_RenderingLayerMask: 1 m_RenderingLayerMask: 1
m_RendererPriority: 0 m_RendererPriority: 0
m_Materials: m_Materials:
- {fileID: 2100000, guid: 453df639b86494041b3526d57bb2968c, type: 2} - {fileID: 2100000, guid: 9cfe68fa84d8a93408b2ce55a6238145, type: 2}
m_StaticBatchInfo: m_StaticBatchInfo:
firstSubMesh: 0 firstSubMesh: 0
subMeshCount: 0 subMeshCount: 0

View File

@ -347,7 +347,7 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
bounciness: 1 bounciness: 1
damage: 10 damage: 10
wallRebounces: 4 wallRebounces: 6
comingFrom: {fileID: 0} comingFrom: {fileID: 0}
OnReflect: OnReflect:
m_PersistentCalls: m_PersistentCalls:

View File

@ -1739,7 +1739,7 @@ MonoBehaviour:
projectileSequence: projectileSequence:
- Arc: 0 - Arc: 0
Amount: 1 Amount: 1
Speed: 100 Speed: 140
bulletPrefab: {fileID: 3248525637879141301, guid: 2ad3be6c6ede5d64e9c73ce6b7a060a5, bulletPrefab: {fileID: 3248525637879141301, guid: 2ad3be6c6ede5d64e9c73ce6b7a060a5,
type: 3} type: 3}
Burst: 0 Burst: 0

View File

@ -1241,7 +1241,7 @@ MonoBehaviour:
projectileSequence: projectileSequence:
- Arc: 0 - Arc: 0
Amount: 1 Amount: 1
Speed: 100 Speed: 180
bulletPrefab: {fileID: 4420203067853765648, guid: 86d1599960f06fa4b830584980cb93c7, bulletPrefab: {fileID: 4420203067853765648, guid: 86d1599960f06fa4b830584980cb93c7,
type: 3} type: 3}
Burst: 0 Burst: 0

View File

@ -14,23 +14,27 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
Enemies: Enemies:
- name: - name:
damage: 1
moveSpeed: 0.4 moveSpeed: 0.4
FlyPath: 0 FlyPath: 0
feetOffset: 0.7 feetOffset: 0.7
prefab: {fileID: 369660384824789643, guid: 784f819fe659a3e488f123c96ee801ad, type: 3} prefab: {fileID: 369660384824789643, guid: 784f819fe659a3e488f123c96ee801ad, type: 3}
- name: - name:
damage: 1
moveSpeed: 0.8 moveSpeed: 0.8
FlyPath: 0 FlyPath: 0
feetOffset: 0.7 feetOffset: 0.7
prefab: {fileID: 4537037150239815062, guid: bd436a2c4dcc94241a7ecbb15e61a724, prefab: {fileID: 4537037150239815062, guid: bd436a2c4dcc94241a7ecbb15e61a724,
type: 3} type: 3}
- name: - name:
damage: 3
moveSpeed: 1.5 moveSpeed: 1.5
FlyPath: 1 FlyPath: 1
feetOffset: 0 feetOffset: 0
prefab: {fileID: 4537037150239815062, guid: 5a35ef73a064d664cbaf53a719468025, prefab: {fileID: 4537037150239815062, guid: 5a35ef73a064d664cbaf53a719468025,
type: 3} type: 3}
- name: - name:
damage: 5
moveSpeed: 0.3 moveSpeed: 0.3
FlyPath: 0 FlyPath: 0
feetOffset: 0.7 feetOffset: 0.7