예제 #1
0
파일: driver.py 프로젝트: jrodrigog/pyscumm
 def __init__(self):
     Drawable.__init__(self)
     self.offset = Vector2(0, 0)
예제 #2
0
파일: driver.py 프로젝트: jrodrigog/pyscumm
 def __init__(self):
     Drawable.__init__(self)
     self.offset = Vector2(0, 0)
예제 #3
0
파일: obj.py 프로젝트: ialad/pyscumm
 def __init__(self):
     Drawable.__init__(self)
     BaseObject.__init__(self)
예제 #4
0
 def __init__(self):
     Drawable.__init__(self)
     BaseObject.__init__(self)