2022-07-18 10:27:42 +02:00

5 lines
90 B
GDScript

extends Node2D
func _ready():
$SpineSprite.get_animation_state().set_animation("walk");