From 4155e8685d7785af0208744a57d0213410d806ee Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Fri, 17 Apr 2026 19:04:14 -0400 Subject: [PATCH] Quit after error --- game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game.py b/game.py index b24ec32..b5b92b8 100644 --- a/game.py +++ b/game.py @@ -162,3 +162,4 @@ if __name__ == "__main__": print( "Welp, seems that the game crashed, idk why. A common cause of this is pressing CTRL+C, which will cancel some UI stuff and just break the game. If you're on the desktop version, reopen it, if you're on the web version, reload, and don't use CTRL+C.\nOtherwise, great job! You found an issue in the game! If you can, please tell me." ) + ui.confirm("Press any key to quit.")