This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- This creates proper GUIDs for Aseprite files so the game can load them. | |
-- To Use: | |
-- 1) Open Aseprite and go to File -> Scripts -> Open Scripts Folder and place this file there | |
-- 2) Restart Aseprite | |
-- 3) Run this script when you save an Aseprite file and it will automatically create | |
-- GUIDs for the sprite along with every slice | |
-- More Info: https://www.aseprite.org/docs/scripting/ |
OlderNewer