spineboy-helloworld.gd 90 B

1234
  1. extends SpineSprite
  2. func _ready():
  3. get_animation_state().set_animation("walk", true, 0)