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 does not collide with vertical lines #26

Closed Darthfett closed 12 years ago

Darthfett commented 12 years ago

If you create a boundary box for the screen, the player will not collide with the vertical lines (i.e. left and right sides). These lines are created manually.

Darthfett commented 12 years ago

Some testing shows that this issue seems to only be occurring with 0 acceleration in the x-direction.