Moving sprite can cross non-crossable
Opened this issue · 1 comments
s0lst1ce commented
All moving sprites (players & bullets tested) can cross non-crossable
. This only happens when the sprite moves fast of when the platform is thin.
s0lst1ce commented
Known issues which will be fixed in v0.4-b1
The collision update handler will be re-written to remove "shaking" players as well as this issue which is due to the collision checker not having time to record the collision as the sprite has moved beyond before even passing over it.