Initial commit.
This commit is contained in:
commit
1327848b05
4 changed files with 138 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "advanced-spritesheets",
|
||||
"displayName": "Advanced Spritesheets"
|
||||
"description": "Improved spritesheet export functionality for Aseprite.",
|
||||
"version": "0.1",
|
||||
"author": { "name": "Anna Wiggins",
|
||||
"email": "annabunches@gmail.com",
|
||||
"url": "https://annabunches.net" },
|
||||
"contributors": [ ],
|
||||
"publisher": "annabunches",
|
||||
"license": "CC BY-SA 4.0",
|
||||
"categories": [ "Scripts" ],
|
||||
"contributes": {
|
||||
"scripts": [
|
||||
{ "path": "./advanced-spritesheet-export.lua" }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue