mise en place du sfx de sortie du vaisseau et mixage #150

This commit is contained in:
2026-03-01 14:34:25 +01:00
committed by Zacharie Guet
parent 23927fe7b4
commit e05ec227d8
2 changed files with 2 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ func _on_right_screen_activated():
update_dashboard()
func _on_exit_clicked():
AudioManager.play_sfx("Ship_exit")
if not GameInfo.game_data.ship_in_space and GameInfo.game_data.current_region_data != null:
SceneManager.change_to_scene_id('REGION')