Exemplo n.º 1
0
 def _update(self, timeSinceLastFrame):
     """Translate update message to child items
     """
     ObjectOverlay._update(self, timeSinceLastFrame)
     
     for child in self.childs:
         child._update(timeSinceLastFrame)
Exemplo n.º 2
0
 def _update(self, timeSinceLastFrame):
     """Update object
     """
     ObjectOverlay._update(self, timeSinceLastFrame)