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")