cleanup: comments

This commit is contained in:
2026-03-07 12:22:17 +01:00
parent 9d9ed22ea8
commit da15fb77a2
2 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ var can_attack: bool = true
func _ready() -> void:
health = maxHealth
sprite.play("Healthy") # TODO: add play_sprite function which calls both sprite and wrapper
sprite.play("Healthy") # TODO: sprite play logic (esp wrt state switching)
wrapper.play_sprite("Healthy")
if starting_pos:
collision.set_position(starting_pos)