Exemplo n.º 1
0
 def __init__(self):
     self.config = {}
     pygame.init()
     pygame.mixer.init()
     gfx.init()
     self.sd = sd
     self.sd.set_parent(self)
Exemplo n.º 2
0
 def __init__(self):
     pygame.init()
     pygame.mixer.init()
     gfx.init()
Exemplo n.º 3
0
 def __init__(self):
     pygame.init()
     pygame.mixer.init()
     gfx.init()
     self.sd = GameDriver(self, 60)
Exemplo n.º 4
0
Arquivo: game.py Projeto: MacLeek/mh
 def __init__(self):
     pygame.init()
     pygame.mixer.init()
     gfx.init()
Exemplo n.º 5
0
 def __init__(self):
     pygame.init()
     pygame.mixer.init()
     gfx.init()
     self.sd = StateDriver(self)