Darthfett / A-Priori-Physics-System

A side-scroller game based upon Mega Man X, with a priori collision detection, and objects being represented as a sequence of connected points.
3 stars 0 forks source link

Player collision not getting detected and/or handled sometimes #27

Closed Darthfett closed 12 years ago

Darthfett commented 12 years ago

When doing something simple, such as bouncing upon a completely flat line, the player will occasionally miss the first collision point, causing it to somehow get stuck in the line, bouncing around. This could be the cause of #21, and #6.