Exemplo n.º 1
0
 def collide(self, obj, combine=1):
     if Avatar.collide(self, obj, combine):
         self.update = self.update2
         return 1
     return 0