Пример #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()
Пример #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()
Пример #3
0
 def destroyFont(self, fontHandle):
     del self.cache[fontHandle]
     return PyUnseen.destroyFont(fontHandle)
Пример #4
0
 def destroyFont(self, fontHandle):
     del self.cache[fontHandle]
     return PyUnseen.destroyFont(fontHandle)