Correcting display bug
This commit is contained in:
parent
ae493337ed
commit
18b06c5274
|
@ -49,6 +49,7 @@ class MainMenu(Menu):
|
||||||
if option == MainMenuValues.START:
|
if option == MainMenuValues.START:
|
||||||
game.new_game()
|
game.new_game()
|
||||||
game.state = GameMode.PLAY
|
game.state = GameMode.PLAY
|
||||||
|
game.display_actions(DisplayActions.UPDATE)
|
||||||
elif option == MainMenuValues.RESUME:
|
elif option == MainMenuValues.RESUME:
|
||||||
game.state = GameMode.PLAY
|
game.state = GameMode.PLAY
|
||||||
elif option == MainMenuValues.SETTINGS:
|
elif option == MainMenuValues.SETTINGS:
|
||||||
|
|
Loading…
Reference in New Issue