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