2022-04-29 13:18:21 +02:00

5 lines
90 B
GDScript

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