fx: sprite playing behaviour

This commit is contained in:
2026-03-01 15:43:06 +01:00
parent 9dd1d45698
commit 241dfb3073
7 changed files with 8 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ var starting_pos
func _ready() -> void:
health = maxHealth
sprite.play("Healthy")
wrapper.play_sprite("Healthy")
if starting_pos:
collision.set_position(starting_pos)