0.2.0
v0.2.0 - 18th June 2017
- Added heuristics for square tiles to improve skipped collisions (#38) at the
expense of some inconsistencies when bodies exit tiles from inside. - Allowed physics bodies to disable and enable heuristics for themselves using
body.slopes.heuristics
.null
uses default,false
disables andtrue
enables.