mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
fixed a weird bug, to do with minus world
This commit is contained in:
parent
5cc8718941
commit
7edfccbd76
8 changed files with 252 additions and 1167 deletions
|
|
@ -240,7 +240,7 @@ func new_game_selected() -> void:
|
|||
func continue_game() -> void:
|
||||
SaveManager.apply_save(SaveManager.load_save(Global.current_campaign))
|
||||
Global.current_game_mode = Global.GameMode.CAMPAIGN
|
||||
if Global.game_beaten:
|
||||
if Global.game_beaten or Global.debug_mode:
|
||||
$CanvasLayer/StoryMode/ContinueBeatenGame/WorldSelect.open()
|
||||
else:
|
||||
$CanvasLayer/StoryMode/ContinueUnbeatenGame/CharacterSelect.open()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue