2.0.6 • Published 12 years ago

chem-tmx v2.0.6

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

chem-tmx

Loads a Tiled map editor TMX file ready for use with the chem game engine.

Usage

var chem = require('chem');
var tmx = require('chem-tmx');

tmx.load(chem, "level1.tmx", function(err, map) {
  if (err) throw err;
  // this will be an Image instance of the tile
  console.log(map.tileSets[0].tiles[0].image);
});
2.0.6

12 years ago

2.0.5

12 years ago

2.0.4

12 years ago

2.0.3

12 years ago

2.0.2

12 years ago

2.0.1

12 years ago

2.0.0

12 years ago

1.0.0

12 years ago