From 8b794ee9671d6ae022bc3156cf6ffd1e50fcfe64 Mon Sep 17 00:00:00 2001 From: Altaezio Date: Thu, 28 May 2026 17:45:35 +0200 Subject: [PATCH] vibrating lift bug fix --- stages/3d_scenes/astra_base/scripts/astra_base.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/3d_scenes/astra_base/scripts/astra_base.gd b/stages/3d_scenes/astra_base/scripts/astra_base.gd index ec3513a..7d6b8aa 100644 --- a/stages/3d_scenes/astra_base/scripts/astra_base.gd +++ b/stages/3d_scenes/astra_base/scripts/astra_base.gd @@ -68,6 +68,7 @@ func story(): AudioManager.play_sfx("Elevator") await %Lift.clicked %Player3D.controlling_player = false + %Player3D.reparent(%Lift) %LiftAnimationPlayer.play_backwards("arrive") AudioManager.play_sfx("Elevator")