2022-07-18 10:27:42 +02:00

5 lines
90 B
GDScript

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