added publikum

This commit is contained in:
2026-05-26 01:20:19 +03:00
parent 0e654ec0b6
commit ea065e4d81
10 changed files with 3611 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
extends AnimationPlayer
# Called when the node enters the scene tree for the first time.
func _ready():
current_animation="ArmatureAction"
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass