mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
you can now have as MANY checkpoints as you want, in as many rooms as you want!
This commit is contained in:
@@ -41,7 +41,7 @@ func _ready() -> void:
|
||||
Global.p_switch_active = false
|
||||
Lakitu.present = false
|
||||
Global.p_switch_timer = -1
|
||||
if Checkpoint.passed:
|
||||
if Checkpoint.passed_checkpoints.is_empty() == false:
|
||||
Door.unlocked_doors = Checkpoint.unlocked_doors.duplicate()
|
||||
else:
|
||||
Door.unlocked_doors = []
|
||||
|
Reference in New Issue
Block a user