Ajout de la cinématique de début et refonte du système audio
Et toujours un peu de correction de bug par ci par là
This commit is contained in:
@@ -16,10 +16,10 @@ func _ready():
|
||||
%Restart.visible = GameInfo.game_loaded
|
||||
|
||||
func _on_start_pressed():
|
||||
if 'demeter_intro' not in GameInfo.game_data.dialogs_done:
|
||||
SceneManager.change_scene("INTRO")
|
||||
if GameInfo.game_data and GameInfo.game_data.last_game_scene:
|
||||
SceneManager.change_to_scene(GameInfo.game_data.last_game_scene)
|
||||
else:
|
||||
SceneManager.change_scene("REGION")
|
||||
SceneManager.change_to_scene_id("INTRO")
|
||||
|
||||
func _process(delta):
|
||||
next_mouse_pos = get_viewport().get_mouse_position()
|
||||
|
||||
Reference in New Issue
Block a user