diff --git a/common/audio_manager/assets/morceaux/menu/main_menu.ogg b/common/audio_manager/assets/morceaux/menu/main_menu.ogg index d6c270c..98c7061 100644 Binary files a/common/audio_manager/assets/morceaux/menu/main_menu.ogg and b/common/audio_manager/assets/morceaux/menu/main_menu.ogg differ diff --git a/common/audio_manager/assets/sfx/ship_reveal/jingle_vaisseau.wav b/common/audio_manager/assets/sfx/ship_reveal/jingle_vaisseau.wav index 0094890..b2256a9 100644 Binary files a/common/audio_manager/assets/sfx/ship_reveal/jingle_vaisseau.wav and b/common/audio_manager/assets/sfx/ship_reveal/jingle_vaisseau.wav differ diff --git a/common/audio_manager/audio_manager.tscn b/common/audio_manager/audio_manager.tscn index 2e8cc2f..cee3d4d 100644 --- a/common/audio_manager/audio_manager.tscn +++ b/common/audio_manager/audio_manager.tscn @@ -162,7 +162,7 @@ stream = SubResource("AudioStreamRandomizer_qog4c") [node name="Ship_reveal" type="AudioStreamPlayer" parent="Sfx" unique_id=1121632306] stream = ExtResource("37_3dfjn") -volume_db = -10.0 +volume_db = 5.0 [node name="Signal" type="AudioStreamPlayer" parent="Sfx" unique_id=335682989] stream = ExtResource("41_iaiio") diff --git a/common/audio_manager/scripts/audio_manager.gd b/common/audio_manager/scripts/audio_manager.gd index cc2df37..57363c4 100644 --- a/common/audio_manager/scripts/audio_manager.gd +++ b/common/audio_manager/scripts/audio_manager.gd @@ -91,6 +91,7 @@ func _on_change_scene(scene : Scene): play_ambiance("Astra") "GARAGE": stop_music() + play_ambiance("Astra") "BOREA": stop_music() play_ambiance("Borea") @@ -110,8 +111,6 @@ func _on_timeline_started(): play_ambiance("Demeter") "demeter_outro": play_ambiance("Demeter") - "failure": - play_ambiance("Demeter") func _on_timeline_ended(): if SceneManager.actual_scene: