Cleanup
This commit is contained in:
parent
60783f7166
commit
bf1fb9792a
@ -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")
|
||||
|
@ -9,5 +9,3 @@ id = "slash"
|
||||
name = "Slash"
|
||||
cooldown = 0.0
|
||||
scene = ExtResource("1_icaie")
|
||||
cast_time = 0.7
|
||||
total_time = 1.0
|
||||
|
@ -9,5 +9,3 @@ id = "spin"
|
||||
name = "Spin"
|
||||
cooldown = 0.0
|
||||
scene = ExtResource("1_1lnya")
|
||||
cast_time = 0.7
|
||||
total_time = 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user