Collision Detection fix for Circle shape objects
I have circular objects that constantly move around the screen, and are supposed to collide with each other and all, so i have the bounce attribute and i set a constant velocity, but when my actor bounces against a wall with a certain angle it doesn't bounce back correctly , it just move alongside the wall
Answers