Automation scripts for pixel artists working with 45° perspective sprites in Aseprite — especially useful for Tibia-style game development.
In Tibia, only 2 directions are needed to cover all 4 cardinal positions — a front-facing and a back-facing sprite. The remaining two are just mirrored versions.
This script takes a file with those 2 base positions and automatically flips them, generating all 4 directions for you — saving time and keeping consistency across your sprite sheet.
How to use:
- Open your sprite file in Aseprite with the 2 base positions
- Run the script via
File > Scripts > Flip Position - The flipped frames will be generated automatically
- Aseprite (with scripting enabled)
More scripts are on the way! Feel free to open issues or submit pull requests if you have ideas or improvements.
MIT