Esempio n. 1
0
 def notifyPositionChanged(self, oldP):
   e = Event(self._entity._world._time, Event.ENTITY_MOVED)
   e.entity = self._entity
   e.oldPosition = oldP
   e.newPosition = self._p
   self._entity._em.handleEvent(e)