I am using Corey O'Neil's Collision Detection Kit to test for collisions between two objects using a 'CollisionList'.
I am making a platformer, and at the moment, the terrain hitTests with the entire player's shape. I just want the terrain to hitTest with the player's registration point.
How can I do this?