Shoozza / h2dTiled

Import Tiled generated maps to Heaps based projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Import Tiled generated maps to Heaps based projects

License:Apache License 2.0


Languages

Language:Haxe 100.0%