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

Fixes and utility functions #31

Closed wassname closed 8 years ago

wassname commented 8 years ago

I added most of the arcade-physics utility functions and got them working for isometric co-ordinates.

I also improved the body.facing calculation and got outOfBoundsKill working. Game.iso.unproject set's the z value in the output, and manually changing sprite.isoPosition after body.phase=1 works.

lewster32 commented 8 years ago

Simply beautiful... thank you so much for these!

wassname commented 8 years ago

No problems and thanks for the module, it's great fun to develop with!

mfpierre commented 8 years ago

Really nice work @wassname :+1:

wassname commented 8 years ago

Thanks!