An Aseprite script that visualizes stacked sprites
Take this spritesheet, containing each 'slice' of a 3-dimensional frog character:
Displaying the frog character as a series of individual frames:
Open the Stacked Sprite Visualizer and prepare to generate the stack:
Installation Steps:
- Make sure you're on Aseprite version 1.3+
- Download this repository (Click Code->Download ZIP)
- In Aseprite, find your scripts folder via File->Scripts->Open Scripts Folder
- Copy "Stacked Sprites Visualizer.lua" into the Aseprite Scripts folder
- In Aseprite, reload scripts via File->Scripts->Rescan Scripts Folder
- You should now see the Visualizer in File->Scripts
Notes:
- I've included an example stacked sprite frog to play around with
- Try to make each frame size the same width and height (ex: 32x32 rather than 32x24)
- This script hasn't been tested very much, so please keep backups of your work just in case