aseprite/data/extensions/arne-palettes/package.json
David Capello cf17ebac76 General update of palette extensions
* Better IDs for palettes
* Rename psygnork -> psygnosia
* Added ARQ16
2018-05-28 15:19:22 -03:00

24 lines
807 B
JSON

{
"name": "arne-palettes",
"displayName": "Arne Niklas Jansson Palettes",
"version": "1.0",
"author": { "name": "Arne Niklas Jansson", "url": "https://androidarts.com/" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "A64", "path": "./a64.gpl" },
{ "id": "ARNE16", "path": "./arne16.gpl" },
{ "id": "ARNE32", "path": "./arne32.gpl" },
{ "id": "CGArne", "path": "./cg-arne.gpl" },
{ "id": "Copper Tech", "path": "./copper-tech.gpl" },
{ "id": "CPC Boy", "path": "./cpc-boy.gpl" },
{ "id": "Eroge Copper", "path": "./eroge-copper.gpl" },
{ "id": "JMP", "path": "./jmp.gpl" },
{ "id": "Psygnosia", "path": "./psygnosia.gpl" }
]
}
}