lewster32 / phaser-plugin-isometric

Feature-packed axonometric plugin for Phaser 2 which stays true to the Phaser API.
http://rotates.org/phaser/iso
MIT License
472 stars 165 forks source link

Objects that are not cubes #43

Closed orangeswim closed 7 years ago

orangeswim commented 7 years ago

I was wondering if it was possible to create objects that are not cubes. For example, I needed an object that was a cube cut diagonally so that I have a sloped hill.

lewster32 commented 7 years ago

Unfortunately not with pure AABB physics, which is what Phaser's Arcade physics is based on, and thus also what this plug-in's physics system is derived from.