diff --git a/client/enemy/slime/Slime.tscn b/client/enemy/slime/Slime.tscn index 11a176e..e6c49fd 100644 --- a/client/enemy/slime/Slime.tscn +++ b/client/enemy/slime/Slime.tscn @@ -88,12 +88,12 @@ hud = NodePath("../HUD") animation = NodePath("../Animation") drop = ExtResource("7_i0rtb") -[node name="EnemyController" type="Node" parent="."] -script = ExtResource("8_b7r6l") - [node name="Visibility" parent="." node_paths=PackedStringArray("health", "hud") instance=ExtResource("9_ssc7p")] health = NodePath("../Health") hud = NodePath("../HUD") hud_distance = 50.0 physics_distance = 50.0 render_distance = 100.0 + +[node name="EnemyController" type="Node" parent="."] +script = ExtResource("8_b7r6l") diff --git a/client/skill/slash/slash.tres b/client/skill/slash/slash.tres index ae3a5a2..9c91ccb 100644 --- a/client/skill/slash/slash.tres +++ b/client/skill/slash/slash.tres @@ -9,5 +9,3 @@ id = "slash" name = "Slash" cooldown = 0.0 scene = ExtResource("1_icaie") -cast_time = 0.7 -total_time = 1.0 diff --git a/client/skill/spin/spin.tres b/client/skill/spin/spin.tres index 8ff0222..02fce52 100644 --- a/client/skill/spin/spin.tres +++ b/client/skill/spin/spin.tres @@ -9,5 +9,3 @@ id = "spin" name = "Spin" cooldown = 0.0 scene = ExtResource("1_1lnya") -cast_time = 0.7 -total_time = 1.0