From d2460212e477f80bfcefe8918cc4abb55a0aade9 Mon Sep 17 00:00:00 2001 From: KrolMel Date: Thu, 5 Jan 2023 15:50:18 +0100 Subject: [PATCH] Fix Enemy damage and Health --- Assets/Animations/Monster/Crab/Crab.prefab | 6 +- .../Monster/FireSmall/FireSmall.prefab | 2 +- .../Animations/Monster/Klackon/Klackon.prefab | 2 +- Assets/Animations/Monster/Mask/Mask.prefab | 4 +- .../Monster/Mushroom/Mushroom.prefab | 4 +- Assets/Animations/Monster/Skull/Skull.prefab | 4 +- .../Monster/SmallEarth/EarthSmall.prefab | 4 +- Assets/Scenes/FirstVillage.unity | 4 +- Assets/Scenes/SampleScene.unity | 347 +++--------------- .../Scriptable Objects/FiveHitEnemy.asset | 15 + .../FiveHitEnemy.asset.meta | 8 + .../Scriptable Objects/NineHitEnemy.asset | 15 + .../NineHitEnemy.asset.meta | 8 + .../Scriptable Objects/OneHitEnemy.asset | 15 + .../Scriptable Objects/OneHitEnemy.asset.meta | 8 + .../Scriptable Objects/SevenHitEnemy.asset | 15 + .../SevenHitEnemy.asset.meta | 8 + .../ThreeHitEnemyHealth.asset | 2 +- 18 files changed, 157 insertions(+), 314 deletions(-) create mode 100644 Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset create mode 100644 Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset.meta create mode 100644 Assets/Scripts/Scriptable Objects/NineHitEnemy.asset create mode 100644 Assets/Scripts/Scriptable Objects/NineHitEnemy.asset.meta create mode 100644 Assets/Scripts/Scriptable Objects/OneHitEnemy.asset create mode 100644 Assets/Scripts/Scriptable Objects/OneHitEnemy.asset.meta create mode 100644 Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset create mode 100644 Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset.meta diff --git a/Assets/Animations/Monster/Crab/Crab.prefab b/Assets/Animations/Monster/Crab/Crab.prefab index 0eb4b1bc..08d5193d 100644 --- a/Assets/Animations/Monster/Crab/Crab.prefab +++ b/Assets/Animations/Monster/Crab/Crab.prefab @@ -153,6 +153,7 @@ MonoBehaviour: worldPosition: {x: 0, y: 0, z: 0} gridPosition: {x: 0, y: 0} isChasing: 0 + point: {x: 0, y: 0, z: 0} path: [] --- !u!50 &576360972805091780 Rigidbody2D: @@ -191,7 +192,9 @@ MonoBehaviour: enemyName: Crab maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 4 - baseAttack: 1 + baseAttack: 3.5 + isKilled: 0 + MinionName: target: {fileID: 0} chaseRadius: 5 attackRadius: 0.5 @@ -210,7 +213,6 @@ MonoBehaviour: player: {fileID: 4869648843286970700, guid: 4cb7163e44af59f4c9350005c199db3c, type: 3} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 isPanelEnabled: 1 expValue: 4 diff --git a/Assets/Animations/Monster/FireSmall/FireSmall.prefab b/Assets/Animations/Monster/FireSmall/FireSmall.prefab index 5a617e59..c4ca6828 100644 --- a/Assets/Animations/Monster/FireSmall/FireSmall.prefab +++ b/Assets/Animations/Monster/FireSmall/FireSmall.prefab @@ -151,7 +151,7 @@ MonoBehaviour: enemyName: FireSmall maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 8 - baseAttack: 2 + baseAttack: 5 isKilled: 0 MinionName: target: {fileID: 0} diff --git a/Assets/Animations/Monster/Klackon/Klackon.prefab b/Assets/Animations/Monster/Klackon/Klackon.prefab index d047a3d6..ab01e075 100644 --- a/Assets/Animations/Monster/Klackon/Klackon.prefab +++ b/Assets/Animations/Monster/Klackon/Klackon.prefab @@ -192,7 +192,7 @@ MonoBehaviour: enemyName: Klackon maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 10 - baseAttack: 2 + baseAttack: 6 isKilled: 0 MinionName: target: {fileID: 0} diff --git a/Assets/Animations/Monster/Mask/Mask.prefab b/Assets/Animations/Monster/Mask/Mask.prefab index 1f429c38..dd593823 100644 --- a/Assets/Animations/Monster/Mask/Mask.prefab +++ b/Assets/Animations/Monster/Mask/Mask.prefab @@ -191,8 +191,8 @@ MonoBehaviour: moveSpeed: 2 enemyName: Mask maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 6 - baseAttack: 1.5 + health: 9 + baseAttack: 5 isKilled: 0 MinionName: target: {fileID: 0} diff --git a/Assets/Animations/Monster/Mushroom/Mushroom.prefab b/Assets/Animations/Monster/Mushroom/Mushroom.prefab index e86ca8b9..bb5838c9 100644 --- a/Assets/Animations/Monster/Mushroom/Mushroom.prefab +++ b/Assets/Animations/Monster/Mushroom/Mushroom.prefab @@ -191,8 +191,8 @@ MonoBehaviour: moveSpeed: 1.7 enemyName: Mushroom maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 8 - baseAttack: 2 + health: 12 + baseAttack: 5.5 isKilled: 0 MinionName: path: [] diff --git a/Assets/Animations/Monster/Skull/Skull.prefab b/Assets/Animations/Monster/Skull/Skull.prefab index 8012baaf..bb478315 100644 --- a/Assets/Animations/Monster/Skull/Skull.prefab +++ b/Assets/Animations/Monster/Skull/Skull.prefab @@ -169,8 +169,8 @@ MonoBehaviour: moveSpeed: 2 enemyName: Skull maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 12 - baseAttack: 1 + health: 18 + baseAttack: 4 isKilled: 0 MinionName: target: {fileID: 0} diff --git a/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab b/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab index 5776d31e..043283d8 100644 --- a/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab +++ b/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab @@ -191,8 +191,8 @@ MonoBehaviour: moveSpeed: 1.6 enemyName: EarthSmall maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 6 - baseAttack: 1.5 + health: 9 + baseAttack: 4.5 isKilled: 0 MinionName: path: [] diff --git a/Assets/Scenes/FirstVillage.unity b/Assets/Scenes/FirstVillage.unity index 92aaf4ea..e5eb10eb 100644 --- a/Assets/Scenes/FirstVillage.unity +++ b/Assets/Scenes/FirstVillage.unity @@ -563501,7 +563501,7 @@ MonoBehaviour: Dialogue: {fileID: 0} EndactionEventList: [] keyToOpen: 101 - CanBeOpened: 1 + CanBeOpened: 0 OpenInDefaultWay: 1 --- !u!114 &1636410214 MonoBehaviour: @@ -563527,7 +563527,7 @@ BoxCollider2D: m_Enabled: 1 m_Density: 1 m_Material: {fileID: 0} - m_IsTrigger: 0 + m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 59cef1fd..803d1c37 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -151,7 +151,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 4, y: 4, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1315339609} m_RootOrder: 0 @@ -231,7 +230,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.35, y: 0.2, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1225012411} m_Father: {fileID: 184083800} @@ -314,7 +312,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -365,14 +362,13 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 4.56, y: 29.83, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &8620308 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -385,7 +381,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -452,8 +447,9 @@ MonoBehaviour: moveSpeed: 2.5 enemyName: bat1 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 3 - baseAttack: 1 + health: 6 + baseAttack: 4 + isKilled: 0 MinionName: Bat path: - {fileID: 652174080} @@ -473,7 +469,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!114 &8620312 @@ -637,7 +632,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 6.345227, y: 49.440952, z: -3.263591} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 21 @@ -670,7 +664,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1463806450} m_RootOrder: 0 @@ -746,7 +739,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 5 @@ -820,7 +812,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -3.03, y: 29.8, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 1 @@ -855,7 +846,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 626405957} m_RootOrder: 0 @@ -948,7 +938,6 @@ GameObject: - component: {fileID: 68076402} - component: {fileID: 68076406} - component: {fileID: 68076404} - - component: {fileID: 68076403} - component: {fileID: 68076407} - component: {fileID: 68076408} - component: {fileID: 68076405} @@ -971,7 +960,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 45.84, y: 46.12, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 5 @@ -987,7 +975,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1028,35 +1015,9 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!114 &68076403 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 68076400} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5ebb8998660f8a44f8b4f3d17a50103f, type: 3} - m_Name: - m_EditorClassIdentifier: - moveSpeed: 6 - enemyName: skeleton0 - maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 0 - baseAttack: 0 - MinionName: Skeleton - path: - - {fileID: 1928316356} - - {fileID: 1549408592} - currentPoint: 0 - currentGoal: {fileID: 0} - roundingDistance: 0 - anim: {fileID: 0} - isKilled: 0 --- !u!95 &68076404 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -1069,7 +1030,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -1137,7 +1097,8 @@ MonoBehaviour: enemyName: skeleton0 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 0 - baseAttack: 2 + baseAttack: 5 + isKilled: 0 MinionName: target: {fileID: 0} chaseRadius: 9.99 @@ -1157,7 +1118,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 isPanelEnabled: 1 expValue: 20 @@ -1199,8 +1159,9 @@ MonoBehaviour: moveSpeed: 2.2 enemyName: Skeleton maxHealth: {fileID: 0} - health: 7 - baseAttack: 2 + health: 15 + baseAttack: 5 + isKilled: 0 MinionName: path: - {fileID: 1928316356} @@ -1220,7 +1181,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 6 --- !u!58 &68076410 @@ -1269,7 +1229,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1464669569} m_RootOrder: 1 @@ -1377,7 +1336,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 1.67, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 936481726} m_Father: {fileID: 174581754} @@ -1515,7 +1473,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 1, y: 18, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 13 @@ -1535,8 +1492,9 @@ MonoBehaviour: moveSpeed: 2.5 enemyName: bat3 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 3 - baseAttack: 1 + health: 6 + baseAttack: 4 + isKilled: 0 MinionName: Bat path: - {fileID: 136928270} @@ -1556,7 +1514,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!114 &112145425 @@ -1630,7 +1587,7 @@ BoxCollider2D: m_EdgeRadius: 0 --- !u!95 &112145428 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -1643,7 +1600,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -1659,7 +1615,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1743,7 +1698,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1602706375} m_RootOrder: 2 @@ -1813,7 +1767,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -659.28564, y: -370.71426, z: 0} m_LocalScale: {x: 1.4285713, y: 1.4285713, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 913447033} m_RootOrder: 0 @@ -1829,7 +1782,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1898,7 +1850,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 2.4, y: 5.4120865, z: 6.7609825} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 271685604} m_RootOrder: 0 @@ -1967,7 +1918,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1, y: 18, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 13 @@ -2013,7 +1963,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -1.4530646, y: -3.8489263, z: 4.197498} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 15 @@ -2058,7 +2007,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1273555370} m_RootOrder: 2 @@ -2103,7 +2051,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -9, y: 25, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 14 @@ -2138,7 +2085,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 71.5, y: -24, z: 18.195854} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 277639223} m_Father: {fileID: 1168411278} @@ -2155,7 +2101,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2236,7 +2181,7 @@ MonoBehaviour: m_EditorClassIdentifier: --- !u!95 &158729769 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -2249,7 +2194,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -2282,7 +2226,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.9499999, y: 0.2, z: 4.799999} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1081484091} - {fileID: 1736078184} @@ -2359,7 +2302,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 652174080} - {fileID: 59883996} @@ -2409,7 +2351,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 838488725} - {fileID: 552589338} @@ -2558,7 +2499,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1327986482} - {fileID: 1427837626} @@ -2611,7 +2551,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1202265632} - {fileID: 242009512} @@ -2662,7 +2601,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 271856465} m_RootOrder: 0 @@ -2777,7 +2715,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2828,14 +2765,13 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -18.75, y: 21.69, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &242009513 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -2848,7 +2784,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -2868,8 +2803,9 @@ MonoBehaviour: moveSpeed: 2.5 enemyName: bat0 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 3 - baseAttack: 1 + health: 6 + baseAttack: 4 + isKilled: 0 MinionName: Bat path: - {fileID: 1474164377} @@ -2889,7 +2825,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!50 &242009515 @@ -3008,7 +2943,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1255147975} m_RootOrder: 3 @@ -3174,7 +3108,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -4.424669, y: 50.044132, z: 6.3460884} m_LocalScale: {x: 7.1499996, y: 7.1499996, z: 6} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 9 @@ -3191,7 +3124,6 @@ ParticleSystemRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 @@ -3222,7 +3154,6 @@ ParticleSystemRenderer: m_SortingLayer: 0 m_SortingOrder: 4 m_RenderMode: 0 - m_MeshDistribution: 0 m_SortMode: 0 m_MinParticleSize: 0 m_MaxParticleSize: 0.1 @@ -3246,10 +3177,6 @@ ParticleSystemRenderer: m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} - m_MeshWeighting: 1 - m_MeshWeighting1: 1 - m_MeshWeighting2: 1 - m_MeshWeighting3: 1 m_MaskInteraction: 0 --- !u!198 &259955964 ParticleSystem: @@ -3258,19 +3185,19 @@ ParticleSystem: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 259955961} - serializedVersion: 8 + serializedVersion: 7 lengthInSec: 3 simulationSpeed: 0.9 stopAction: 1 cullingMode: 0 ringBufferMode: 0 ringBufferLoopRange: {x: 0, y: 1} - emitterVelocityMode: 0 looping: 1 prewarm: 0 playOnAwake: 1 useUnscaledTime: 0 autoRandomSeed: 1 + useRigidbodyForVelocity: 1 startDelay: serializedVersion: 2 minMaxState: 0 @@ -3820,7 +3747,6 @@ ParticleSystem: m_RotationOrder: 4 randomizeRotationDirection: 0 maxNumParticles: 10 - customEmitterVelocity: {x: 0, y: 0, z: 0} size3D: 0 rotation3D: 0 gravityModifier: @@ -8058,7 +7984,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 1 @@ -8132,7 +8057,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -4.9420447, y: 69.83791, z: -6.7609825} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 132185247} m_Father: {fileID: 0} @@ -8166,7 +8090,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 220874725} - {fileID: 739374132} @@ -8247,7 +8170,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0.20588684, y: -0.098501205, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 158729765} m_RootOrder: 0 @@ -8317,7 +8239,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1602706375} m_RootOrder: 3 @@ -8365,7 +8286,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5000002, y: 2.5000002, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 174581754} m_RootOrder: 3 @@ -8519,7 +8439,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1193056562} m_RootOrder: 1 @@ -9290,7 +9209,6 @@ TilemapRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 @@ -21222,7 +21140,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.61, y: 0.87, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1106490676} m_RootOrder: 0 @@ -21260,7 +21177,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.2, y: 1.2, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1122422017} m_Father: {fileID: 440573953} @@ -21363,7 +21279,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 378577487} m_RootOrder: 3 @@ -21449,7 +21364,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 27, y: -11, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 15 @@ -21513,7 +21427,8 @@ MonoBehaviour: enemyName: slime0 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 0 - baseAttack: 0.5 + baseAttack: 2 + isKilled: 0 MinionName: target: {fileID: 0} chaseRadius: 6 @@ -21533,7 +21448,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 isPanelEnabled: 1 expValue: 2 @@ -21566,7 +21480,7 @@ BoxCollider2D: m_EdgeRadius: 0 --- !u!95 &340745816 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -21579,7 +21493,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -21595,7 +21508,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21651,8 +21563,9 @@ MonoBehaviour: moveSpeed: 1.5 enemyName: Sime2 maxHealth: {fileID: 0} - health: 5 - baseAttack: 0.5 + health: 9 + baseAttack: 3.5 + isKilled: 0 MinionName: Slime path: - {fileID: 1312843990} @@ -21672,7 +21585,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!58 &340745819 @@ -21720,7 +21632,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 61.75, y: -8.04, z: 6.3460884} m_LocalScale: {x: 7.1499996, y: 7.1499996, z: 6} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 702184447} m_RootOrder: 3 @@ -21750,7 +21661,6 @@ ParticleSystemRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 @@ -21781,7 +21691,6 @@ ParticleSystemRenderer: m_SortingLayer: 0 m_SortingOrder: 4 m_RenderMode: 0 - m_MeshDistribution: 0 m_SortMode: 0 m_MinParticleSize: 0 m_MaxParticleSize: 0.1 @@ -21805,10 +21714,6 @@ ParticleSystemRenderer: m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} - m_MeshWeighting: 1 - m_MeshWeighting1: 1 - m_MeshWeighting2: 1 - m_MeshWeighting3: 1 m_MaskInteraction: 0 --- !u!198 &359978803 ParticleSystem: @@ -21817,19 +21722,19 @@ ParticleSystem: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 359978799} - serializedVersion: 8 + serializedVersion: 7 lengthInSec: 3 simulationSpeed: 0.9 stopAction: 1 cullingMode: 0 ringBufferMode: 0 ringBufferLoopRange: {x: 0, y: 1} - emitterVelocityMode: 0 looping: 1 prewarm: 0 playOnAwake: 1 useUnscaledTime: 0 autoRandomSeed: 1 + useRigidbodyForVelocity: 1 startDelay: serializedVersion: 2 minMaxState: 0 @@ -22379,7 +22284,6 @@ ParticleSystem: m_RotationOrder: 4 randomizeRotationDirection: 0 maxNumParticles: 6 - customEmitterVelocity: {x: 0, y: 0, z: 0} size3D: 0 rotation3D: 0 gravityModifier: @@ -26605,7 +26509,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 562803613} - {fileID: 564650393} @@ -26730,7 +26633,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.2, y: 1.2, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 612814820} m_Father: {fileID: 163167164} @@ -26831,7 +26733,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 20 @@ -26879,7 +26780,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0.54219836, y: -6.3745008, z: -0.053804293} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 18 @@ -26912,7 +26812,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.9500031, y: 0.20000178, z: 4.8} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1008082824} - {fileID: 1653917294} @@ -26990,7 +26889,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 46, y: 30.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 10 @@ -51737,7 +51635,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1221753085} m_RootOrder: 0 @@ -51915,7 +51812,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 2 @@ -51949,7 +51845,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 46.03, y: 30.63, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 10 @@ -52035,7 +51930,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5000002, y: 2.5000002, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 174581754} m_RootOrder: 2 @@ -52188,7 +52082,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5000002, y: 2.5000002, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 174581754} m_RootOrder: 1 @@ -52339,7 +52232,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 378577487} m_RootOrder: 0 @@ -52415,7 +52307,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 378577487} m_RootOrder: 1 @@ -52492,7 +52383,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.95, y: 4.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 379044510} m_RootOrder: 0 @@ -52587,7 +52477,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 60127188} - {fileID: 992827805} @@ -52668,7 +52557,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 1.67, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 873758864} m_Father: {fileID: 174581754} @@ -52807,7 +52695,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 30.55, y: 9, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 7 @@ -52883,7 +52770,7 @@ BoxCollider2D: m_EdgeRadius: 0 --- !u!95 &641696206 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -52896,7 +52783,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -52912,7 +52798,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -52969,7 +52854,8 @@ MonoBehaviour: enemyName: slime0 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 0 - baseAttack: 0.5 + baseAttack: 3.5 + isKilled: 0 MinionName: Slime target: {fileID: 0} chaseRadius: 6 @@ -52989,7 +52875,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 isPanelEnabled: 1 expValue: 2 @@ -53009,8 +52894,9 @@ MonoBehaviour: moveSpeed: 1.5 enemyName: Slime0 maxHealth: {fileID: 0} - health: 5 - baseAttack: 0.5 + health: 9 + baseAttack: 3.5 + isKilled: 0 MinionName: path: - {fileID: 1782155985} @@ -53030,7 +52916,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!58 &641696210 @@ -53075,7 +52960,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 4.52, y: 29.8, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 0 @@ -53108,7 +52992,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 626405957} m_RootOrder: 3 @@ -53189,7 +53072,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 25, y: 50, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 9 @@ -53218,7 +53100,7 @@ MonoBehaviour: path: [] --- !u!95 &682072032 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -53231,7 +53113,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -53251,8 +53132,9 @@ MonoBehaviour: moveSpeed: 1.5 enemyName: Slime1 maxHealth: {fileID: 0} - health: 5 - baseAttack: 0.5 + health: 9 + baseAttack: 3.5 + isKilled: 0 MinionName: path: - {fileID: 1143151251} @@ -53272,7 +53154,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!61 &682072034 @@ -53312,7 +53193,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -53369,7 +53249,8 @@ MonoBehaviour: enemyName: slime1 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} health: 0 - baseAttack: 0.5 + baseAttack: 3.5 + isKilled: 0 MinionName: Slime target: {fileID: 0} chaseRadius: 6 @@ -53389,7 +53270,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 isPanelEnabled: 1 expValue: 2 @@ -53441,7 +53321,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1193056562} m_RootOrder: 2 @@ -53457,7 +53336,6 @@ TilemapRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 @@ -62368,7 +62246,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -9.594118, y: 49.970684, z: -3.6539116} m_LocalScale: {x: 1.3, y: 1.3, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 887082959} - {fileID: 889215475} @@ -62409,7 +62286,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1464669569} m_RootOrder: 0 @@ -62542,7 +62418,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.8, y: 0.9, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1114704610} m_RootOrder: 0 @@ -62619,7 +62494,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 271856465} m_RootOrder: 1 @@ -62717,7 +62591,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1806895117} m_RootOrder: 3 @@ -62883,7 +62756,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 1.67, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1264259732} m_Father: {fileID: 174581754} @@ -63019,7 +62891,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 271856465} m_RootOrder: 2 @@ -63187,7 +63058,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1255147975} m_RootOrder: 0 @@ -63350,7 +63220,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 58.59589, y: 32.941498, z: 20} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1168411278} m_RootOrder: 3 @@ -63386,7 +63255,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1806895117} m_RootOrder: 0 @@ -63554,7 +63422,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 174581754} m_RootOrder: 0 @@ -63761,7 +63628,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.61, y: 0.87, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 629088855} m_RootOrder: 0 @@ -63800,7 +63666,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 30, y: 9, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 6 @@ -63882,7 +63747,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -1.4602706, y: -0.8430535, z: -2.7875266} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 13 @@ -63915,7 +63779,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 4.18, y: 1.1399988, z: 10} m_LocalScale: {x: 5.5, y: 5.5, z: 6} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 702184447} m_RootOrder: 0 @@ -63988,7 +63851,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 4.18, y: 1.14, z: 10} m_LocalScale: {x: 5.5, y: 5.5, z: 6} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 702184447} m_RootOrder: 1 @@ -64004,7 +63866,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -64143,7 +64004,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1255147975} m_RootOrder: 1 @@ -64534,7 +64394,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 131599443} m_Father: {fileID: 1315339609} @@ -64614,7 +64473,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -8.45, y: -3.9, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1168411278} m_RootOrder: 5 @@ -64685,7 +64543,7 @@ BoxCollider2D: m_EdgeRadius: 0 --- !u!95 &926459328 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -64698,7 +64556,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -64714,7 +64571,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -64783,7 +64639,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1230558964} m_RootOrder: 0 @@ -64901,7 +64756,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.61, y: 0.87, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 88436047} m_RootOrder: 0 @@ -64942,7 +64796,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1794238134} m_RootOrder: 0 @@ -65110,7 +64963,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 626405957} m_RootOrder: 1 @@ -65299,7 +65151,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.2, y: 6, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 440573953} m_RootOrder: 0 @@ -65380,7 +65231,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 4.56, y: 29.83, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 2 @@ -65466,7 +65316,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 16, y: 51.2, z: 18.195854} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1168411278} m_RootOrder: 2 @@ -65482,7 +65331,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -65563,7 +65411,7 @@ MonoBehaviour: m_EditorClassIdentifier: --- !u!95 &1027343189 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -65576,7 +65424,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -65609,7 +65456,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 2 @@ -65683,7 +65529,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 25, y: 40, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 9 @@ -65721,7 +65566,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 46, y: 30.5, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 11 @@ -65741,8 +65585,9 @@ MonoBehaviour: moveSpeed: 2.5 enemyName: bat2 maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 3 - baseAttack: 1 + health: 6 + baseAttack: 4 + isKilled: 0 MinionName: Bat path: - {fileID: 443674018} @@ -65763,7 +65608,6 @@ MonoBehaviour: player: {fileID: 0} thrust: 5 knockTime: 0.2 - isKilled: 0 isKilled2: 0 expValue: 3 --- !u!114 &1072778925 @@ -65837,7 +65681,7 @@ BoxCollider2D: m_EdgeRadius: 0 --- !u!95 &1072778928 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -65850,7 +65694,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -65866,7 +65709,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -65951,7 +65793,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.2, y: 6, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 163167164} m_RootOrder: 0 @@ -66032,7 +65873,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 4 @@ -66126,7 +65966,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 1.67, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1891497582} m_Father: {fileID: 174581754} @@ -66260,7 +66099,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 45.84, y: 46.05, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 4 @@ -66345,7 +66183,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 1.67, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 313956440} m_Father: {fileID: 174581754} @@ -66476,7 +66313,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 721418782} m_Father: {fileID: 1724888070} @@ -66516,7 +66352,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.95, y: 4.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 318506651} m_RootOrder: 0 @@ -66609,7 +66444,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 25, y: 50, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 8 @@ -66645,7 +66479,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1221753085} m_RootOrder: 3 @@ -66808,7 +66641,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -15.20589, y: 24.598501, z: -18.195854} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 158729765} - {fileID: 1265465283} @@ -66849,7 +66681,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1464669569} m_RootOrder: 2 @@ -67024,7 +66855,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1644923231} - {fileID: 311956049} @@ -67064,7 +66894,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 61.8, y: -7.7, z: 10} m_LocalScale: {x: 2.5, y: 2.3, z: 6} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 702184447} m_RootOrder: 2 @@ -67160,7 +66989,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -67243,7 +67071,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -21.69, y: 21.69, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 0 @@ -67330,7 +67157,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1794238134} m_RootOrder: 1 @@ -67493,7 +67319,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 495325820} - {fileID: 2146696729} @@ -67574,7 +67399,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 0 @@ -67651,7 +67475,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 3, y: 5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 3269899} m_RootOrder: 0 @@ -67744,7 +67567,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 930976545} m_Father: {fileID: 1724888070} @@ -67783,7 +67605,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 788474928} - {fileID: 897697750} @@ -67905,7 +67726,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.61, y: 0.87, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 779165262} m_RootOrder: 0 @@ -67945,7 +67765,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 58.59589, y: 32.941498, z: 20} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1168411278} m_RootOrder: 1 @@ -67961,7 +67780,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -68042,7 +67860,7 @@ MonoBehaviour: m_EditorClassIdentifier: --- !u!95 &1265465287 Animator: - serializedVersion: 4 + serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -68055,7 +67873,6 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -68086,7 +67903,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1396222005} - {fileID: 1833717355} @@ -68124,7 +67940,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 378577487} m_RootOrder: 2 @@ -68200,7 +68015,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1724888070} m_RootOrder: 0 @@ -68274,7 +68088,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 27.01, y: -11.03, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 15 @@ -68307,7 +68120,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 2019942} - {fileID: 913447033} @@ -68388,7 +68200,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 2, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1315339609} m_RootOrder: 2 @@ -68537,7 +68348,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1794238134} m_RootOrder: 3 @@ -68704,7 +68514,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 100} m_LocalScale: {x: 1.48, y: 1.48, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184083800} m_RootOrder: 0 @@ -68850,7 +68659,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1602706375} m_RootOrder: 4 @@ -68916,7 +68724,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 626405957} m_RootOrder: 2 @@ -69078,7 +68885,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1273555370} m_RootOrder: 0 @@ -69126,7 +68932,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 100} m_LocalScale: {x: 1.5, y: 1.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184083800} m_RootOrder: 1 @@ -69271,7 +69076,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1602706375} m_RootOrder: 5 @@ -69317,7 +69121,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1221753085} m_RootOrder: 4 @@ -69399,7 +69202,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1602706375} m_RootOrder: 0 @@ -69552,7 +69354,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 2} m_LocalScale: {x: 2, y: 1.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 23852503} - {fileID: 1556249457} @@ -69668,7 +69469,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 708386336} - {fileID: 88145927} @@ -69747,7 +69547,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1556249457} m_RootOrder: 0 @@ -69821,7 +69620,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -14.45, y: 24.48, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 2 @@ -69854,7 +69652,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1794238134} m_RootOrder: 2 @@ -69932,7 +69729,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 59.83, y: 46, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 5 @@ -69964,7 +69760,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184083800} m_RootOrder: 16 @@ -70017,7 +69812,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1467420220} m_Father: {fileID: 1463806450} @@ -70054,7 +69848,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1754712846} m_Father: {fileID: 1463806450} @@ -70096,7 +69889,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.4999998, y: 2.4999998, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1255147975} m_RootOrder: 2 @@ -70263,7 +70055,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1458715759} - {fileID: 1273555370} @@ -70362,7 +70153,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1193056562} m_RootOrder: 0 @@ -70378,7 +70168,6 @@ TilemapRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 @@ -172616,7 +172405,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 29.4, y: 23.53, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 11 @@ -172649,7 +172437,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.2, y: 1.2, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1847256926} m_Father: {fileID: 440573953} @@ -172752,7 +172539,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 440573953} m_RootOrder: 1 @@ -172836,7 +172622,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1806895117} m_RootOrder: 1 @@ -173019,7 +172804,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5000002, y: 2.5000002, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 174581754} m_RootOrder: 5 @@ -173170,7 +172954,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -8.45, y: -3.8999996, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1168411278} m_RootOrder: 4 @@ -173239,7 +173022,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 34.34, y: -2.85, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 16 @@ -173271,7 +173053,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 1.9589837} m_LocalScale: {x: 2, y: 1.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1303176333} - {fileID: 1230558964} @@ -173413,7 +173194,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 6 @@ -173451,7 +173231,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 163167164} m_RootOrder: 1 @@ -173533,7 +173312,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5000002, y: 2.5000002, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 174581754} m_RootOrder: 4 @@ -173685,7 +173463,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1221981387} - {fileID: 265628973} @@ -173812,7 +173589,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.8, y: 0.9, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1573631012} m_RootOrder: 0 @@ -173886,7 +173662,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 46.97, y: 18.98, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 12 @@ -173917,7 +173692,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 40, y: 9, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 6 @@ -173950,7 +173724,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 961477910} - {fileID: 1209918097} @@ -174031,7 +173804,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 27, y: -11, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 14 @@ -174115,7 +173887,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.7, y: 0.7, z: 1} - m_ConstrainProportionsScale: 0 m_Children: - {fileID: 824404438} - {fileID: 1696523481} @@ -174194,7 +173965,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1273555370} m_RootOrder: 1 @@ -174242,7 +174012,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1221753085} m_RootOrder: 2 @@ -174406,7 +174175,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.95, y: 4.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1649998918} m_RootOrder: 0 @@ -174543,7 +174311,6 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.61, y: 0.87, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1101503073} m_RootOrder: 0 @@ -174582,7 +174349,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1751060206} m_RootOrder: 3 @@ -174673,7 +174439,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 45.84, y: 46, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 4 @@ -174707,7 +174472,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 1, y: 18, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 12 @@ -174793,7 +174557,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} m_Name: m_EditorClassIdentifier: - m_SendPointerHoverToParent: 1 m_HorizontalAxis: Horizontal m_VerticalAxis: Vertical m_SubmitButton: Submit @@ -174826,7 +174589,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 14 @@ -174920,7 +174682,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -10.66, y: 78.82, z: 0} m_LocalScale: {x: 1.975, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 17 @@ -175021,7 +174782,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: -6.5, z: 0} m_LocalScale: {x: 1.975, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 12 @@ -175088,7 +174848,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1806895117} m_RootOrder: 2 @@ -175269,7 +175028,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 16 @@ -175301,7 +175059,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 8 @@ -175386,7 +175143,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1273555370} m_RootOrder: 4 @@ -175434,7 +175190,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 30, y: 9, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 7 @@ -175466,7 +175221,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1273555370} m_RootOrder: 3 @@ -175510,7 +175264,6 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -23.27, y: 17.59, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 166697418} m_RootOrder: 3 @@ -175562,7 +175315,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 1 @@ -175596,7 +175348,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 25, y: 50, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 184660453} m_RootOrder: 8 @@ -175681,7 +175432,6 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1602706375} m_RootOrder: 6 @@ -175759,7 +175509,6 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 1} - m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1221753085} m_RootOrder: 1 diff --git a/Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset b/Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset new file mode 100644 index 00000000..b133e103 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 86e55e24317208c4ca1e30d641bf42f0, type: 3} + m_Name: FiveHitEnemy + m_EditorClassIdentifier: + initialValue: 15 diff --git a/Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset.meta b/Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset.meta new file mode 100644 index 00000000..cfc0be36 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/FiveHitEnemy.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 57098e0ce33c2864291aa12279938b9a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Scriptable Objects/NineHitEnemy.asset b/Assets/Scripts/Scriptable Objects/NineHitEnemy.asset new file mode 100644 index 00000000..d11081e1 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/NineHitEnemy.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 86e55e24317208c4ca1e30d641bf42f0, type: 3} + m_Name: NineHitEnemy + m_EditorClassIdentifier: + initialValue: 27 diff --git a/Assets/Scripts/Scriptable Objects/NineHitEnemy.asset.meta b/Assets/Scripts/Scriptable Objects/NineHitEnemy.asset.meta new file mode 100644 index 00000000..9fc0922e --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/NineHitEnemy.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f57d405a3ac6e744d8c03036cd481f64 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Scriptable Objects/OneHitEnemy.asset b/Assets/Scripts/Scriptable Objects/OneHitEnemy.asset new file mode 100644 index 00000000..f2ebca16 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/OneHitEnemy.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 86e55e24317208c4ca1e30d641bf42f0, type: 3} + m_Name: OneHitEnemy + m_EditorClassIdentifier: + initialValue: 3 diff --git a/Assets/Scripts/Scriptable Objects/OneHitEnemy.asset.meta b/Assets/Scripts/Scriptable Objects/OneHitEnemy.asset.meta new file mode 100644 index 00000000..87c5db85 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/OneHitEnemy.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 91834fc89b809df468d4727d2e4ec84b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset b/Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset new file mode 100644 index 00000000..c177c2b4 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 86e55e24317208c4ca1e30d641bf42f0, type: 3} + m_Name: SevenHitEnemy + m_EditorClassIdentifier: + initialValue: 21 diff --git a/Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset.meta b/Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset.meta new file mode 100644 index 00000000..2f834c73 --- /dev/null +++ b/Assets/Scripts/Scriptable Objects/SevenHitEnemy.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0d924c889f92b764e9802521d61f11c7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Scriptable Objects/ThreeHitEnemyHealth.asset b/Assets/Scripts/Scriptable Objects/ThreeHitEnemyHealth.asset index 62c699a3..814ddedd 100644 --- a/Assets/Scripts/Scriptable Objects/ThreeHitEnemyHealth.asset +++ b/Assets/Scripts/Scriptable Objects/ThreeHitEnemyHealth.asset @@ -12,4 +12,4 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 86e55e24317208c4ca1e30d641bf42f0, type: 3} m_Name: ThreeHitEnemyHealth m_EditorClassIdentifier: - initialValue: 3 + initialValue: 9