add enemy death animation

This commit is contained in:
2025-10-22 12:30:46 +01:00
parent f9a218159c
commit 4338abab62
8 changed files with 240 additions and 42 deletions

View File

@@ -25,7 +25,3 @@ func _physics_process(delta: float) -> void:
position.x += direction * speed * delta
move_and_slide()
func _on_hit_box_killed() -> void:
queue_free()