Ejemplo n.º 1
0
 def __init__(self, location, tileTextures, groundImage):
     Floor.__init__(self, location, tileTextures)
     
     self.groundImage = groundImage
     self.glowImage = image.load(os.path.join(GRAPHICPATH, "pickup_glow.png"))
     self.used = False