If I have an actor that is just a simple drawn circle (50 pixels diameter), how might I go about making radial collisions.
Ideally it would be stopped by 'Wall.class' (most likely on right angles but diagonal detection would be good) and to be stopped by 'Character.class' (other circles).

