Example #1
0
 def destroy(self):
     try:
         SPACE.remove(self.body, self.shape)
         self.active = False
     except KeyError:
         pass
Example #2
0
 def destroy(self):
     try:
         SPACE.remove(self.body, self.shape)
         self.active = False
     except KeyError:
         pass