restart screen

uncoupled title screen and level0
This commit is contained in:
Michael Campbell 2026-03-04 16:23:09 -05:00
parent d464e0499b
commit d17b16ad5b
8 changed files with 94 additions and 7 deletions

View file

@ -23,3 +23,8 @@ static func is_active() -> bool:
func _ready() -> void:
level = self
func _on_player_died() -> void:
active = false
%ResultsScreen.show()