Exemplo n.º 1
0
 def __init__(self):
     MultiImage.__init__(self)
     if conf.game is None:
         game = Game()
         conf.game = game
         game.sprites.add(self)
         game.step()
     self.turn_off()