death and restart menu working

This commit is contained in:
2026-01-27 15:11:43 +01:00
parent 916a6e7153
commit f1f0febf29
9 changed files with 72 additions and 27 deletions

View File

@@ -5,6 +5,7 @@ signal restart_pressed
signal main_menu_pressed
func _handle_cancel_input():
return
if $ConfirmExit.visible:
$ConfirmExit.hide()
elif $ConfirmMainMenu.visible: