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

isometric type bugfix #26

Closed promadesign closed 8 years ago

promadesign commented 8 years ago

I found out that when using sprites the images overlap each other. That was because Phaser.Plugin.Isometric.CLASSIC was always used for the projector. While i had a sprite of a width of 64 and height of 32. (Isosprite of 32 by 32) And instead using Phaser.Plugin.Isometric.ISOMETRIC did the trick, but it was not possible to initialize the plugin with a different setting then "Phaser.Plugin.Isometric.CLASSIC".

Which i think it should be configurable anyway.

Great plugin! Cheers

lewster32 commented 8 years ago

Seems good to me :) :+1: