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