1
0
Fork 0
gai-ca2/doc/sprites.md

17 lines
492 B
Markdown

# Game Sprites
## Setup and Export
Tilemap is created using aseprite.
Each layer of the tilemap is exported as a separate image using
https://github.com/dacap/export-aseprite-file, with some custom changes.
Script can be executed from the command line using the batch file
[export.bat](../project/assets/tilemap/export.bat).
Make sure to have aseprite in the PATH.
On export, the tileset is automatically updated in godot, making it easy to work with.
## Sprite/Tilemap list
TODO (dome)