mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
5 lines
90 B
GDScript
5 lines
90 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
$SpineSprite.get_animation_state().set_animation("walk");
|