rebind debug menu; fix: start sequence doesn't happen if level.active == true

This commit is contained in:
Michael Campbell 2026-04-16 21:53:17 -04:00
parent 5d15de631a
commit e57db65b33
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,9 @@ func _ready() -> void:
%ResultsScreen.hide()
level = self
if active:
start_game()
func _on_player_died() -> void:
active = false
%DeathAnimation.play(&"death")