Output savegame filename
This commit is contained in:
2
main.py
2
main.py
@@ -76,7 +76,7 @@ def main():
|
|||||||
|
|
||||||
# LOAD LAST GAME
|
# LOAD LAST GAME
|
||||||
|
|
||||||
if os.path.isfile("save.json") and ui.query_yes_no("Letztes Spiel laden?"):
|
if os.path.isfile("save.json") and ui.query_yes_no("Letztes Spiel laden? (save.json)"):
|
||||||
with open(SAVE_FILE, "r") as file:
|
with open(SAVE_FILE, "r") as file:
|
||||||
save = json.load(file)
|
save = json.load(file)
|
||||||
players = save["players"]
|
players = save["players"]
|
||||||
|
|||||||
Reference in New Issue
Block a user