Add keyboard shortcuts.
This commit is contained in:
parent
9eb6d2a0a6
commit
82e1ab7523
5 changed files with 26 additions and 14 deletions
12
package.json
12
package.json
|
@ -2,18 +2,18 @@
|
|||
"name": "advanced-spritesheets",
|
||||
"displayName": "Advanced Spritesheets",
|
||||
"description": "Improved spritesheet export functionality for Aseprite.",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.6",
|
||||
"author": { "name": "Anna Wiggins",
|
||||
"email": "annabunches@gmail.com",
|
||||
"url": "https://annabunches.net" },
|
||||
"license": "GPL-3.0",
|
||||
"categories": [ "Scripts" ],
|
||||
"categories": [ "Scripts", "Keys" ],
|
||||
"contributes": {
|
||||
"scripts": [
|
||||
{ "path": "./advanced-spritesheet-export.lua" },
|
||||
{ "path": "./abase-listeners.lua" },
|
||||
{ "path": "./abase-commands.lua" },
|
||||
{ "path": "./abase-sprite.lua" }
|
||||
{ "path": "./advanced-spritesheet-export.lua" }
|
||||
],
|
||||
"keys": [
|
||||
{ "path": "./advanced-spritesheet-export.aseprite-keys"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue