intro menu alustasin

This commit is contained in:
2026-07-20 22:40:50 +03:00
parent 6a67bfea36
commit cd73a21ab7
4 changed files with 85 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
extends Node3D
@onready var animation_player: AnimationPlayer = $AnimationPlayer
func _ready():
animation_player.play("Taunt")
animation_player.animation_finished.connect(_on_animation_finished)
func _on_animation_finished(anim_name):
if anim_name == "Taunt":
animation_player.play("Taunt")
+1
View File
@@ -0,0 +1 @@
uid://dycnoiadljbb1