people dont follow instructions

This commit is contained in:
2026-04-17 19:05:42 -04:00
parent 4155e8685d
commit 0d09e54e16

View File

@@ -163,3 +163,7 @@ if __name__ == "__main__":
"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.")
else:
print(
"I think you did CTRL+C? I said not to I think. Well, here you are! Great job, not following instructions, I said it for a reason."
)