cleanup: comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user