2022-04-06 11:49:16 +02:00

5 lines
91 B
GDScript

extends SpineSprite
func _ready():
get_animation_state().set_animation("walk", true, 0)