Skip to content

Commit

Permalink
Fixed one small thing i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
micziz committed Nov 27, 2023
1 parent 7db6cb5 commit 4240a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/titlteScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def titleSreen():
while True:
print("1: New Game")
if os.path.exists("./ttgsave/save.txt"):
print("2: Continue (W.I.P)")
print("2: Continue")
choice = input(": ")
if choice == "1":
return 1
Expand Down

0 comments on commit 4240a01

Please sign in to comment.