Exemplo n.º 1
0
 def go_to_title_screen(cls):
     World.change_game_state(Game_State.TITLE_SCREEN)
Exemplo n.º 2
0
 def start_game(cls):
     World.reset_entities()
     World.change_game_state(Game_State.GAME)