https://github.com/pxlsyl/aseprite-lua-scripts
My own lua scripts I can't find online
https://github.com/pxlsyl/aseprite-lua-scripts
Last synced: 2 days ago
JSON representation
My own lua scripts I can't find online
- Host: GitHub
- URL: https://github.com/pxlsyl/aseprite-lua-scripts
- Owner: PxlSyl
- Created: 2024-07-17T01:01:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T19:38:50.000Z (10 months ago)
- Last Synced: 2025-05-04T11:52:34.011Z (6 days ago)
- Language: Lua
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aseprite-lua-scripts
As pixel artists, we need some good lua scripts to save us a huge amount of time!
My own lua scripts I can't find online
For now :
- zoom-effect :
Works better with small canvas.
A zoom-in zoom-out tool for your sprites. Simple to use, multidirectional (right, left, bottom, top, top-right, top-left, bottom-right, bottom-left)
Just enter the zoom percentage you want, the number of frames, the direction and if you want a zoom-in or a zoom-out effect.You can also set a rotation effect while zooming, with the direction (left or right) and the angle for rotation you want to apply.
The script will handle all of this!
I may improve this to add more options...
Note: One another trick for this script is if you're working with a full image and want a zoom-out effect, first apply a zoom-in effect, then select all the new frames and click on the built-in option from Aseprite "Reverse frames" in "Frame" menu.