Cleanup
This commit is contained in:
parent
60783f7166
commit
bf1fb9792a
@ -88,12 +88,12 @@ hud = NodePath("../HUD")
|
|||||||
animation = NodePath("../Animation")
|
animation = NodePath("../Animation")
|
||||||
drop = ExtResource("7_i0rtb")
|
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")]
|
[node name="Visibility" parent="." node_paths=PackedStringArray("health", "hud") instance=ExtResource("9_ssc7p")]
|
||||||
health = NodePath("../Health")
|
health = NodePath("../Health")
|
||||||
hud = NodePath("../HUD")
|
hud = NodePath("../HUD")
|
||||||
hud_distance = 50.0
|
hud_distance = 50.0
|
||||||
physics_distance = 50.0
|
physics_distance = 50.0
|
||||||
render_distance = 100.0
|
render_distance = 100.0
|
||||||
|
|
||||||
|
[node name="EnemyController" type="Node" parent="."]
|
||||||
|
script = ExtResource("8_b7r6l")
|
||||||
|
@ -9,5 +9,3 @@ id = "slash"
|
|||||||
name = "Slash"
|
name = "Slash"
|
||||||
cooldown = 0.0
|
cooldown = 0.0
|
||||||
scene = ExtResource("1_icaie")
|
scene = ExtResource("1_icaie")
|
||||||
cast_time = 0.7
|
|
||||||
total_time = 1.0
|
|
||||||
|
@ -9,5 +9,3 @@ id = "spin"
|
|||||||
name = "Spin"
|
name = "Spin"
|
||||||
cooldown = 0.0
|
cooldown = 0.0
|
||||||
scene = ExtResource("1_1lnya")
|
scene = ExtResource("1_1lnya")
|
||||||
cast_time = 0.7
|
|
||||||
total_time = 1.0
|
|
||||||
|
Loading…
Reference in New Issue
Block a user