web deployment, fix stuff so works on linux too (cached non commited stuff)

This commit is contained in:
2026-05-28 22:08:17 +03:00
parent 04597cdc01
commit 2e2b70e030
18 changed files with 83 additions and 263 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
extends Node3D
func _ready():
var anim = get_node("scene/mees_plaksutab/ArmatureAction")
anim.play("animation")
func _ready() -> void:
$AnimationPlayer.play("ArmatureAction")