hexus / phaser-arcade-slopes

:triangular_ruler: A Phaser CE plugin that brings sloped tile collision handling to the Arcade Physics engine
MIT License
126 stars 16 forks source link

check collideDown, collideUp, collideLeft, and collideRight in SatSolver #28

Closed kevin-chau closed 7 years ago

kevin-chau commented 7 years ago

Fixes #27

hexus commented 7 years ago

Thanks for the PR, I may implement it slightly differently though, and without all of those whitespace changes. :)

hexus commented 7 years ago

In the end I implemented it the same way (5d61fdf), just without the whitespace changes.

Thanks!