Constant Timeline - Aseprite Script
A downloadable script
What does the script do?
This script helps you to have a constant duration for all your frames by duplicating longer one and, if wanted, expand short ones.
---Example:
Frames at: a:125, b:200, c:25
All frames wanted at 50 exactly
a:50, a:50, a:50, b:50, b:50, b:50, b:50, c:50
All frames wanted at 50 maximum
a:50, a:50, a:25, b:50, b:50, b:50, b:50, c:25
How to use
The Script's window will ask you the desired duration
You will also see another option, it will allow or not to have smaller duration.
---For instance, with a desired duration of 50ms, if you have a frame at 25ms, it will keep it to 25ms if unchecked, or turn it to 50ms if checked
Finally, I recommend you to save it in a different file so you keep your spritesheet
Installation
To use, take the .lua file from the archive Aseprite - Spritesheet into Layers.zip and put it in your Aseprite's user script folder.
Then go in Aseprite, and do File > Scripts > Aseprite - Spritesheet into Layers
Leave a comment
Log in with itch.io to leave a comment.