mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28: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:
@@ -19,7 +19,7 @@ func _ready() -> void:
|
||||
ResourceSetterNew.cache.clear()
|
||||
ResourceSetter.cache.clear()
|
||||
Global.get_node("GameHUD").hide()
|
||||
Checkpoint.passed = false
|
||||
Checkpoint.passed_checkpoints.clear()
|
||||
Global.world_num = 1
|
||||
Global.level_num = 1
|
||||
Global.reset_values()
|
||||
|
Reference in New Issue
Block a user