Ejemplo n.º 1
0
 def quit(self):
     print "PyUnseen Quitting."
     PyUnseen.destroyFont(self.font1)
     PyUnseen.destroyFont(self.fixedFont)
     for filename in self.images.keys():
         handle = self.images[filename]
         PyUnseen.destroyTexture(handle)
     self.dumpCache()        
     PyUnseen.cleanup()
Ejemplo n.º 2
0
 def quit(self):
     print "PyUnseen Quitting."
     PyUnseen.destroyFont(self.font1)
     PyUnseen.destroyFont(self.fixedFont)
     for filename in self.images.keys():
         handle = self.images[filename]
         PyUnseen.destroyTexture(handle)
     self.dumpCache()
     PyUnseen.cleanup()
Ejemplo n.º 3
0
 def destroyFont(self, fontHandle):
     del self.cache[fontHandle]
     return PyUnseen.destroyFont(fontHandle)
Ejemplo n.º 4
0
 def destroyFont(self, fontHandle):
     del self.cache[fontHandle]
     return PyUnseen.destroyFont(fontHandle)