Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 18, 2024
1 parent 9c6aa0e commit 8027e2d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions Excalibur Sample-SpriteFusion.json

Large diffs are not rendered by default.

Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Excalibur SpriteFusion Sample

Play sample [here](https://excaliburjs.com/sample-spritefusion)

Check out [SpriteFusion](https://www.spritefusion.com/editor)! And Export as JSON (`./map/` locally)

Upload the [project](./Excalibur%20Sample-SpriteFusion.json) to SpriteFusion and have fun!

![Sprite Fusion](image.png)

Example running in excalibur

![Sample Running in Excalibur](./sample.gif)

## Running locally

* Using [nodejs](https://nodejs.org/en/) and [npm](https://www.npmjs.com/)
* Run the `npm install` to install dependencies
* Run the `npm run start` to run the development server to test out changes

## Building bundles

* Run `npm run start` to produce javascript bundles for debugging in the `dist/` folder
* Run `npm run build` to produce javascript bundles for production (minified) in the `dist/` folder
Binary file added sample.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8027e2d

Please sign in to comment.