mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
6 lines
134 B
GDScript
6 lines
134 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
var spineboy: SpineSprite = $Spineboy
|
|
spineboy.get_animation_state().set_animation("walk", true, 0)
|