|
console.warn('TilemapParser.parseTiledJSON: Only orthogonal map types are supported in this version of Phaser'); |
What work would need to be done to get support for hex maps? I assume at bare minimum, the algorithm for laying out the tiles would need attention?
phaser-tiled/src/tiled/TilemapParser.js
Line 74 in 90aca84
What work would need to be done to get support for hex maps? I assume at bare minimum, the algorithm for laying out the tiles would need attention?