2022-05-31 15:28:12 +02:00

5 lines
90 B
GDScript

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