Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.04 KB

Build Status

Crafty Tiled

Crafty Tiled is an addon for the Crafty.js game engine.

The project goal is to support as many features from Tiled as possible.

Installation

npm i crafty-tiled --save
# or
bower install crafty-tiled --save

Usage

import 'craftyjs-tiled';

Crafty.tiled.render('/map.tmx').then(function() {
  // All done loading
}).catch(function(error) {
  // Something went wrong
});

Contributing

See the CONTRIBUTING document. Thank you, contributors!

License

Crafty Tiled is Copyright (c) 2016 Theodor Tonum It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Crafty Tiled is maintained by Theodor Tonum.