2022-05-31 15:28:12 +02:00

5 lines
90 B
GDScript

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