From 89a4962ff7cebb9370bffb9a25ee63f26b8b93a9 Mon Sep 17 00:00:00 2001 From: Nilou Date: Fri, 27 Feb 2026 14:06:58 +0100 Subject: [PATCH] =?UTF-8?q?correction=20du=20probl=C3=A8me=20d'ambiance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/audio_manager/scripts/audio_manager.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/audio_manager/scripts/audio_manager.gd b/common/audio_manager/scripts/audio_manager.gd index 6b37e31..4465eca 100644 --- a/common/audio_manager/scripts/audio_manager.gd +++ b/common/audio_manager/scripts/audio_manager.gd @@ -48,13 +48,13 @@ func _on_change_scene(scene : Scene): queue_music(loop_phase, first_phase) elif scene is CockpitScene: stop_all_musics() - play_ambiance_alone("Ship", true, 1.0) + play_ambiance_alone("Ship", true) elif scene is AstraScene: stop_all_musics() play_ambiance_alone("Astra", false, 5.0) elif scene is GarageScene: stop_all_musics() - play_ambiance_alone("Astra", false) + play_ambiance_alone("Astra", false, 5.0) elif scene is BoreaScene: stop_all_musics() play_ambiance_alone("Borea", false, 5.0)