Howdy
I have implemented Chipmunk into my top down scroller, and collision detection between the player and static line segments is working very well. But, as part of debugging, sometimes I need to disable the collision on the fly - is there a 'switch' that allows disabling and re-enabling collisions between shapes and static line segments?
Thanks