Skip to content

geppetto-apps/craftyjs-tiled

Repository files navigation

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.

About

Tiled integration for Crafty.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published