gai-ca2/doc/sprites.md

492 B

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. 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)