1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 19:09:50 +00:00
Pixelorama/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json

17 lines
386 B
JSON
Raw Normal View History

2019-12-14 23:18:45 +00:00
{
"name": "pico8-palettes",
"displayName": "PICO-8 Palette",
"description": "Palettes from PICO-8 created by Joseph White",
"version": "1.0",
"author": { "name": "Joseph White", "url": "http://www.pico-8.com/" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "PICO-8", "path": "./pico-8.gpl" }
]
}
}