THIS LIB IS DEPRECATED, please use lib: heapsTiled


Keywords
Hashlink, Heaps, Tiled, import
License
Apache-2.0
Install
haxelib install h2dTiled 0.0.4

Documentation

About

A simple lib to import Tiled maps to Heaps projects. It only supports basic stuff, and it's not meant to support 100% of all Tiled features. You can extend it quite easily :)

Usage

See Test.hx

Folder structure

│   Test.hx
│
└───h2dTiled
    │   TiledMap.hx
    │
    └───com
            TLayer.hx
            TObject.hx
            TTileset.hx