Files
art_num_2024/NinonQUERAL/guoze/scenes/AnimationPlayer.gd
2025-12-04 16:50:10 +01:00

12 lines
227 B
GDScript

extends AnimationPlayer
# Called when the node enters the scene tree for the first time.
func _ready():
play("start")
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass