Play sample here
Check out SpriteFusion! And Export as JSON (./map/
locally)
Upload the project to SpriteFusion and have fun!
Example running in excalibur
- Using nodejs and npm
- Run the
npm install
to install dependencies - Run the
npm run start
to run the development server to test out changes
- Run
npm run start
to produce javascript bundles for debugging in thedist/
folder - Run
npm run build
to produce javascript bundles for production (minified) in thedist/
folder