'guozeINSP'

This commit is contained in:
2025-12-04 16:50:10 +01:00
parent b6ca31c1cc
commit dc46bc9dec
202 changed files with 21719 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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