couple more improvements, im pretty happy with how this is shaping up

This commit is contained in:
JHDev2006
2025-10-26 16:35:41 +00:00
parent 3466e7c4c2
commit 53f3bce94c
11 changed files with 33 additions and 16 deletions

View File

@@ -334,6 +334,7 @@ func reset_values() -> void:
Checkpoint.sublevel_id = 0
Global.total_deaths = 0
Door.unlocked_doors = []
Door.exiting_door_id = -1
Checkpoint.unlocked_doors = []
KeyItem.total_collected = 0
Checkpoint.keys_collected = 0