added some documentation & explanations

This commit is contained in:
Noel Berry
2021-01-04 18:55:26 -08:00
parent 68bb409f98
commit 7173d65263
8 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,5 @@
The sprites are stored in the [Aseprite](https://www.aseprite.org/) format, and you'll need Aseprite to edit them.
A few other notes:
- Animations are loaded automatically using Aseprite's `Tag` feature. Each tag is a unique animation
- Sprite Origin points use Aseprite's hidden `Slice` feature, which can be used with Shift+C. You can draw slices and give them a pivot point, which we're using to set the origin point of the sprite.