Fixed an issue with the menu.
This commit is contained in:
parent
a1a116ee03
commit
c6c00a50a0
@ -59,7 +59,7 @@ def game(mode):
|
|||||||
# Game starts at main menu
|
# Game starts at main menu
|
||||||
mode = game_menu("start game", "instructions", "donate", "credits", "exit_game")
|
mode = game_menu("start game", "instructions", "donate", "credits", "exit_game")
|
||||||
while mode != "exit_game":
|
while mode != "exit_game":
|
||||||
if mode == "menu": mode = game_menu("start game", "instructions", "credits", "exit_game")
|
if mode == "menu": mode = game_menu("start game", "instructions", "donate", "credits", "exit_game")
|
||||||
if mode == "start game": mode = game(mode)
|
if mode == "start game": mode = game(mode)
|
||||||
time.sleep(.001)
|
time.sleep(.001)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user