2021-09-28 22:36:24 +02:00

18 lines
379 B
GDScript3

extends SpineSprite
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
self.get_animation_state().set_animation("walk", true, 0)
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass