This commit is contained in:
2026-04-17 18:30:40 -04:00
parent d84ed0c792
commit af4c6c4749

View File

@@ -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",