Files
orzo/docs/museums/spine/examples/01-helloworld/spineboy-helloworld.gd

5 lines
90 B
GDScript

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