people dont follow instructions
This commit is contained in:
4
game.py
4
game.py
@@ -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."
|
"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.")
|
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."
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user