have tested all levels in the contest with this new fork, all ran great, pretty happy to merge this after a bit of a tidy up

This commit is contained in:
JHDev2006
2025-10-27 09:42:22 +00:00
parent 53f3bce94c
commit 2b50a648f7
4 changed files with 28 additions and 7 deletions

View File

@@ -84,7 +84,8 @@ static var can_set_time := true
func _enter_tree() -> void:
Global.current_level = self
update_theme()
if is_inside_tree():
update_theme()
SpeedrunHandler.timer_active = true
SpeedrunHandler.ghost_active = true
if can_set_time: