ajout de la scène du cockpit

This commit is contained in:
2026-01-17 11:15:53 +01:00
parent ff4feacea3
commit 62b34473b6
34 changed files with 705 additions and 26 deletions

View File

@@ -111,4 +111,4 @@ func _on_travel_validation_no_now_button_button_down():
func _on_return_button_button_down():
if GameInfo.game_data.get_current_planet_data():
SceneManager.change_scene(SceneManager.PLANET_SCENE)
SceneManager.change_scene(SceneManager.COCKPIT_SCENE)