Message
This commit is contained in:
4
game.py
4
game.py
@@ -43,6 +43,10 @@ class Game:
|
|||||||
"Settings",
|
"Settings",
|
||||||
"Quit",
|
"Quit",
|
||||||
]
|
]
|
||||||
|
else:
|
||||||
|
print(
|
||||||
|
"This menu will have no options, all of them are about saving, which is not in the web version."
|
||||||
|
)
|
||||||
while True:
|
while True:
|
||||||
match ui.select(
|
match ui.select(
|
||||||
"Please choose an option",
|
"Please choose an option",
|
||||||
|
|||||||
Reference in New Issue
Block a user