Ejemplo n.º 1
0
 def __init__(self, model, world):
     Creature.__init__(self, model, world)
     self.is_player = False
     self.target_rotation = (0, 0)
     self.target = None
Ejemplo n.º 2
0
 def __init__(self, model, world):
     Creature.__init__(self, model, world)
     self.is_player = False
     self.target_rotation = (0, 0)
     self.target = None
Ejemplo n.º 3
0
 def move(self, task):
     return Creature.move(self, task)
Ejemplo n.º 4
0
 def move(self, task):
     return Creature.move(self, task)