atomicptr / openfl-tiled

openfl-tiled is a library which gives OpenFL developers the ability to use the TILED map editor.
Other
45 stars 21 forks source link

Support for HaxeFlixel's FlxTilemap #18

Closed atomicptr closed 11 years ago

atomicptr commented 11 years ago

contains #17

atomicptr commented 11 years ago

Basic support is done, just use:

tilemap.loadMap(map.getLayerByName("structure").toCSV(), "path/to/graphics", tileX, tileY, 0, 1, 1, 1);