Beispiel #1
0
 def start_game(self):
     world = World(self.screen)
     world.load_level(1)
     self.states.push(world)