Crafty Tiled is an addon for the Crafty.js game engine.
The project goal is to support as many features from Tiled as possible.
npm i crafty-tiled --save
# or
bower install crafty-tiled --save
import 'craftyjs-tiled';
Crafty.tiled.render('/map.tmx').then(function() {
// All done loading
}).catch(function(error) {
// Something went wrong
});
See the CONTRIBUTING document. Thank you, contributors!
Crafty Tiled is Copyright (c) 2016 Theodor Tonum It is free software, and may be redistributed under the terms specified in the LICENSE file.
Crafty Tiled is maintained by Theodor Tonum.