diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..8804e5a --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,18 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "make", + "type": "shell", + "command": "bash", + "args": ["-c", "make"], + "group": { + "kind": "build", + "isDefault": true + }, + "problemMatcher": [] + } + ] +} \ No newline at end of file diff --git a/package.json b/package.json index dae757f..c966334 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "advanced-spritesheets", "displayName": "Advanced Spritesheets", "description": "Improved spritesheet export functionality for Aseprite.", - "version": "0.1", + "version": "0.0.3", "author": { "name": "Anna Wiggins", "email": "annabunches@gmail.com", "url": "https://annabunches.net" }, diff --git a/readme.md b/readme.md index 3e4a31f..d2c6f75 100644 --- a/readme.md +++ b/readme.md @@ -17,3 +17,14 @@ To install, go to Aseprite's Settings -> Extensions -> Add Extension, and select * To export a group as a single sprite, tk * Invoke the tool via File -> Export -> Export Sprite Sheet (Advanced). * Use the Sprite Sheet Export dialog as normal, but make sure Layers is set to "Visible Layers." + + +## Copyright Notice + +Copyright 2024 Anna Wiggins + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see . \ No newline at end of file