feat: update

This commit is contained in:
2026-06-12 18:05:04 +08:00
parent 8a2fb36a98
commit 9dd3c59edf
67 changed files with 2298 additions and 74 deletions
+8
View File
@@ -0,0 +1,8 @@
extends SceneTree
func _init() -> void:
print("TYPE_VALUE: ", Animation.TYPE_VALUE)
print("TYPE_POSITION_3D: ", Animation.TYPE_POSITION_3D)
print("TYPE_ROTATION_3D: ", Animation.TYPE_ROTATION_3D)
print("TYPE_SCALE_3D: ", Animation.TYPE_SCALE_3D)
quit()