mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-23 02:06:46 +08:00
7 lines
141 B
GDScript
7 lines
141 B
GDScript
extends Node2D
|
|
|
|
onready var spineboy: SpineSprite = $Spineboy
|
|
|
|
func _ready():
|
|
spineboy.get_animation_state().set_animation("walk", true, 0)
|