This commit is contained in:
Eduard Urbach 2024-02-14 11:38:11 +01:00
parent 60783f7166
commit bf1fb9792a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 3 additions and 7 deletions

View File

@ -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")

View File

@ -9,5 +9,3 @@ id = "slash"
name = "Slash"
cooldown = 0.0
scene = ExtResource("1_icaie")
cast_time = 0.7
total_time = 1.0

View File

@ -9,5 +9,3 @@ id = "spin"
name = "Spin"
cooldown = 0.0
scene = ExtResource("1_1lnya")
cast_time = 0.7
total_time = 1.0