예제 #1
0
파일: __init__.py 프로젝트: goosemo/monkey
 def _remove_shape(self, shape):
     """Removes a shape from the space"""
     del self._shapes[shape.id]
     cp.cpSpaceRemoveShape(self._space, shape._shape)
예제 #2
0
파일: pymunk.py 프로젝트: kakila/cavemen
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)
예제 #3
0
파일: pymunk.py 프로젝트: ezequielp/cavemen
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)