englercj / phaser-tiled

A tilemap implementation for phaser focusing on large complex maps built with the Tiled Editor.
MIT License
289 stars 31 forks source link

[feature request] support tile images larger than map grid (for 2.5D) #38

Open jmp909 opened 8 years ago

jmp909 commented 8 years ago

currently the plugin will not render overlapping tile images correctly (required for 2.5D) tiled render

also the "right up" rendering order from Tiled is required for this layout. (actually i have to do a custom sort on all tiles with tile.z = tile.y - tile.x anyway so rendering order may not matter)

thanks j