Crafty-Tiled-Map-Importer
Crafty-Tiled-Map-Importer copied to clipboard
A Tiled map (http://mapeditor.org) importer for Crafty.js ( http://craftyjs.com)
This way assets could be placed in the same folder as the JSON file.
I've added support for Tiled's Object layers, as well as support for arbitrary properties, and multiple tilesets
If I try and make an isometric map, it just returns a sparse grid instead. Example: http://evintr.com/Crafty%20ISO/sandbox.html
Exported JSON file form Tiled doesn't contains any path info for the tile-set png file so it looks for in the root. It would be great to specify this path...