fx: sprite playing behaviour
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user