コード例 #1
0
ファイル: atlastexture.py プロジェクト: cheery/essence
 def __init__(self, texture, width, height):
     Texture.__init__(self, texture, width, height)
     self.allocator = Allocator()