2.0.6 • Published 11 years ago

chem-tmx v2.0.6

Weekly downloads
3
License
-
Repository
github
Last release
11 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

11 years ago

2.0.5

11 years ago

2.0.4

11 years ago

2.0.3

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago

1.0.0

11 years ago