diff --git a/common/audio_manager/assets/morceaux/niveau/forest_phase_1.ogg b/common/audio_manager/assets/morceaux/niveau/forest_phase_1.ogg index c566406..e4eba01 100644 Binary files a/common/audio_manager/assets/morceaux/niveau/forest_phase_1.ogg and b/common/audio_manager/assets/morceaux/niveau/forest_phase_1.ogg differ diff --git a/common/audio_manager/assets/morceaux/niveau/forest_phase_2.ogg b/common/audio_manager/assets/morceaux/niveau/forest_phase_2.ogg index 9624c39..1582477 100644 Binary files a/common/audio_manager/assets/morceaux/niveau/forest_phase_2.ogg and b/common/audio_manager/assets/morceaux/niveau/forest_phase_2.ogg differ diff --git a/common/audio_manager/assets/morceaux/niveau/forest_waiting.ogg b/common/audio_manager/assets/morceaux/niveau/forest_waiting.ogg index 36de9c5..d7b77a6 100644 Binary files a/common/audio_manager/assets/morceaux/niveau/forest_waiting.ogg and b/common/audio_manager/assets/morceaux/niveau/forest_waiting.ogg differ diff --git a/common/audio_manager/assets/morceaux/niveau/mines_phase_2.ogg b/common/audio_manager/assets/morceaux/niveau/mines_phase_2.ogg index 0ef109e..cb1f774 100644 Binary files a/common/audio_manager/assets/morceaux/niveau/mines_phase_2.ogg and b/common/audio_manager/assets/morceaux/niveau/mines_phase_2.ogg differ diff --git a/common/audio_manager/assets/morceaux/niveau/mines_waiting.ogg b/common/audio_manager/assets/morceaux/niveau/mines_waiting.ogg index f65ece5..cc14735 100644 Binary files a/common/audio_manager/assets/morceaux/niveau/mines_waiting.ogg and b/common/audio_manager/assets/morceaux/niveau/mines_waiting.ogg differ diff --git a/common/audio_manager/assets/sfx/elevator/elevator.wav b/common/audio_manager/assets/sfx/elevator/elevator.wav index f678467..b6e4a6a 100644 Binary files a/common/audio_manager/assets/sfx/elevator/elevator.wav and b/common/audio_manager/assets/sfx/elevator/elevator.wav differ diff --git a/stages/3d_scenes/astra_base/scripts/astra_base.gd b/stages/3d_scenes/astra_base/scripts/astra_base.gd index 6b38c10..315bbb1 100644 --- a/stages/3d_scenes/astra_base/scripts/astra_base.gd +++ b/stages/3d_scenes/astra_base/scripts/astra_base.gd @@ -70,8 +70,10 @@ func story(): ) %LiftAnimationPlayer.play("arrive") + AudioManager.play_sfx("Elevator") await %Lift.clicked %LiftAnimationPlayer.play_backwards("arrive") + AudioManager.play_sfx("Elevator") await get_tree().create_timer(LIFT_TIME).timeout