Beispiel #1
0
 def __init__(self, id):
     BaseScript.__init__(self, id)
     BaseScriptEntity.__init__(self, id)
Beispiel #2
0
 def __init__(self, id):
     BaseScript.__init__(self, id)
Beispiel #3
0
 def doTick(self):
     self.position.x+=1
     print self.position
     BaseScript.doTick(self)