This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
489 B
Markdown

# The Auto-Stitch directory
This is a bit of a *magic* directory. Anything put in here will automatically be turned into a spritesheet at compile time.
## File organization
In this directory, framesets are expected to be stored in subdirectories. The names of these are important as they will translate into the names of the spritesheets.
For example, if you put a set of frames in `auto_stitch/chr_testFox`, you will get a spritesheet generated to `dist/gen/anm/chr/chr_testFox.png`.