This script is used in Aseprite to create isometric shapes in an easy way. You can select the shape, dimensions and color and the script will create the shape for you.
Screen.Recording.2024-03-01.at.4.26.47.PM.mov
- Download the
isometric-master.lua
file from this repository. - Open Aseprite and go to
File > Scripts > Open Scripts Folder
. - Move the
isometric-master.lua
file to the folder that was opened in the previous step. - Restart Aseprite or go to
File > Scripts > Rescan Scripts Folder
.
- Create isometric shapes in an easy way.
- Select the shape, dimensions and color.
- Undo shapes created with the script.
- Add more shapes.
- Add more options to the shapes.
- Add support for default color shades.
- Aseprite API
- Isometric Box Generator Script ~ This was the inspiration for the script and wanting to create a more complete version of it that would allow for more shapes and options.