mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
cf17ebac76
* Better IDs for palettes * Rename psygnork -> psygnosia * Added ARQ16
23 lines
691 B
JSON
23 lines
691 B
JSON
{
|
|
"name": "endesga-palettes",
|
|
"displayName": "ENDESGA Studios Palettes",
|
|
"description": "Palettes contributed by ENDESGA Studios",
|
|
"version": "1.0",
|
|
"author": { "name": "ENDESGA Studios", "url": "https://twitter.com/ENDESGA" },
|
|
"publisher": "aseprite",
|
|
"categories": [
|
|
"Palettes"
|
|
],
|
|
"contributes": {
|
|
"palettes": [
|
|
{ "id": "ARQ4", "path": "./arq4.gpl" },
|
|
{ "id": "ARQ16", "path": "./arq16.gpl" },
|
|
{ "id": "EDG16", "path": "./edg16.gpl" },
|
|
{ "id": "EDG32", "path": "./edg32.gpl" },
|
|
{ "id": "EDG8", "path": "./edg8.gpl" },
|
|
{ "id": "EN4", "path": "./en4.gpl" },
|
|
{ "id": "ENOS16", "path": "./enos16.gpl" }
|
|
]
|
|
}
|
|
}
|