Example #1
0
 def __init__(self, id):
     BaseSimEntity.__init__(self, id)
Example #2
0
 def __init__(self, id):
     BaseSimEntity.__init__(self, id)
Example #3
0
 def doTick(self):
     self.position.x+=.12
     if hasattr(self,"position"):
         print self.position
     BaseSimEntity.doTick(self)
Example #4
0
 def doTick(self):
     self.position.x += .12
     if hasattr(self, "position"):
         print self.position
     BaseSimEntity.doTick(self)