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

Circular physics body support #11

Closed hexus closed 7 years ago

hexus commented 7 years ago

Recent versions of Phaser have seen an implementation circular physics bodies for collision with other sprites, but not tilemaps.

SAT.js can resolve circle vs. polygon collisions, so this seems like a fitting new feature for the plugin.

hexus commented 7 years ago

Initial implementation by #17.