Metadata updates.
This commit is contained in:
parent
89278d4a9b
commit
0c393d87cc
18
.vscode/tasks.json
vendored
Normal file
18
.vscode/tasks.json
vendored
Normal file
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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" },
|
||||
|
|
11
readme.md
11
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 <https://www.gnu.org/licenses/>.
|
Loading…
Reference in New Issue
Block a user