you can now have as MANY checkpoints as you want, in as many rooms as you want!

This commit is contained in:
JHDev2006
2025-09-25 09:29:00 +01:00
parent d058425c13
commit 8126439a81
8 changed files with 21 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ func update_visuals() -> void:
func run_player_check(player: Player) -> void:
if Global.player_action_pressed(get_input_direction(enter_direction), player.player_id) and can_enter:
can_enter = false
Checkpoint.passed = false
Checkpoint.passed_checkpoints.clear()
SpeedrunHandler.is_warp_run = true
Global.reset_values()
Level.first_load = true