From 8da50296a21db14a8064331525e9587d80432e55 Mon Sep 17 00:00:00 2001 From: CheetoHead Date: Sat, 14 Dec 2019 18:18:45 -0500 Subject: [PATCH 1/2] Added Palette --- .../adigunpolack-palettes/aap-64.gpl | 70 +++++ .../adigunpolack-palettes/aap-micro12.gpl | 23 ++ .../adigunpolack-palettes/aap-radiantxv.gpl | 21 ++ .../adigunpolack-palettes/aap-splendor128.gpl | 139 ++++++++++ .../adigunpolack-palettes/package.json | 20 ++ .../adigunpolack-palettes/simplejpc-16.gpl | 27 ++ .../Default_Palettes/arne-palettes/a64.gpl | 22 ++ .../Default_Palettes/arne-palettes/arne16.gpl | 21 ++ .../Default_Palettes/arne-palettes/arne32.gpl | 37 +++ .../arne-palettes/cg-arne.gpl | 21 ++ .../arne-palettes/copper-tech.gpl | 22 ++ .../arne-palettes/cpc-boy.gpl | 38 +++ .../arne-palettes/eroge-copper.gpl | 22 ++ .../Default_Palettes/arne-palettes/jmp.gpl | 22 ++ .../arne-palettes/package.json | 23 ++ .../arne-palettes/psygnosia.gpl | 22 ++ .../davitmasia-palettes/matriax8c.gpl | 13 + .../davitmasia-palettes/package.json | 16 ++ .../dawnbringer-palettes/db16.gpl | 21 ++ .../dawnbringer-palettes/db32.gpl | 37 +++ .../dawnbringer-palettes/package.json | 17 ++ .../endesga-palettes/arq16.gpl | 21 ++ .../endesga-palettes/arq4.gpl | 9 + .../endesga-palettes/edg16.gpl | 21 ++ .../endesga-palettes/edg32.gpl | 37 +++ .../endesga-palettes/edg8.gpl | 13 + .../Default_Palettes/endesga-palettes/en4.gpl | 9 + .../endesga-palettes/enos16.gpl | 21 ++ .../endesga-palettes/package.json | 22 ++ .../hardware-palettes/apple-ii.gpl | 18 ++ .../hardware-palettes/atari2600-ntsc.gpl | 258 +++++++++++++++++ .../hardware-palettes/atari2600-pal.gpl | 130 +++++++++ .../hardware-palettes/cga.gpl | 18 ++ .../hardware-palettes/cga0.gpl | 6 + .../hardware-palettes/cga0hi.gpl | 6 + .../hardware-palettes/cga1.gpl | 6 + .../hardware-palettes/cga1hi.gpl | 6 + .../hardware-palettes/cga3rd.gpl | 6 + .../hardware-palettes/cga3rdhi.gpl | 6 + .../hardware-palettes/commodore-plus4.gpl | 130 +++++++++ .../hardware-palettes/commodore-vic20.gpl | 18 ++ .../hardware-palettes/commodore64.gpl | 18 ++ .../hardware-palettes/cpc.gpl | 31 +++ .../hardware-palettes/gameboy-color-type1.gpl | 41 +++ .../hardware-palettes/gameboy.gpl | 6 + .../hardware-palettes/master-system.gpl | 67 +++++ .../hardware-palettes/nes-ntsc.gpl | 58 ++++ .../hardware-palettes/nes.gpl | 58 ++++ .../hardware-palettes/package.json | 37 +++ .../hardware-palettes/teletext.gpl | 10 + .../hardware-palettes/vga-13h.gpl | 261 ++++++++++++++++++ .../hardware-palettes/virtualboy.gpl | 9 + .../hardware-palettes/zx-spectrum.gpl | 20 ++ .../hyohnoo-palettes/mail24.gpl | 29 ++ .../hyohnoo-palettes/package.json | 16 ++ .../javierguerrero-palettes/nyx8.gpl | 13 + .../javierguerrero-palettes/package.json | 16 ++ .../pico8-palette/package.json | 16 ++ .../Default_Palettes/pico8-palette/pico-8.gpl | 21 ++ .../pinetreepizza-palettes/bubblegum-16.gpl | 21 ++ .../pinetreepizza-palettes/package.json | 17 ++ .../pinetreepizza-palettes/rosy-42.gpl | 47 ++++ .../software-palettes/google-ui.gpl | 156 +++++++++++ .../software-palettes/monokai.gpl | 15 + .../software-palettes/package.json | 21 ++ .../software-palettes/smile-basic.gpl | 22 ++ .../software-palettes/solarized.gpl | 20 ++ .../software-palettes/web-safe-colors.gpl | 222 +++++++++++++++ .../software-palettes/win16.gpl | 18 ++ .../software-palettes/x11.gpl | 141 ++++++++++ .../zughy-palettes/package.json | 16 ++ .../zughy-palettes/zughy-32.gpl | 37 +++ Assets/Graphics/Palette/palette_button.png | Bin 0 -> 105 bytes .../Palette/palette_button.png.import | 34 +++ .../Graphics/Palette/palette_button_fill.png | Bin 0 -> 92 bytes .../Palette/palette_button_fill.png.import | 34 +++ Main.tscn | 170 ++++++------ Prefabs/PaletteButton.tscn | 32 +++ Scripts/PaletteContainer.gd | 61 ++++ Themes & Styles/Main Theme.tres | 2 + .../StyleBoxes/palette_stylebox_hover.tres | 12 + .../StyleBoxes/palette_stylebox_normal.tres | 12 + .../StyleBoxes/palette_stylebox_pressedr.tres | 12 + 83 files changed, 3176 insertions(+), 88 deletions(-) create mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl create mode 100644 Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json create mode 100644 Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl create mode 100644 Assets/Graphics/Palette/palette_button.png create mode 100644 Assets/Graphics/Palette/palette_button.png.import create mode 100644 Assets/Graphics/Palette/palette_button_fill.png create mode 100644 Assets/Graphics/Palette/palette_button_fill.png.import create mode 100644 Prefabs/PaletteButton.tscn create mode 100644 Scripts/PaletteContainer.gd create mode 100644 Themes & Styles/StyleBoxes/palette_stylebox_hover.tres create mode 100644 Themes & Styles/StyleBoxes/palette_stylebox_normal.tres create mode 100644 Themes & Styles/StyleBoxes/palette_stylebox_pressedr.tres diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl new file mode 100644 index 0000000..c4a4b7d --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl @@ -0,0 +1,70 @@ +GIMP Palette +#Palette Name: AAP-64 +#Description: Created by Adigun Polack +#Colors: 64 +#https://twitter.com/AdigunPolack +#http://pixeljoint.com/pixelart/119466.htm +6 6 8 #060608 +20 16 19 #141013 +59 23 37 #3b1725 +115 23 45 #73172d +180 32 42 #b4202a +223 62 35 #df3e23 +250 106 10 #fa6a0a +249 163 27 #f9a31b +255 213 65 #ffd541 +255 252 64 #fffc40 +214 242 100 #d6f264 +156 219 67 #9cdb43 +89 193 53 #59c135 +20 160 46 #14a02e +26 122 62 #1a7a3e +36 82 59 #24523b +18 32 32 #122020 +20 52 100 #143464 +40 92 196 #285cc4 +36 159 222 #249fde +32 214 199 #20d6c7 +166 252 219 #a6fcdb +255 255 255 #ffffff +254 243 192 #fef3c0 +250 214 184 #fad6b8 +245 160 151 #f5a097 +232 106 115 #e86a73 +188 74 155 #bc4a9b +121 58 128 #793a80 +64 51 83 #403353 +36 34 52 #242234 +34 28 26 #221c1a +50 43 40 #322b28 +113 65 59 #71413b +187 117 71 #bb7547 +219 164 99 #dba463 +244 210 156 #f4d29c +218 224 234 #dae0ea +179 185 209 #b3b9d1 +139 147 175 #8b93af +109 117 141 #6d758d +74 84 98 #4a5462 +51 57 65 #333941 +66 36 51 #422433 +91 49 56 #5b3138 +142 82 82 #8e5252 +186 117 106 #ba756a +233 181 163 #e9b5a3 +227 230 255 #e3e6ff +185 191 251 #b9bffb +132 155 228 #849be4 +88 141 190 #588dbe +71 125 133 #477d85 +35 103 78 #23674e +50 132 100 #328464 +93 175 141 #5daf8d +146 220 186 #92dcba +205 247 226 #cdf7e2 +228 210 170 #e4d2aa +199 176 139 #c7b08b +160 134 98 #a08662 +121 103 85 #796755 +90 78 68 #5a4e44 +66 57 52 #423934 diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl new file mode 100644 index 0000000..8594678 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl @@ -0,0 +1,23 @@ +GIMP Palette +# ------------------------------------------------------ +# T h e A A P - M i c r o 1 2 P a l e t t e +# ------------------------------------------------------ +# Created by Adigun Azikiwe Polack. +# (c)2018 Adigun Azikiwe Polack. All Rights Reserved. +# ------------------------------------------------------ +# +# https://twitter.com/AdigunPolack +# http://pixeljoint.com/pixelart/121151.htm +# + 4 3 3 Rich Black (FOGRA39) + 28 22 24 Eerie Black + 71 65 107 Independence +108 140 80 Palm Leaf +227 210 69 Sandstorm +216 128 56 Bronze +161 61 59 Smoky Topaz + 78 40 46 Acajou +154 64 126 Magenta Haze +240 212 114 Hansa Yellow +249 245 239 Seashell +138 143 196 Ube \ No newline at end of file diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl new file mode 100644 index 0000000..35765f4 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# AAP-RadiantXV +# Created by Adigun Polack for the PixelJoint 15 Color Palette Competition +# https://twitter.com/adigunpolack +# +7 5 5 #070505 +33 25 25 #211919 +82 58 42 #523a2a +138 107 62 #8a6b3e +193 156 77 #c19c4d +234 219 116 #eadb74 +160 179 53 #a0b335 +83 124 68 #537c44 +66 60 86 #423c56 +89 111 175 #596faf +107 185 182 #6bb9b6 +184 170 176 #b8aab0 +121 112 126 #79707e +87 98 122 #57627a +148 91 40 #945b28 diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl new file mode 100644 index 0000000..0d9842a --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl @@ -0,0 +1,139 @@ +GIMP Palette +# -------------------------------------------------------- +# T h e A A P - S p l e n d o r 1 2 8 P a l e t t e +# -------------------------------------------------------- +# Created by Adigun Azikiwe Polack. +# (c)2018 Adigun Azikiwe Polack. All Rights Reserved. +# -------------------------------------------------------- +# +# https://twitter.com/AdigunPolack +# http://pixeljoint.com/pixelart/120714.htm +# + 5 4 3 Rich Black (FOGRA39) + 14 12 12 Smoky Black + 45 27 30 Grape Black + 97 39 33 Caput Mortuum +185 69 29 Rust +241 100 31 Vivid Vermilion +252 165 112 Light Salmon +255 224 183 Peach Puff +255 255 255 White +255 240 137 Yellow (Crayola) +248 197 58 Saffron +232 138 54 Cadmium Orange +176 91 44 Ruddy Brown +103 57 49 Van Dyke Brown + 39 31 27 Dark Bistre + 76 61 46 Muddy Taupe +133 95 57 Coyote Brown +211 151 65 Peru +248 246 68 Maximum Yellow +213 220 29 Yellowish Pear +173 184 52 Android Green +127 142 68 Withering Palm Leaf + 88 99 53 Deep Yellowish Spring Bud + 51 60 36 Kombu Green + 24 28 25 Eerie Dark Green + 41 63 33 Spring Leather Night Jacket + 71 114 56 Spring Fern + 97 165 63 Spring Palm Leaf +143 208 50 Yellow-Green +196 241 41 Pear +208 255 234 Aero Blue +151 237 202 Pale Robin Egg Blue + 89 207 147 Ocean Green + 66 164 89 Middle Green + 61 111 67 Fern Green + 39 65 45 Withered Leather Jacket + 20 18 29 Eerie Dark Blue + 27 36 71 Yankees Blue + 43 78 149 B'dazzled Blue + 39 137 205 Cyan Cornflower Blue + 66 191 232 Picton Blue +115 239 232 Medium Sky Blue +241 242 255 Alice Blue +201 212 253 Periwinkle +138 161 246 Jordy Blue + 69 114 227 Royal Blue + 73 65 130 Dark Slate Blue +120 100 198 Toolbox +156 139 219 Medium Purple +206 170 237 Bright Ube +250 214 255 Pink Lace +238 181 156 Pale Pink +212 128 187 Middle Purple +144 82 188 Deep Lilac + 23 21 22 Licorice + 55 51 52 Jet Taupe +105 91 89 Wenge +178 139 120 Light Taupe +226 178 126 Middle Yellow Red +246 216 150 Tuscan +252 247 190 Blond +236 235 231 Alabaster +203 198 193 Pale Silver +166 158 154 Quick Silver +128 123 122 Trolley Grey + 89 87 87 Davy's Grey + 50 50 50 Jet Grey + 79 52 47 Acajou +140 91 62 Coconut +198 133 86 Deer +214 168 81 Indian Yellow +180 117 56 Copper +114 75 44 Tuscan Brown + 69 42 27 Brown Bistre + 97 104 58 Deep Tan Spring Bud +147 148 70 Dark Tan +198 184 88 Vegas Gold +239 221 145 Light Khaki +181 231 203 Magic Mint +134 198 154 Eton Blue + 93 155 121 Shiny Shamrock + 72 104 89 Feldgrau + 44 59 57 Gunmetal Teal + 23 24 25 Eerie Black + 44 52 56 Gunmetal Turquoise + 70 84 86 Davy's Teal +100 135 140 Steel Teal +138 196 195 Pearl Aqua +175 233 223 Powder Blue +220 234 238 Azureish White +184 204 216 Light Steel Blue +136 163 188 Pewter Blue + 94 113 142 UCLA Blue + 72 82 98 Independence Blue + 40 44 60 Gunmetal Blue + 70 71 98 Independence Blue-Gray +105 102 130 Dark Blue-Gray +154 151 185 Manatee +197 199 221 Lavender Gray +230 231 240 Glitter +238 230 234 Isabelline +227 205 223 Queen Pink +191 165 201 Lilac +135 115 143 Pomp And Power + 86 79 91 Davy's Lavender + 50 47 53 Jet Lavender + 54 40 43 Burgundy Bistre +101 73 86 Deep Fuchsia Wenge +150 104 136 Antique Fuchsia +192 144 169 Opera Mauve +212 184 184 Pale Magenta +234 224 221 Platinum Pink +241 235 219 Eggshell +221 206 191 Dust Storm +189 164 153 Tuscany +136 110 106 Shadow + 89 77 77 Dark Liver + 51 39 42 Dark Mahogany-Violet +178 148 118 Light Tanned Taupe +225 191 137 Pale Gold +248 227 152 Flavescent +255 233 227 Misty Rose +253 201 201 Bubble Gum +246 162 168 Mauvelous +226 114 133 Tango Pink +178 82 102 China Rose +100 54 75 Wine Dregs + 42 30 35 Raisin Black diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json new file mode 100644 index 0000000..0a7e173 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json @@ -0,0 +1,20 @@ +{ + "name": "adigunpolack-palettes", + "displayName": "Adigun A. Polack Palettes", + "description": "Palettes created by Adigun A. Polack", + "version": "1.0", + "author": { "name": "Adigun A. Polack", "url": "https://twitter.com/AdigunPolack" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "AAP-64", "path": "./aap-64.gpl" }, + { "id": "AAP-Micro12", "path": "./aap-micro12.gpl" }, + { "id": "AAP-Splendor128", "path": "./aap-splendor128.gpl" }, + { "id": "AAP-RadiantXV", "path": "./aap-radiantxv.gpl" }, + { "id": "SimpleJPC-16", "path": "./simplejpc-16.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl new file mode 100644 index 0000000..1e02b46 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl @@ -0,0 +1,27 @@ +GIMP Palette +# ------------------------------------------------------ +# S i m p l e J P C - 1 6 P a l e t t e +# ------------------------------------------------------ +# Created by Adigun Azikiwe Polack. +# (c)2018 Adigun Azikiwe Polack. All Rights Reserved. +# ------------------------------------------------------ +# +# https://twitter.com/AdigunPolack +# http://pixeljoint.com/pixelart/119844.htm +# + 5 4 3 Rich Black (FOGRA39) + 34 31 49 Raisin Black + 84 53 22 Cafe Noir +155 110 45 Metallic Sunburst +225 176 71 Sunray +245 238 155 Flavescent +254 254 254 White +139 225 224 Pale Robin Egg Blue +124 194 100 Mantis +103 143 203 Livid + 49 111 35 Mughal Green + 64 74 104 Independence +161 77 63 Reddish Coconut +165 104 212 Rich Lavender +154 147 183 Glossy Grape +234 145 130 Dark Salmon diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl new file mode 100644 index 0000000..e6226db --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl @@ -0,0 +1,22 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# Based on the c64 palette +# + 0 0 0 Untitled + 49 58 145 Untitled + 76 52 53 Untitled +177 72 99 Untitled + 72 84 84 Untitled +118 85 162 Untitled +146 86 43 Untitled +131 133 207 Untitled +128 128 120 Untitled + 80 148 80 Untitled +205 147 115 Untitled +143 191 213 Untitled +156 171 177 Untitled +187 200 64 Untitled +156 204 71 Untitled +237 230 200 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl new file mode 100644 index 0000000..f1123ec --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# + 0 0 0 black, void +157 157 157 grey, gray, ash +255 255 255 white, blind +190 38 51 red, bloodred +224 111 139 pink, pigmeat + 73 60 43 dbrown, darkbrown, oldpoop +164 100 34 brown, newpoop +235 137 49 orange, blaze +247 226 107 yellow, zornskin + 47 72 78 green, leafgreen + 68 137 26 dgreen, darkgreen, shadegreen +163 206 39 green, lightgreen, slimegreen + 27 38 50 nblue, nightblue + 0 87 132 dblue, darkblue, seablue, oceanblue + 49 162 242 blue, skyblue +178 220 239 lblue, lightblue, cloudblue diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl new file mode 100644 index 0000000..1d02257 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl @@ -0,0 +1,37 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# + 0 0 0 Untitled +157 157 157 Untitled +255 255 255 Untitled +190 38 51 Untitled +224 111 139 Untitled + 73 60 43 Untitled +164 100 34 Untitled +235 137 49 Untitled +247 226 107 Untitled + 47 72 78 Untitled + 68 137 26 Untitled +163 206 39 Untitled + 27 38 50 Untitled + 0 87 132 Untitled + 49 162 242 Untitled +178 220 239 Untitled + 52 42 151 Untitled +101 109 113 Untitled +204 204 204 Untitled +115 41 48 Untitled +203 67 167 Untitled + 82 79 64 Untitled +173 157 51 Untitled +236 71 0 Untitled +250 180 11 Untitled + 17 94 51 Untitled + 20 128 126 Untitled + 21 194 165 Untitled + 34 90 246 Untitled +153 100 249 Untitled +247 142 214 Untitled +244 185 144 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl new file mode 100644 index 0000000..38f0c31 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# + 0 0 0 Untitled + 34 52 209 Untitled + 12 126 69 Untitled + 68 170 204 Untitled +138 54 34 Untitled + 92 46 120 Untitled +170 92 61 Untitled +181 181 181 Untitled + 94 96 110 Untitled + 76 129 251 Untitled +108 217 71 Untitled +123 226 249 Untitled +235 138 96 Untitled +226 61 105 Untitled +255 217 63 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl new file mode 100644 index 0000000..55c51f0 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl @@ -0,0 +1,22 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# A cold-warm ramp palette, more focused on tech. RGB extras. +# + 38 33 68 Untitled + 22 81 221 Untitled +137 137 137 Untitled + 53 82 120 Untitled + 96 116 138 Untitled +145 217 243 Untitled + 90 168 178 Untitled +110 169 44 Untitled +191 181 136 Untitled +244 205 114 Untitled +197 136 67 Untitled +158 91 71 Untitled +220 57 45 Untitled + 95 67 81 Untitled +255 255 255 Untitled + 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl new file mode 100644 index 0000000..1db78a9 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl @@ -0,0 +1,38 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# Inspired by the Armstrad CPC palette with a Gameboy screen gradient added. +# + 0 0 0 Untitled + 27 27 118 Untitled + 54 54 216 Untitled +118 31 40 Untitled + 98 56 112 Untitled +149 62 167 Untitled +204 54 54 Untitled +206 75 122 Untitled +227 102 154 Untitled + 27 118 27 Untitled + 25 127 150 Untitled + 25 134 242 Untitled +140 110 26 Untitled +142 142 142 Untitled +156 158 231 Untitled +228 142 42 Untitled +234 165 151 Untitled +254 128 254 Untitled + 84 191 71 Untitled + 55 199 159 Untitled + 53 207 228 Untitled +141 216 54 Untitled +184 209 181 Untitled +151 233 209 Untitled +237 212 70 Untitled +235 228 164 Untitled +255 255 255 Untitled +242 239 231 Untitled +186 195 117 Untitled +133 149 80 Untitled + 72 93 72 Untitled + 41 57 65 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl new file mode 100644 index 0000000..85f0a94 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl @@ -0,0 +1,22 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# This palette is made for Eroge games and cold-warm ramp games like Xenon II, Killing Gameshow, Paradroid 90. Because of the Eroge focus, I've included two warm / skin tone ramps. The green should ramp into the dark teal. +# +125 56 64 Untitled + 13 8 13 Untitled + 42 35 73 Untitled + 65 128 160 Untitled + 50 83 95 Untitled +116 173 187 Untitled +123 178 78 Untitled +255 249 228 Untitled +190 187 178 Untitled +251 223 155 Untitled +240 189 119 Untitled +197 145 84 Untitled +130 91 49 Untitled +232 153 115 Untitled +193 108 91 Untitled + 79 43 36 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl new file mode 100644 index 0000000..d25e756 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl @@ -0,0 +1,22 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# Japanese Machine Palette, inspired by the MSX. +# + 0 0 0 Untitled + 25 16 40 Untitled + 70 175 69 Untitled +161 214 133 Untitled + 69 62 120 Untitled +118 100 254 Untitled +131 49 41 Untitled +158 194 232 Untitled +220 83 75 Untitled +225 141 121 Untitled +214 185 123 Untitled +233 216 161 Untitled + 33 108 75 Untitled +211 101 200 Untitled +175 170 185 Untitled +245 244 235 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json new file mode 100644 index 0000000..2f4f9f0 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json @@ -0,0 +1,23 @@ +{ + "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" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl new file mode 100644 index 0000000..1ba05e5 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl @@ -0,0 +1,22 @@ +GIMP Palette +# +# by Arne Niklas Jansson +# http://androidarts.com/palette/16pal.htm +# Inspired by the game Ork by Psygnosis +# +162 50 78 Untitled + 68 63 65 Untitled + 27 30 41 Untitled + 54 39 71 Untitled +100 100 124 Untitled + 81 108 191 Untitled +203 232 247 Untitled +158 164 167 Untitled + 0 51 8 Untitled + 8 74 60 Untitled + 84 106 0 Untitled + 82 82 76 Untitled +115 97 80 Untitled +119 120 91 Untitled +224 139 121 Untitled + 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl b/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl new file mode 100644 index 0000000..cf20dd5 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl @@ -0,0 +1,13 @@ +GIMP Palette +# +# by Davit Masia +# https://twitter.com/DavitMasia +# +240 240 220 Untitled +250 200 0 Untitled + 16 200 64 Untitled + 0 160 200 Untitled +210 64 64 Untitled +160 110 70 Untitled +115 100 100 Untitled + 16 24 32 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json new file mode 100644 index 0000000..af55187 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json @@ -0,0 +1,16 @@ +{ + "name": "davitmasia-palettes", + "displayName": "Davit Masia Palettes", + "description": "Palettes contributed by Davit Masia", + "version": "1.0", + "author": { "name": "Davit Masia", "url": "https://twitter.com/DavitMasia" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "Matriax8c", "path": "./matriax8c.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl new file mode 100644 index 0000000..239acb6 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# by Richard "DawnBringer" Fhager +# http://pixeljoint.com/forum/forum_posts.asp?TID=12795 +# + 20 12 28 Untitled + 68 36 52 Untitled + 48 52 109 Untitled + 78 74 78 Untitled +133 76 48 Untitled + 52 101 36 Untitled +208 70 72 Untitled +117 113 97 Untitled + 89 125 206 Untitled +210 125 44 Untitled +133 149 161 Untitled +109 170 44 Untitled +210 170 153 Untitled +109 194 202 Untitled +218 212 94 Untitled +222 238 214 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl new file mode 100644 index 0000000..72ef8cf --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl @@ -0,0 +1,37 @@ +GIMP Palette +# +# by Richard "DawnBringer" Fhager +# http://pixeljoint.com/forum/forum_posts.asp?TID=16247 +# + 0 0 0 Untitled + 34 32 52 Untitled + 69 40 60 Untitled +102 57 49 Untitled +143 86 59 Untitled +223 113 38 Untitled +217 160 102 Untitled +238 195 154 Untitled +251 242 54 Untitled +153 229 80 Untitled +106 190 48 Untitled + 55 148 110 Untitled + 75 105 47 Untitled + 82 75 36 Untitled + 50 60 57 Untitled + 63 63 116 Untitled + 48 96 130 Untitled + 91 110 225 Untitled + 99 155 255 Untitled + 95 205 228 Untitled +203 219 252 Untitled +255 255 255 Untitled +155 173 183 Untitled +132 126 135 Untitled +105 106 106 Untitled + 89 86 82 Untitled +118 66 138 Untitled +172 50 50 Untitled +217 87 99 Untitled +215 123 186 Untitled +143 151 74 Untitled +138 111 48 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json new file mode 100644 index 0000000..09088c5 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json @@ -0,0 +1,17 @@ +{ + "name": "dawnbringer-palettes", + "displayName": "Richard \"DawnBringer\" Fhager Palettes", + "description": "Palettes created by Richard \"DawnBringer\" Fhager", + "version": "1.0", + "author": { "name": "Richard Fhager", "url": "http://hem.fyristorg.com/dawnbringer/" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "DB16", "path": "./db16.gpl" }, + { "id": "DB32", "path": "./db32.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl new file mode 100644 index 0000000..d84eb11 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +255 255 255 Untitled +255 209 157 Untitled +174 181 189 Untitled + 77 128 201 Untitled + 5 68 148 Untitled + 81 30 67 Untitled + 16 8 32 Untitled +130 62 44 Untitled +233 56 65 Untitled +241 137 45 Untitled +255 233 71 Untitled +255 169 169 Untitled +235 108 130 Untitled +125 62 191 Untitled + 30 138 76 Untitled + 90 225 80 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl new file mode 100644 index 0000000..84f053a --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl @@ -0,0 +1,9 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +255 255 255 Untitled +103 114 169 Untitled + 58 50 119 Untitled + 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl new file mode 100644 index 0000000..5b8d7c9 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +228 166 114 Birch +184 111 80 Oak +116 63 57 Pine + 63 40 50 Darkbark +158 40 53 Blood +229 59 68 Fabric +251 146 43 Candle +255 231 98 Glow + 99 198 77 Flora + 50 115 69 Moss + 25 61 63 Mold + 79 103 129 Iron +175 191 210 Aluminium +255 255 255 White + 44 232 244 Ion + 4 132 209 Archaeon diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl new file mode 100644 index 0000000..d30fbb9 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl @@ -0,0 +1,37 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +190 74 47 Tetanus +216 118 68 Rust +234 212 170 Birch +228 166 114 Sap +184 111 80 Oak +116 63 57 Pine + 63 40 50 Darkbark +158 40 53 Blood +228 59 68 Fabric +247 118 34 Amber +254 174 52 Glow +254 231 97 Light + 99 199 77 Glade + 62 137 72 Flora + 38 92 66 Moss + 25 60 62 Mold + 18 78 137 Deep + 0 149 233 Archaeon + 44 232 245 Ion +255 255 255 White +192 203 220 Aluminium +139 155 180 Zinc + 90 105 136 Iron + 58 68 102 Steel + 38 43 68 Shade +255 0 68 Iiem + 24 20 37 Ink +104 56 108 Lilac +181 80 136 Petal +246 117 122 Peach +232 183 150 Skin +194 133 105 Shadeskin diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl new file mode 100644 index 0000000..2ac9dca --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl @@ -0,0 +1,13 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +253 253 248 Untitled +211 39 52 Untitled +218 125 34 Untitled +230 218 41 Untitled + 40 198 65 Untitled + 45 147 221 Untitled +123 83 173 Untitled + 27 28 51 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl new file mode 100644 index 0000000..1ade3da --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl @@ -0,0 +1,9 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +251 247 243 Untitled +229 176 131 Untitled + 66 110 93 Untitled + 32 40 61 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl new file mode 100644 index 0000000..0a5d74b --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# By ENDESGA Studios +# https://twitter.com/ENDESGA +# +250 250 250 Untitled +212 212 212 Untitled +157 157 157 Untitled + 75 75 75 Untitled +249 211 129 Untitled +234 175 77 Untitled +249 147 138 Untitled +231 89 82 Untitled +154 209 249 Untitled + 88 174 238 Untitled +141 237 167 Untitled + 68 197 91 Untitled +195 167 225 Untitled +149 105 200 Untitled +186 181 170 Untitled +148 142 130 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json new file mode 100644 index 0000000..acc847c --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json @@ -0,0 +1,22 @@ +{ + "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" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl new file mode 100644 index 0000000..034ce5d --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl @@ -0,0 +1,18 @@ +GIMP Palette +# + 0 0 0 Black +108 41 64 Magenta + 64 53 120 Dark Blue +217 60 240 Purple + 19 87 64 Dark Green +128 128 128 Grey #1 + 38 151 240 Medium Blue +191 180 248 Light Blue + 64 75 7 Brown +217 104 15 Orange +128 128 128 Grey #2 +236 168 191 Pink + 38 195 15 Green +191 202 135 Yellow +147 214 191 Aqua +255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl new file mode 100644 index 0000000..a9d2dbb --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl @@ -0,0 +1,258 @@ +GIMP Palette +# + 0 0 0 Untitled + 68 68 0 Untitled +112 40 0 Untitled +132 24 0 Untitled +136 0 0 Untitled +120 0 92 Untitled + 72 0 120 Untitled + 20 0 132 Untitled + 0 0 136 Untitled + 0 24 124 Untitled + 0 44 92 Untitled + 0 64 44 Untitled + 0 60 0 Untitled + 20 56 0 Untitled + 44 48 0 Untitled + 68 40 0 Untitled + 64 64 64 Untitled +100 100 16 Untitled +132 68 20 Untitled +152 52 24 Untitled +156 32 32 Untitled +140 32 116 Untitled + 96 32 144 Untitled + 48 32 152 Untitled + 28 32 156 Untitled + 28 56 144 Untitled + 28 76 120 Untitled + 28 92 72 Untitled + 32 92 32 Untitled + 52 92 28 Untitled + 76 80 28 Untitled +100 72 24 Untitled +108 108 108 Untitled +132 132 36 Untitled +152 92 40 Untitled +172 80 48 Untitled +176 60 60 Untitled +160 60 136 Untitled +120 60 164 Untitled + 76 60 172 Untitled + 56 64 176 Untitled + 56 84 168 Untitled + 56 104 144 Untitled + 56 124 100 Untitled + 64 124 64 Untitled + 80 124 56 Untitled +104 112 52 Untitled +132 104 48 Untitled +144 144 144 Untitled +160 160 52 Untitled +172 120 60 Untitled +192 104 72 Untitled +192 88 88 Untitled +176 88 156 Untitled +140 88 184 Untitled +104 88 192 Untitled + 80 92 192 Untitled + 80 112 188 Untitled + 80 132 172 Untitled + 80 156 128 Untitled + 92 156 92 Untitled +108 152 80 Untitled +132 140 76 Untitled +160 132 68 Untitled +176 176 176 Untitled +184 184 64 Untitled +188 140 76 Untitled +208 128 92 Untitled +208 112 112 Untitled +192 112 176 Untitled +160 112 204 Untitled +124 112 208 Untitled +104 116 208 Untitled +104 136 204 Untitled +104 156 192 Untitled +104 180 148 Untitled +116 180 116 Untitled +132 180 104 Untitled +156 168 100 Untitled +184 156 88 Untitled +200 200 200 Untitled +208 208 80 Untitled +204 160 92 Untitled +224 148 112 Untitled +224 136 136 Untitled +208 132 192 Untitled +180 132 220 Untitled +148 136 224 Untitled +124 140 224 Untitled +124 156 220 Untitled +124 180 212 Untitled +124 208 172 Untitled +140 208 140 Untitled +156 204 124 Untitled +180 192 120 Untitled +208 180 108 Untitled +220 220 220 Untitled +232 232 92 Untitled +220 180 104 Untitled +236 168 128 Untitled +236 160 160 Untitled +220 156 208 Untitled +196 156 236 Untitled +168 160 236 Untitled +144 164 236 Untitled +144 180 236 Untitled +144 204 232 Untitled +144 228 192 Untitled +164 228 164 Untitled +180 228 144 Untitled +204 212 136 Untitled +232 204 124 Untitled +236 236 236 Untitled +252 252 104 Untitled +236 200 120 Untitled +252 188 148 Untitled +252 180 180 Untitled +236 176 224 Untitled +212 176 252 Untitled +188 180 252 Untitled +164 184 252 Untitled +164 200 252 Untitled +164 224 252 Untitled +164 252 212 Untitled +184 252 184 Untitled +200 252 164 Untitled +224 236 156 Untitled +252 224 140 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl new file mode 100644 index 0000000..7157dc8 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl @@ -0,0 +1,130 @@ +GIMP Palette +# + 0 0 0 Untitled + 0 0 0 Untitled +128 88 0 Untitled + 68 92 0 Untitled +112 52 0 Untitled + 0 100 20 Untitled +112 0 20 Untitled + 0 92 92 Untitled +112 0 92 Untitled + 0 60 112 Untitled + 88 0 112 Untitled + 0 32 112 Untitled + 60 0 128 Untitled + 0 0 136 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 64 64 64 Untitled + 64 64 64 Untitled +148 112 32 Untitled + 92 120 32 Untitled +136 80 32 Untitled + 32 128 52 Untitled +136 32 52 Untitled + 32 116 116 Untitled +132 32 116 Untitled + 28 88 136 Untitled +108 32 136 Untitled + 28 60 136 Untitled + 84 32 148 Untitled + 32 32 156 Untitled + 64 64 64 Untitled + 64 64 64 Untitled +108 108 108 Untitled +108 108 108 Untitled +168 132 60 Untitled +116 144 60 Untitled +160 104 60 Untitled + 60 152 80 Untitled +160 60 80 Untitled + 60 140 140 Untitled +148 60 136 Untitled + 56 116 160 Untitled +128 60 160 Untitled + 56 88 160 Untitled +108 60 168 Untitled + 60 60 176 Untitled +108 108 108 Untitled +108 108 108 Untitled +144 144 144 Untitled +144 144 144 Untitled +188 156 88 Untitled +140 172 88 Untitled +180 132 88 Untitled + 88 176 108 Untitled +180 88 108 Untitled + 88 164 164 Untitled +168 88 156 Untitled + 80 140 180 Untitled +148 88 180 Untitled + 80 116 180 Untitled +128 88 188 Untitled + 88 88 192 Untitled +144 144 144 Untitled +144 144 144 Untitled +176 176 176 Untitled +176 176 176 Untitled +204 172 112 Untitled +160 192 112 Untitled +200 152 112 Untitled +112 196 132 Untitled +200 112 132 Untitled +112 184 184 Untitled +180 112 176 Untitled +104 164 200 Untitled +164 112 200 Untitled +104 136 200 Untitled +148 112 204 Untitled +112 112 208 Untitled +176 176 176 Untitled +176 176 176 Untitled +200 200 200 Untitled +200 200 200 Untitled +220 192 132 Untitled +176 212 132 Untitled +220 172 132 Untitled +132 216 156 Untitled +220 132 156 Untitled +132 200 200 Untitled +196 132 192 Untitled +124 184 220 Untitled +180 132 220 Untitled +124 160 220 Untitled +168 132 220 Untitled +132 132 224 Untitled +200 200 200 Untitled +200 200 200 Untitled +220 220 220 Untitled +220 220 220 Untitled +236 208 156 Untitled +192 232 156 Untitled +236 192 156 Untitled +156 232 180 Untitled +236 156 180 Untitled +156 220 220 Untitled +208 156 208 Untitled +144 204 236 Untitled +196 156 236 Untitled +144 180 236 Untitled +184 156 236 Untitled +156 156 236 Untitled +220 220 220 Untitled +220 220 220 Untitled +236 236 236 Untitled +236 236 236 Untitled +252 224 176 Untitled +212 252 176 Untitled +252 212 176 Untitled +176 252 200 Untitled +252 176 200 Untitled +176 236 236 Untitled +224 176 224 Untitled +164 224 252 Untitled +212 176 252 Untitled +164 200 252 Untitled +200 176 252 Untitled +176 176 252 Untitled +236 236 236 Untitled +236 236 236 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl new file mode 100644 index 0000000..b58ff57 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl @@ -0,0 +1,18 @@ +GIMP Palette +# + 0 0 0 Black + 0 0 170 Blue + 0 170 0 Green + 0 170 170 Cyan +170 0 0 Red +170 0 170 Magenta +170 85 0 Brown +170 170 170 Light Gray + 85 85 85 Gray + 85 85 255 Light Blue + 85 255 85 Light Green + 85 255 255 Light Cyan +255 85 85 Light Red +255 85 255 Light Magenta +255 255 85 Yellow +255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl new file mode 100644 index 0000000..7b83518 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# + 0 0 0 Black + 0 170 0 Green +170 0 0 Red +170 85 0 Brown diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl new file mode 100644 index 0000000..b7e5c66 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# + 0 0 0 Black + 85 255 85 Light Green +255 85 85 Light Red +255 255 85 Yellow diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl new file mode 100644 index 0000000..2eda9e0 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# + 0 0 0 Black + 0 170 170 Cyan +170 0 170 Magenta +170 170 170 Light Gray diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl new file mode 100644 index 0000000..ae20fd8 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# + 0 0 0 Black + 85 255 255 Light Cyan +255 85 255 Light Magenta +255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl new file mode 100644 index 0000000..8e8c468 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# + 0 0 0 Black + 0 170 170 Cyan +170 0 0 Red +170 170 170 Light Gray diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl new file mode 100644 index 0000000..2f6cff9 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# + 0 0 0 Black + 85 255 255 Light Cyan +255 85 85 Light Red +255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl new file mode 100644 index 0000000..aff142d --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl @@ -0,0 +1,130 @@ +GIMP Palette +# + 0 0 0 Untitled + 32 32 32 Untitled + 93 8 0 Untitled + 0 55 70 Untitled + 93 0 109 Untitled + 0 78 0 Untitled + 32 17 109 Untitled + 32 47 0 Untitled + 93 16 0 Untitled + 62 31 0 Untitled + 1 62 0 Untitled + 93 1 32 Untitled + 0 63 32 Untitled + 0 48 109 Untitled + 62 1 109 Untitled + 0 70 0 Untitled + 0 0 0 Untitled + 64 64 64 Untitled +125 40 25 Untitled + 3 87 102 Untitled +125 18 141 Untitled + 3 110 0 Untitled + 64 49 141 Untitled + 64 79 0 Untitled +125 48 0 Untitled + 94 63 0 Untitled + 33 94 0 Untitled +125 33 64 Untitled + 3 95 64 Untitled + 3 80 141 Untitled + 94 33 141 Untitled + 3 102 25 Untitled + 0 0 0 Untitled + 96 96 96 Untitled +156 72 57 Untitled + 35 119 134 Untitled +156 50 172 Untitled + 35 142 19 Untitled + 96 81 172 Untitled + 96 111 19 Untitled +156 80 19 Untitled +126 95 19 Untitled + 65 126 19 Untitled +156 65 96 Untitled + 35 127 96 Untitled + 35 112 172 Untitled +126 65 172 Untitled + 35 134 57 Untitled + 0 0 0 Untitled +128 128 128 Untitled +188 104 89 Untitled + 67 151 166 Untitled +188 82 204 Untitled + 67 173 51 Untitled +128 113 204 Untitled +128 142 51 Untitled +188 111 51 Untitled +158 127 51 Untitled + 97 158 51 Untitled +188 97 128 Untitled + 67 158 128 Untitled + 67 144 204 Untitled +158 97 204 Untitled + 67 166 89 Untitled + 0 0 0 Untitled +159 159 159 Untitled +220 136 121 Untitled + 99 183 198 Untitled +220 113 236 Untitled + 99 205 83 Untitled +159 144 236 Untitled +159 174 83 Untitled +220 143 83 Untitled +190 159 83 Untitled +129 190 83 Untitled +220 128 159 Untitled + 99 190 159 Untitled + 99 175 236 Untitled +190 129 236 Untitled + 99 198 121 Untitled + 0 0 0 Untitled +191 191 191 Untitled +252 168 153 Untitled +130 215 230 Untitled +252 145 255 Untitled +130 237 114 Untitled +191 176 255 Untitled +191 206 114 Untitled +252 175 114 Untitled +222 191 114 Untitled +161 222 114 Untitled +252 160 191 Untitled +130 222 191 Untitled +130 207 255 Untitled +222 161 255 Untitled +130 230 153 Untitled + 0 0 0 Untitled +223 223 223 Untitled +255 200 185 Untitled +162 247 255 Untitled +255 177 255 Untitled +162 255 146 Untitled +223 208 255 Untitled +223 238 146 Untitled +255 207 146 Untitled +254 223 146 Untitled +193 254 146 Untitled +255 192 223 Untitled +162 254 223 Untitled +162 239 255 Untitled +254 193 255 Untitled +162 255 185 Untitled + 0 0 0 Untitled +255 255 255 Untitled +255 232 217 Untitled +194 255 255 Untitled +255 209 255 Untitled +194 255 178 Untitled +255 240 255 Untitled +255 255 178 Untitled +255 239 178 Untitled +255 254 178 Untitled +225 255 178 Untitled +255 224 255 Untitled +194 255 255 Untitled +194 255 255 Untitled +255 225 255 Untitled +194 255 217 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl new file mode 100644 index 0000000..982fd4f --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl @@ -0,0 +1,18 @@ +GIMP Palette +# + 0 0 0 Untitled +255 255 255 Untitled +120 41 34 Untitled +135 214 221 Untitled +170 95 182 Untitled + 26 130 38 Untitled + 64 49 141 Untitled +191 206 114 Untitled +170 116 73 Untitled +234 180 137 Untitled +184 105 98 Untitled +199 255 255 Untitled +234 159 246 Untitled +148 224 137 Untitled +128 113 204 Untitled +255 255 178 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl new file mode 100644 index 0000000..6c1cb3a --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl @@ -0,0 +1,18 @@ +GIMP Palette +# + 0 0 0 Untitled +255 255 255 Untitled +136 57 50 Untitled +103 182 189 Untitled +139 63 150 Untitled + 85 160 73 Untitled + 64 49 141 Untitled +191 206 114 Untitled +139 84 41 Untitled + 87 66 0 Untitled +184 105 98 Untitled + 80 80 80 Untitled +120 120 120 Untitled +148 224 137 Untitled +120 105 196 Untitled +159 159 159 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl new file mode 100644 index 0000000..39bf653 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl @@ -0,0 +1,31 @@ +GIMP Palette +# +# http://www.cpcwiki.eu/index.php/CPC_Palette +# + 0 0 0 Black + 0 0 128 Blue + 0 0 255 Bright Blue +128 0 0 Red +128 0 128 Magenta +128 0 255 Mauve +255 0 0 Bright Red +255 0 128 Purple +255 0 255 Bright Magenta + 0 128 0 Green + 0 128 128 Cyan + 0 128 255 Sky Blue +128 128 0 Yellow +128 128 128 White +128 128 255 Pastel Blue +255 128 0 Orange +255 128 128 Pink +255 128 255 Pastel Magenta + 0 255 0 Bright Green + 0 255 128 Sea Green + 0 255 255 Bright Cyan +128 255 0 Lime +128 255 128 Pastel Green +128 255 255 Pastel Cyan +255 255 0 Bright Yellow +255 255 128 Pastel Yellow +255 255 255 Bright White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl new file mode 100644 index 0000000..6d33bd1 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl @@ -0,0 +1,41 @@ +GIMP Palette +Name: Gameboy-color-type1 +# +0 0 0 Untitled +0 0 0 Untitled +255 173 99 Untitled +131 49 0 Untitled +255 255 255 Untitled +247 196 165 Untitled +123 255 48 Untitled +0 131 0 Untitled +101 164 155 Untitled +0 0 254 Untitled +255 133 132 Untitled +148 58 58 Untitled +230 0 0 Untitled +255 231 197 Untitled +206 156 133 Untitled +132 107 41 Untitled +91 49 91 Untitled +165 107 49 Untitled +100 165 255 Untitled +139 140 222 Untitled +83 82 140 Untitled +165 165 165 Untitled +82 82 82 Untitled +148 148 148 Untitled +254 148 148 Untitled +147 148 254 Untitled +255 255 165 Untitled +255 0 254 Untitled +255 255 0 Untitled +254 0 0 Untitled +125 73 0 Untitled +255 255 58 Untitled +58 40 2 Untitled +81 255 0 Untitled +255 66 0 Untitled +1 99 198 Untitled +0 132 134 Untitled +255 222 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl new file mode 100644 index 0000000..5db3e2b --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl @@ -0,0 +1,6 @@ +GIMP Palette +# +155 188 15 Untitled +139 172 15 Untitled + 48 98 48 Untitled + 15 56 15 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl new file mode 100644 index 0000000..b6494b7 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl @@ -0,0 +1,67 @@ +GIMP Palette +Columns: 16 +# + 0 0 0 Untitled + 85 0 0 Untitled +170 0 0 Untitled +255 0 0 Untitled + 0 85 0 Untitled + 85 85 0 Untitled +170 85 0 Untitled +255 85 0 Untitled + 0 170 0 Untitled + 85 170 0 Untitled +170 170 0 Untitled +255 170 0 Untitled + 0 255 0 Untitled + 85 255 0 Untitled +170 255 0 Untitled +255 255 0 Untitled + 0 0 85 Untitled + 85 0 85 Untitled +170 0 85 Untitled +255 0 85 Untitled + 0 85 85 Untitled + 85 85 85 Untitled +170 85 85 Untitled +255 85 85 Untitled + 0 170 85 Untitled + 85 170 85 Untitled +170 170 85 Untitled +255 170 85 Untitled + 0 255 85 Untitled + 85 255 85 Untitled +170 255 85 Untitled +255 255 85 Untitled + 0 0 170 Untitled + 85 0 170 Untitled +170 0 170 Untitled +255 0 170 Untitled + 0 85 170 Untitled + 85 85 170 Untitled +170 85 170 Untitled +255 85 170 Untitled + 0 170 170 Untitled + 85 170 170 Untitled +170 170 170 Untitled +255 170 170 Untitled + 0 255 170 Untitled + 85 255 170 Untitled +170 255 170 Untitled +255 255 170 Untitled + 0 0 255 Untitled + 85 0 255 Untitled +170 0 255 Untitled +255 0 255 Untitled + 0 85 255 Untitled + 85 85 255 Untitled +170 85 255 Untitled +255 85 255 Untitled + 0 170 255 Untitled + 85 170 255 Untitled +170 170 255 Untitled +255 170 255 Untitled + 0 255 255 Untitled + 85 255 255 Untitled +170 255 255 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl new file mode 100644 index 0000000..2826c63 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl @@ -0,0 +1,58 @@ +GIMP Palette +# +254 255 255 Untitled +254 255 255 Untitled +160 160 160 Untitled + 82 82 82 Untitled +190 214 253 Untitled +105 158 252 Untitled + 30 74 157 Untitled + 1 26 81 Untitled +204 204 255 Untitled +137 135 255 Untitled + 56 55 188 Untitled + 15 15 101 Untitled +221 196 255 Untitled +174 118 255 Untitled + 88 40 184 Untitled + 35 6 99 Untitled +234 192 249 Untitled +206 109 241 Untitled +117 33 148 Untitled + 54 3 75 Untitled +242 193 223 Untitled +224 112 178 Untitled +132 35 92 Untitled + 64 4 38 Untitled +241 199 194 Untitled +222 124 112 Untitled +130 46 36 Untitled + 63 9 4 Untitled +232 208 170 Untitled +200 145 62 Untitled +111 63 0 Untitled + 50 19 0 Untitled +217 218 157 Untitled +166 167 37 Untitled + 81 82 0 Untitled + 31 32 0 Untitled +201 226 158 Untitled +129 186 40 Untitled + 49 99 0 Untitled + 11 42 0 Untitled +188 230 174 Untitled + 99 196 70 Untitled + 26 107 5 Untitled + 0 47 0 Untitled +180 229 199 Untitled + 84 193 125 Untitled + 14 105 46 Untitled + 0 46 10 Untitled +181 223 228 Untitled + 86 179 192 Untitled + 16 92 104 Untitled + 0 38 45 Untitled +169 169 169 Untitled + 60 60 60 Untitled + 0 0 0 Untitled + 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl new file mode 100644 index 0000000..2c36cc7 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl @@ -0,0 +1,58 @@ +GIMP Palette +# + 0 0 0 Untitled + 0 0 0 Untitled +121 121 121 Untitled +162 162 162 Untitled + 48 81 130 Untitled + 65 146 195 Untitled + 97 211 227 Untitled +162 255 243 Untitled + 48 97 65 Untitled + 73 162 105 Untitled +113 227 146 Untitled +162 255 203 Untitled + 56 109 0 Untitled + 73 170 16 Untitled +113 243 65 Untitled +162 243 162 Untitled + 56 105 0 Untitled + 81 162 0 Untitled +154 235 0 Untitled +203 243 130 Untitled + 73 89 0 Untitled +138 138 0 Untitled +235 211 32 Untitled +255 243 146 Untitled +121 65 0 Untitled +195 113 0 Untitled +255 162 0 Untitled +255 219 162 Untitled +162 48 0 Untitled +227 81 0 Untitled +255 121 48 Untitled +255 203 186 Untitled +178 16 48 Untitled +219 65 97 Untitled +255 97 178 Untitled +255 186 235 Untitled +154 32 121 Untitled +219 65 195 Untitled +243 97 255 Untitled +227 178 255 Untitled + 97 16 162 Untitled +146 65 243 Untitled +162 113 255 Untitled +195 178 255 Untitled + 40 0 186 Untitled + 65 65 255 Untitled + 81 130 255 Untitled +162 186 255 Untitled + 32 0 178 Untitled + 65 97 251 Untitled + 97 162 255 Untitled +146 211 255 Untitled +121 121 121 Untitled +178 178 178 Untitled +235 235 235 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json new file mode 100644 index 0000000..c7a905b --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json @@ -0,0 +1,37 @@ +{ + "name": "harware-palettes", + "displayName": "Hardware Palettes", + "description": "Well-known palettes from old computer hardware", + "version": "1.0", + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "Apple II", "path": "./apple-ii.gpl" }, + { "id": "Atari 2600 NTSC", "path": "./atari2600-ntsc.gpl" }, + { "id": "Atari 2600 PAL", "path": "./atari2600-pal.gpl" }, + { "id": "CGA", "path": "./cga.gpl" }, + { "id": "CGA0", "path": "./cga0.gpl" }, + { "id": "CGA0 High", "path": "./cga0hi.gpl" }, + { "id": "CGA1", "path": "./cga1.gpl" }, + { "id": "CGA1 High", "path": "./cga1hi.gpl" }, + { "id": "CGA3rd", "path": "./cga3rd.gpl" }, + { "id": "CGA3rd High", "path": "./cga3rdhi.gpl" }, + { "id": "Commodore Plus/4", "path": "./commodore-plus4.gpl" }, + { "id": "Commodore VIC-20", "path": "./commodore-vic20.gpl" }, + { "id": "Commodore 64", "path": "./commodore64.gpl" }, + { "id": "CPC", "path": "./cpc.gpl" }, + { "id": "Game Boy", "path": "./gameboy.gpl" }, + { "id": "Game Boy Color Type1", "path": "./gameboy-color-type1.gpl" }, + { "id": "Master System", "path": "./master-system.gpl" }, + { "id": "NES", "path": "./nes.gpl" }, + { "id": "NES NTSC", "path": "./nes-ntsc.gpl" }, + { "id": "Teletext", "path": "./teletext.gpl" }, + { "id": "VGA 13h", "path": "./vga-13h.gpl" }, + { "id": "Virtual Boy", "path": "./virtualboy.gpl" }, + { "id": "ZX Spectrum", "path": "./zx-spectrum.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl new file mode 100644 index 0000000..e20b9ec --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl @@ -0,0 +1,10 @@ +GIMP Palette +# + 0 0 0 Untitled + 0 0 255 Untitled +255 0 0 Untitled +255 0 255 Untitled + 0 255 0 Untitled + 0 255 255 Untitled +255 255 0 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl new file mode 100644 index 0000000..683d13b --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl @@ -0,0 +1,261 @@ +GIMP Palette +# +# https://commons.wikimedia.org/wiki/User:Psychonaut/ipalette.sh +# VGA 13h standard palette +# + 0 0 0 Untitled + 0 0 170 Untitled + 0 170 0 Untitled + 0 170 170 Untitled +170 0 0 Untitled +170 0 170 Untitled +170 85 0 Untitled +170 170 170 Untitled + 85 85 85 Untitled + 85 85 255 Untitled + 85 255 85 Untitled + 85 255 255 Untitled +255 85 85 Untitled +255 85 255 Untitled +255 255 85 Untitled +255 255 255 Untitled + 0 0 0 Untitled + 16 16 16 Untitled + 32 32 32 Untitled + 53 53 53 Untitled + 69 69 69 Untitled + 85 85 85 Untitled +101 101 101 Untitled +117 117 117 Untitled +138 138 138 Untitled +154 154 154 Untitled +170 170 170 Untitled +186 186 186 Untitled +202 202 202 Untitled +223 223 223 Untitled +239 239 239 Untitled +255 255 255 Untitled + 0 0 255 Untitled + 65 0 255 Untitled +130 0 255 Untitled +190 0 255 Untitled +255 0 255 Untitled +255 0 190 Untitled +255 0 130 Untitled +255 0 65 Untitled +255 0 0 Untitled +255 65 0 Untitled +255 130 0 Untitled +255 190 0 Untitled +255 255 0 Untitled +190 255 0 Untitled +130 255 0 Untitled + 65 255 0 Untitled + 0 255 0 Untitled + 0 255 65 Untitled + 0 255 130 Untitled + 0 255 190 Untitled + 0 255 255 Untitled + 0 190 255 Untitled + 0 130 255 Untitled + 0 65 255 Untitled +130 130 255 Untitled +158 130 255 Untitled +190 130 255 Untitled +223 130 255 Untitled +255 130 255 Untitled +255 130 223 Untitled +255 130 190 Untitled +255 130 158 Untitled +255 130 130 Untitled +255 158 130 Untitled +255 190 130 Untitled +255 223 130 Untitled +255 255 130 Untitled +223 255 130 Untitled +190 255 130 Untitled +158 255 130 Untitled +130 255 130 Untitled +130 255 158 Untitled +130 255 190 Untitled +130 255 223 Untitled +130 255 255 Untitled +130 223 255 Untitled +130 190 255 Untitled +130 158 255 Untitled +186 186 255 Untitled +202 186 255 Untitled +223 186 255 Untitled +239 186 255 Untitled +255 186 255 Untitled +255 186 239 Untitled +255 186 223 Untitled +255 186 202 Untitled +255 186 186 Untitled +255 202 186 Untitled +255 223 186 Untitled +255 239 186 Untitled +255 255 186 Untitled +239 255 186 Untitled +223 255 186 Untitled +202 255 186 Untitled +186 255 186 Untitled +186 255 202 Untitled +186 255 223 Untitled +186 255 239 Untitled +186 255 255 Untitled +186 239 255 Untitled +186 223 255 Untitled +186 202 255 Untitled + 0 0 113 Untitled + 28 0 113 Untitled + 57 0 113 Untitled + 85 0 113 Untitled +113 0 113 Untitled +113 0 85 Untitled +113 0 57 Untitled +113 0 28 Untitled +113 0 0 Untitled +113 28 0 Untitled +113 57 0 Untitled +113 85 0 Untitled +113 113 0 Untitled + 85 113 0 Untitled + 57 113 0 Untitled + 28 113 0 Untitled + 0 113 0 Untitled + 0 113 28 Untitled + 0 113 57 Untitled + 0 113 85 Untitled + 0 113 113 Untitled + 0 85 113 Untitled + 0 57 113 Untitled + 0 28 113 Untitled + 57 57 113 Untitled + 69 57 113 Untitled + 85 57 113 Untitled + 97 57 113 Untitled +113 57 113 Untitled +113 57 97 Untitled +113 57 85 Untitled +113 57 69 Untitled +113 57 57 Untitled +113 69 57 Untitled +113 85 57 Untitled +113 97 57 Untitled +113 113 57 Untitled + 97 113 57 Untitled + 85 113 57 Untitled + 69 113 57 Untitled + 57 113 57 Untitled + 57 113 69 Untitled + 57 113 85 Untitled + 57 113 97 Untitled + 57 113 113 Untitled + 57 97 113 Untitled + 57 85 113 Untitled + 57 69 113 Untitled + 81 81 113 Untitled + 89 81 113 Untitled + 97 81 113 Untitled +105 81 113 Untitled +113 81 113 Untitled +113 81 105 Untitled +113 81 97 Untitled +113 81 89 Untitled +113 81 81 Untitled +113 89 81 Untitled +113 97 81 Untitled +113 105 81 Untitled +113 113 81 Untitled +105 113 81 Untitled + 97 113 81 Untitled + 89 113 81 Untitled + 81 113 81 Untitled + 81 113 89 Untitled + 81 113 97 Untitled + 81 113 105 Untitled + 81 113 113 Untitled + 81 105 113 Untitled + 81 97 113 Untitled + 81 89 113 Untitled + 0 0 65 Untitled + 16 0 65 Untitled + 32 0 65 Untitled + 49 0 65 Untitled + 65 0 65 Untitled + 65 0 49 Untitled + 65 0 32 Untitled + 65 0 16 Untitled + 65 0 0 Untitled + 65 16 0 Untitled + 65 32 0 Untitled + 65 49 0 Untitled + 65 65 0 Untitled + 49 65 0 Untitled + 32 65 0 Untitled + 16 65 0 Untitled + 0 65 0 Untitled + 0 65 16 Untitled + 0 65 32 Untitled + 0 65 49 Untitled + 0 65 65 Untitled + 0 49 65 Untitled + 0 32 65 Untitled + 0 16 65 Untitled + 32 32 65 Untitled + 40 32 65 Untitled + 49 32 65 Untitled + 57 32 65 Untitled + 65 32 65 Untitled + 65 32 57 Untitled + 65 32 49 Untitled + 65 32 40 Untitled + 65 32 32 Untitled + 65 40 32 Untitled + 65 49 32 Untitled + 65 57 32 Untitled + 65 65 32 Untitled + 57 65 32 Untitled + 49 65 32 Untitled + 40 65 32 Untitled + 32 65 32 Untitled + 32 65 40 Untitled + 32 65 49 Untitled + 32 65 57 Untitled + 32 65 65 Untitled + 32 57 65 Untitled + 32 49 65 Untitled + 32 40 65 Untitled + 45 45 65 Untitled + 49 45 65 Untitled + 53 45 65 Untitled + 61 45 65 Untitled + 65 45 65 Untitled + 65 45 61 Untitled + 65 45 53 Untitled + 65 45 49 Untitled + 65 45 45 Untitled + 65 49 45 Untitled + 65 53 45 Untitled + 65 61 45 Untitled + 65 65 45 Untitled + 61 65 45 Untitled + 53 65 45 Untitled + 49 65 45 Untitled + 45 65 45 Untitled + 45 65 49 Untitled + 45 65 53 Untitled + 45 65 61 Untitled + 45 65 65 Untitled + 45 61 65 Untitled + 45 53 65 Untitled + 45 49 65 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled + 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl new file mode 100644 index 0000000..34276d1 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl @@ -0,0 +1,9 @@ +GIMP Palette +# +# Thanks to Planet Virtual Boy for the contribution +# http://www.planetvb.com/ +# + 0 0 0 Untitled + 85 0 0 Untitled +170 0 0 Untitled +255 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl new file mode 100644 index 0000000..afa9850 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl @@ -0,0 +1,20 @@ +GIMP Palette +# +# ZX Spectrum +# + 0 0 0 Black + 0 0 192 Basic Blue +192 0 0 Basic Red +192 0 192 Basic Magenta + 0 192 0 Basic Green + 0 192 192 Basic Cyan +192 192 0 Basic Yellow +192 192 192 Basic White + 0 0 0 Black + 0 0 255 Bright Blue +255 0 0 Bright Red +255 0 255 Bright Magenta + 0 255 0 Bright Green + 0 255 255 Bright Cyan +255 255 0 Bright Yellow +255 255 255 Bright White diff --git a/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl b/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl new file mode 100644 index 0000000..c4101d7 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl @@ -0,0 +1,29 @@ +GIMP Palette +# +# by Hyohnoo +# https://twitter.com/Hyohnoo +# + 23 17 26 Untitled + 55 37 56 Untitled +122 33 58 Untitled +225 65 65 Untitled +255 160 112 Untitled +196 77 41 Untitled +255 191 54 Untitled +255 242 117 Untitled +117 57 57 Untitled +207 121 87 Untitled +255 209 171 Untitled + 57 133 90 Untitled +131 224 76 Untitled +220 255 112 Untitled + 36 59 97 Untitled + 56 152 255 Untitled +110 238 255 Untitled +104 43 130 Untitled +191 63 179 Untitled +255 128 170 Untitled + 62 55 92 Untitled +120 132 171 Untitled +178 188 194 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json new file mode 100644 index 0000000..3e0fbd5 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json @@ -0,0 +1,16 @@ +{ + "name": "hyohnoo-palettes", + "displayName": "Hyohnoo Palettes", + "description": "Palettes contributed by Hyohnoo", + "version": "1.0", + "author": { "name": "Hyohnoo", "url": "https://twitter.com/Hyohnoo" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "mail24", "path": "./mail24.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl b/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl new file mode 100644 index 0000000..d96c431 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl @@ -0,0 +1,13 @@ +GIMP Palette +# +# by Javier Guerrero +# https://twitter.com/Xavier_Gd +# + 8 20 30 Untitled + 15 42 63 Untitled + 32 57 79 Untitled +246 214 189 Untitled +195 163 138 Untitled +153 117 119 Untitled +129 98 113 Untitled + 78 73 95 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json new file mode 100644 index 0000000..0ec1c37 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json @@ -0,0 +1,16 @@ +{ + "name": "javierguerrero-palettes", + "displayName": "Javier Guerrero Palettes", + "description": "Palettes contributed by Javier Guerrero", + "version": "1.0", + "author": { "name": "Javier Guerrero", "url": "https://twitter.com/Xavier_Gd" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "nyx8", "path": "./nyx8.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json b/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json new file mode 100644 index 0000000..baf023e --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json @@ -0,0 +1,16 @@ +{ + "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" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl b/Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl new file mode 100644 index 0000000..2436ce2 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# by Joseph White +# http://www.pico-8.com/ +# + 0 0 0 black + 29 43 83 dark_blue +126 37 83 dark_purple + 0 135 81 dark_green +171 82 54 brown + 95 87 79 dark_gray +194 195 199 light_gray +255 241 232 white +255 0 77 red +255 163 0 orange +255 236 39 yellow + 0 228 54 green + 41 173 255 blue +131 118 156 indigo +255 119 168 pink +255 204 170 peach diff --git a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl new file mode 100644 index 0000000..9bc3224 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl @@ -0,0 +1,21 @@ +GIMP Palette +# +# by PineTreePizza +# https://twitter.com/PineTreePizza +# + 22 23 26 Untitled +127 6 34 Untitled +214 36 17 Untitled +255 132 38 Untitled +255 209 0 Untitled +250 253 255 Untitled +255 128 164 Untitled +255 38 116 Untitled +148 33 106 Untitled + 67 0 103 Untitled + 35 73 117 Untitled +104 174 212 Untitled +191 255 60 Untitled + 16 210 117 Untitled + 0 120 153 Untitled + 0 40 89 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json new file mode 100644 index 0000000..c73d3d4 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json @@ -0,0 +1,17 @@ +{ + "name": "pinetreepizza-palettes", + "displayName": "PineTreePizza Palettes", + "description": "Palettes contributed by PineTreePizza", + "version": "1.0", + "author": { "name": "PineTreePizza", "url": "https://twitter.com/PineTreePizza" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "BubbleGum16", "path": "./bubblegum-16.gpl" }, + { "id": "Rosy-42", "path": "./rosy-42.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl new file mode 100644 index 0000000..1576f80 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl @@ -0,0 +1,47 @@ +GIMP Palette +# +# by PineTreePizza +# https://twitter.com/PineTreePizza +# + 33 24 27 Untitled + 59 32 39 Untitled +125 56 51 Untitled +171 81 48 Untitled +207 117 43 Untitled +240 181 65 Untitled +255 238 131 Untitled +200 212 93 Untitled + 99 171 63 Untitled + 59 125 79 Untitled + 47 87 83 Untitled + 40 53 64 Untitled + 27 31 33 Untitled + 43 43 69 Untitled + 58 63 94 Untitled + 76 104 133 Untitled + 79 164 184 Untitled +146 232 192 Untitled +245 255 232 Untitled +223 224 232 Untitled +163 167 194 Untitled +104 111 153 Untitled + 64 73 115 Untitled + 44 53 77 Untitled + 20 24 46 Untitled + 75 29 82 Untitled +105 36 100 Untitled +156 42 112 Untitled +204 47 123 Untitled +255 82 119 Untitled +255 194 161 Untitled +255 137 51 Untitled +230 69 57 Untitled +173 47 69 Untitled +120 29 79 Untitled + 79 29 76 Untitled + 41 29 43 Untitled + 61 41 54 Untitled + 82 51 63 Untitled +143 77 87 Untitled +189 106 98 Untitled +255 174 112 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl new file mode 100644 index 0000000..bbab349 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl @@ -0,0 +1,156 @@ +GIMP Palette +# +246 153 136 Red_200 +243 108 96 Red_300 +232 78 64 Red_400 +229 28 35 Red_500 +221 25 29 Red_600 +208 23 22 Red_700 +196 20 17 Red_800 +176 18 10 Red_900 +244 143 177 Pink_200 +240 98 146 Pink_300 +236 64 122 Pink_400 +233 30 99 Pink_500 +216 27 96 Pink_600 +194 24 91 Pink_700 +173 20 87 Pink_800 +136 14 79 Pink_900 +206 147 216 Purple_200 +186 104 200 Purple_300 +171 71 188 Purple_400 +156 39 176 Purple_500 +142 36 170 Purple_600 +123 31 162 Purple_700 +106 27 154 Purple_800 + 74 20 140 Purple_900 +179 157 219 Deep_Purple_200 +149 117 205 Deep_Purple_300 +126 87 194 Deep_Purple_400 +103 58 183 Deep_Purple_500 + 94 53 177 Deep_Purple_600 + 81 45 168 Deep_Purple_700 + 69 39 160 Deep_Purple_800 + 49 27 146 Deep_Purple_900 +159 168 218 Indigo_200 +121 134 203 Indigo_300 + 92 107 192 Indigo_400 + 63 81 181 Indigo_500 + 57 73 171 Indigo_600 + 48 63 159 Indigo_700 + 40 53 147 Indigo_800 + 26 35 126 Indigo_900 +175 191 255 Blue_200 +145 167 255 Blue_300 +115 143 254 Blue_400 + 86 119 252 Blue_500 + 78 108 239 Blue_600 + 69 94 222 Blue_700 + 59 80 206 Blue_800 + 42 54 177 Blue_900 +129 212 250 Light_Blue_200 + 79 195 247 Light_Blue_300 + 41 182 246 Light_Blue_400 + 3 169 244 Light_Blue_500 + 3 155 229 Light_Blue_600 + 2 136 209 Light_Blue_700 + 2 119 189 Light_Blue_800 + 1 87 155 Light_Blue_900 +128 222 234 Cyan_200 + 77 208 225 Cyan_300 + 38 198 218 Cyan_400 + 0 188 212 Cyan_500 + 0 172 193 Cyan_600 + 0 151 167 Cyan_700 + 0 131 143 Cyan_800 + 0 96 100 Cyan_900 +128 203 196 Teal_200 + 77 182 172 Teal_300 + 38 166 154 Teal_400 + 0 150 136 Teal_500 + 0 137 123 Teal_600 + 0 121 107 Teal_700 + 0 105 92 Teal_800 + 0 77 64 Teal_900 +114 213 114 Green_200 + 66 189 65 Green_300 + 43 175 43 Green_400 + 37 155 36 Green_500 + 10 143 8 Green_600 + 10 126 7 Green_700 + 5 111 0 Green_800 + 13 83 2 Green_900 +197 225 165 Light_Green_200 +174 213 129 Light_Green_300 +156 204 101 Light_Green_400 +139 195 74 Light_Green_500 +124 179 66 Light_Green_600 +104 159 56 Light_Green_700 + 85 139 47 Light_Green_800 + 51 105 30 Light_Green_900 +230 238 156 Lime_200 +220 231 117 Lime_300 +212 225 87 Lime_400 +205 220 57 Lime_500 +192 202 51 Lime_600 +175 180 43 Lime_700 +158 157 36 Lime_800 +130 119 23 Lime_900 +255 245 157 Yellow_200 +255 241 118 Yellow_300 +255 238 88 Yellow_400 +255 235 59 Yellow_500 +253 216 53 Yellow_600 +251 192 45 Yellow_700 +249 168 37 Yellow_800 +245 127 23 Yellow_900 +255 224 130 Amber_200 +255 213 79 Amber_300 +255 202 40 Amber_400 +255 193 7 Amber_500 +255 179 0 Amber_600 +255 160 0 Amber_700 +255 143 0 Amber_800 +255 111 0 Amber_900 +255 204 128 Orange_200 +255 183 77 Orange_300 +255 167 38 Orange_400 +255 152 0 Orange_500 +251 140 0 Orange_600 +245 124 0 Orange_700 +239 108 0 Orange_800 +230 81 0 Orange_900 +255 171 145 Deep_Orange_200 +255 138 101 Deep_Orange_300 +255 112 67 Deep_Orange_400 +255 87 34 Deep_Orange_500 +244 81 30 Deep_Orange_600 +230 74 25 Deep_Orange_700 +216 67 21 Deep_Orange_800 +191 54 12 Deep_Orange_900 +188 170 164 Brown_200 +161 136 127 Brown_300 +141 110 99 Brown_400 +121 85 72 Brown_500 +109 76 65 Brown_600 + 93 64 55 Brown_700 + 78 52 46 Brown_800 + 62 39 35 Brown_900 +238 238 238 Grey_200 +224 224 224 Grey_300 +189 189 189 Grey_400 +158 158 158 Grey_500 +117 117 117 Grey_600 + 97 97 97 Grey_700 + 66 66 66 Grey_800 + 33 33 33 Grey_900 +176 190 197 Blue_Grey_200 +144 164 174 Blue_Grey_300 +120 144 156 Blue_Grey_400 + 96 125 139 Blue_Grey_500 + 84 110 122 Blue_Grey_600 + 69 90 100 Blue_Grey_700 + 55 71 79 Blue_Grey_800 + 38 50 56 Blue_Grey_900 + 0 0 0 Black +255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl new file mode 100644 index 0000000..0b55776 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl @@ -0,0 +1,15 @@ +GIMP Palette +Name: Monokai +# +0 0 0 Blank +27 29 30 Black +39 40 32 Darker-brown +62 61 50 Dark-brown +117 113 94 Bown +248 248 242 White +249 38 114 Red +253 151 31 Orange +230 219 116 Yellow +102 217 239 Blue +166 226 46 Green +174 129 255 Purple \ No newline at end of file diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json new file mode 100644 index 0000000..5d3d4d1 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json @@ -0,0 +1,21 @@ +{ + "name": "software-palettes", + "displayName": "Software Palettes", + "description": "Well-known palettes from software developers", + "version": "1.0", + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "Google UI", "path": "./google-ui.gpl" }, + { "id": "Monokai", "path": "./monokai.gpl" }, + { "id": "SmileBASIC", "path": "./smile-basic.gpl" }, + { "id": "Solarized", "path": "./solarized.gpl" }, + { "id": "Web Safe Colors", "path": "./web-safe-colors.gpl" }, + { "id": "Win16", "path": "./win16.gpl" }, + { "id": "X11", "path": "./x11.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl new file mode 100644 index 0000000..ef2100e --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl @@ -0,0 +1,22 @@ +GIMP Palette +# +# SmileBASIC: http://smilebasic.com/en/reference/#constant +# + 0 248 248 AQUA + 0 0 0 BLACK + 0 0 255 BLUE + 0 0 248 CYAN +248 0 248 FUCHSIA +128 128 128 GRAY + 0 128 0 GREEN + 0 248 0 LIME +248 0 248 MAGENTA +128 0 0 MAROON + 0 0 128 NAVY +128 128 0 OLIVE +128 0 128 PURPLE +248 0 0 RED +192 192 192 SILVER + 0 128 128 TEAL +248 248 248 WHITE +248 248 0 YELLOW diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl new file mode 100644 index 0000000..40b86e5 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl @@ -0,0 +1,20 @@ +GIMP Palette +Name: Solarized +Columns: 16 +# + 0 43 54 solarized-base03 + 7 54 66 solarized-base02 + 88 110 117 solarized-base01 +101 123 131 solarized-base00 +131 148 150 solarized-base0 +147 161 161 solarized-base1 +238 232 213 solarized-base2 +253 246 227 solarized-base3 +181 137 0 solarized-yellow +203 75 22 solarized-orange +220 50 47 solarized-red +211 54 130 solarized-magenta +108 113 196 solarized-violet + 38 139 210 solarized-blue + 42 161 152 solarized-cyan +133 153 0 solarized-green diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl new file mode 100644 index 0000000..a71b427 --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl @@ -0,0 +1,222 @@ +GIMP Palette +Name: Web Safe Colors +Columns: 6 +# +# ColorZilla Web Safe Colors palette +# +255 255 255 Untitled +255 255 204 Untitled +255 255 153 Untitled +255 255 102 Untitled +255 255 51 Untitled +255 255 0 Untitled +255 204 255 Untitled +255 204 204 Untitled +255 204 153 Untitled +255 204 102 Untitled +255 204 51 Untitled +255 204 0 Untitled +255 153 255 Untitled +255 153 204 Untitled +255 153 153 Untitled +255 153 102 Untitled +255 153 51 Untitled +255 153 0 Untitled +255 102 255 Untitled +255 102 204 Untitled +255 102 153 Untitled +255 102 102 Untitled +255 102 51 Untitled +255 102 0 Untitled +255 51 255 Untitled +255 51 204 Untitled +255 51 153 Untitled +255 51 102 Untitled +255 51 51 Untitled +255 51 0 Untitled +255 0 255 Untitled +255 0 204 Untitled +255 0 153 Untitled +255 0 102 Untitled +255 0 51 Untitled +255 0 0 Untitled +204 255 255 Untitled +204 255 204 Untitled +204 255 153 Untitled +204 255 102 Untitled +204 255 51 Untitled +204 255 0 Untitled +204 204 255 Untitled +204 204 204 Untitled +204 204 153 Untitled +204 204 102 Untitled +204 204 51 Untitled +204 204 0 Untitled +204 153 255 Untitled +204 153 204 Untitled +204 153 153 Untitled +204 153 102 Untitled +204 153 51 Untitled +204 153 0 Untitled +204 102 255 Untitled +204 102 204 Untitled +204 102 153 Untitled +204 102 102 Untitled +204 102 51 Untitled +204 102 0 Untitled +204 51 255 Untitled +204 51 204 Untitled +204 51 153 Untitled +204 51 102 Untitled +204 51 51 Untitled +204 51 0 Untitled +204 0 255 Untitled +204 0 204 Untitled +204 0 153 Untitled +204 0 102 Untitled +204 0 51 Untitled +204 0 0 Untitled +153 255 255 Untitled +153 255 204 Untitled +153 255 153 Untitled +153 255 102 Untitled +153 255 51 Untitled +153 255 0 Untitled +153 204 255 Untitled +153 204 204 Untitled +153 204 153 Untitled +153 204 102 Untitled +153 204 51 Untitled +153 204 0 Untitled +153 153 255 Untitled +153 153 204 Untitled +153 153 153 Untitled +153 153 102 Untitled +153 153 51 Untitled +153 153 0 Untitled +153 102 255 Untitled +153 102 204 Untitled +153 102 153 Untitled +153 102 102 Untitled +153 102 51 Untitled +153 102 0 Untitled +153 51 255 Untitled +153 51 204 Untitled +153 51 153 Untitled +153 51 102 Untitled +153 51 51 Untitled +153 51 0 Untitled +153 0 255 Untitled +153 0 204 Untitled +153 0 153 Untitled +153 0 102 Untitled +153 0 51 Untitled +153 0 0 Untitled +102 255 255 Untitled +102 255 204 Untitled +102 255 153 Untitled +102 255 102 Untitled +102 255 51 Untitled +102 255 0 Untitled +102 204 255 Untitled +102 204 204 Untitled +102 204 153 Untitled +102 204 102 Untitled +102 204 51 Untitled +102 204 0 Untitled +102 153 255 Untitled +102 153 204 Untitled +102 153 153 Untitled +102 153 102 Untitled +102 153 51 Untitled +102 153 0 Untitled +102 102 255 Untitled +102 102 204 Untitled +102 102 153 Untitled +102 102 102 Untitled +102 102 51 Untitled +102 102 0 Untitled +102 51 255 Untitled +102 51 204 Untitled +102 51 153 Untitled +102 51 102 Untitled +102 51 51 Untitled +102 51 0 Untitled +102 0 255 Untitled +102 0 204 Untitled +102 0 153 Untitled +102 0 102 Untitled +102 0 51 Untitled +102 0 0 Untitled + 51 255 255 Untitled + 51 255 204 Untitled + 51 255 153 Untitled + 51 255 102 Untitled + 51 255 51 Untitled + 51 255 0 Untitled + 51 204 255 Untitled + 51 204 204 Untitled + 51 204 153 Untitled + 51 204 102 Untitled + 51 204 51 Untitled + 51 204 0 Untitled + 51 153 255 Untitled + 51 153 204 Untitled + 51 153 153 Untitled + 51 153 102 Untitled + 51 153 51 Untitled + 51 153 0 Untitled + 51 102 255 Untitled + 51 102 204 Untitled + 51 102 153 Untitled + 51 102 102 Untitled + 51 102 51 Untitled + 51 102 0 Untitled + 51 51 255 Untitled + 51 51 204 Untitled + 51 51 153 Untitled + 51 51 102 Untitled + 51 51 51 Untitled + 51 51 0 Untitled + 51 0 255 Untitled + 51 0 204 Untitled + 51 0 153 Untitled + 51 0 102 Untitled + 51 0 51 Untitled + 51 0 0 Untitled + 0 255 255 Untitled + 0 255 204 Untitled + 0 255 153 Untitled + 0 255 102 Untitled + 0 255 51 Untitled + 0 255 0 Untitled + 0 204 255 Untitled + 0 204 204 Untitled + 0 204 153 Untitled + 0 204 102 Untitled + 0 204 51 Untitled + 0 204 0 Untitled + 0 153 255 Untitled + 0 153 204 Untitled + 0 153 153 Untitled + 0 153 102 Untitled + 0 153 51 Untitled + 0 153 0 Untitled + 0 102 255 Untitled + 0 102 204 Untitled + 0 102 153 Untitled + 0 102 102 Untitled + 0 102 51 Untitled + 0 102 0 Untitled + 0 51 255 Untitled + 0 51 204 Untitled + 0 51 153 Untitled + 0 51 102 Untitled + 0 51 51 Untitled + 0 51 0 Untitled + 0 0 255 Untitled + 0 0 204 Untitled + 0 0 153 Untitled + 0 0 102 Untitled + 0 0 51 Untitled + 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl new file mode 100644 index 0000000..ca51bec --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl @@ -0,0 +1,18 @@ +GIMP Palette +# + 0 0 0 Untitled +130 0 0 Untitled + 0 130 0 Untitled +130 130 0 Untitled + 0 0 130 Untitled +130 0 130 Untitled + 0 130 130 Untitled +195 195 195 Untitled +130 130 130 Untitled +255 0 0 Untitled + 0 255 0 Untitled +255 255 0 Untitled + 0 0 255 Untitled +255 0 255 Untitled + 0 255 255 Untitled +255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl new file mode 100644 index 0000000..230657b --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl @@ -0,0 +1,141 @@ +GIMP Palette +Name: X11 +# +0 0 0 Blank +255 250 250 snow +248 248 255 GhostWhite +245 245 245 WhiteSmoke +220 220 220 gainsboro +255 250 240 FloralWhite +253 245 230 OldLace +250 240 230 linen +250 235 215 AntiqueWhite +255 239 213 PapayaWhip +255 235 205 BlanchedAlmond +255 228 196 bisque +255 218 185 PeachPuff +255 222 173 NavajoWhite +255 228 181 moccasin +255 248 220 cornsilk +255 255 240 ivory +255 250 205 LemonChiffon +255 245 238 seashell +240 255 240 honeydew +245 255 250 MintCream +240 255 255 azure +240 248 255 AliceBlue +230 230 250 lavender +255 240 245 LavenderBlush +255 228 225 MistyRose +255 255 255 white +0 0 0 black +47 79 79 DarkSlateGray +105 105 105 DimGray +112 128 144 SlateGray +119 136 153 LightSlateGray +190 190 190 grey +211 211 211 LightGrey +211 211 211 LightGray +25 25 112 MidnightBlue +0 0 128 navy +0 0 128 NavyBlue +100 149 237 CornflowerBlue +72 61 139 DarkSlateBlue +106 90 205 SlateBlue +123 104 238 MediumSlateBlue +132 112 255 LightSlateBlue +0 0 205 MediumBlue +65 105 225 RoyalBlue +0 0 255 blue +30 144 255 DodgerBlue +0 191 255 DeepSkyBlue +135 206 235 SkyBlue +135 206 250 LightSkyBlue +70 130 180 SteelBlue +176 196 222 LightSteelBlue +173 216 230 LightBlue +176 224 230 PowderBlue +175 238 238 PaleTurquoise +0 206 209 DarkTurquoise +72 209 204 MediumTurquoise +64 224 208 turquoise +0 255 255 cyan +224 255 255 LightCyan +95 158 160 CadetBlue +102 205 170 MediumAquamarine +127 255 212 aquamarine +0 100 0 DarkGreen +85 107 47 DarkOliveGreen +143 188 143 DarkSeaGreen +46 139 87 SeaGreen +60 179 113 MediumSeaGreen +32 178 170 LightSeaGreen +152 251 152 PaleGreen +0 255 127 SpringGreen +124 252 0 LawnGreen +0 255 0 green +127 255 0 chartreuse +0 250 154 MediumSpringGreen +173 255 47 GreenYellow +50 205 50 LimeGreen +154 205 50 YellowGreen +34 139 34 ForestGreen +107 142 35 OliveDrab +189 183 107 DarkKhaki +240 230 140 khaki +238 232 170 PaleGoldenrod +250 250 210 LightGoldenrodYellow +255 255 224 LightYellow +255 255 0 yellow +255 215 0 gold +238 221 130 LightGoldenrod +218 165 32 goldenrod +184 134 11 DarkGoldenrod +188 143 143 RosyBrown +205 92 92 IndianRed +139 69 19 SaddleBrown +160 82 45 sienna +205 133 63 peru +222 184 135 burlywood +245 245 220 beige +245 222 179 wheat +244 164 96 SandyBrown +210 180 140 tan +210 105 30 chocolate +178 34 34 firebrick +165 42 42 brown +233 150 122 DarkSalmon +250 128 114 salmon +255 160 122 LightSalmon +255 165 0 orange +255 140 0 DarkOrange +255 127 80 coral +240 128 128 LightCoral +255 99 71 tomato +255 69 0 OrangeRed +255 0 0 red +255 105 180 HotPink +255 20 147 DeepPink +255 192 203 pink +255 182 193 LightPink +219 112 147 PaleVioletRed +176 48 96 maroon +199 21 133 MediumVioletRed +208 32 144 VioletRed +255 0 255 magenta +238 130 238 violet +221 160 221 plum +218 112 214 orchid +186 85 211 MediumOrchid +153 50 204 DarkOrchid +148 0 211 DarkViolet +138 43 226 BlueViolet +160 32 240 purple +147 112 219 MediumPurple +216 191 216 thistle +169 169 169 DarkGray +0 0 139 DarkBlue +0 139 139 DarkCyan +139 0 139 DarkMagenta +139 0 0 DarkRed +144 238 144 LightGreen diff --git a/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json new file mode 100644 index 0000000..76a75be --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json @@ -0,0 +1,16 @@ +{ + "name": "zughy-palettes", + "displayName": "Zughy Palettes", + "description": "Palettes contributed by Zughy", + "version": "1.0", + "author": { "name": "Zughy", "url": "https://twitter.com/_Zughy" }, + "publisher": "aseprite", + "categories": [ + "Palettes" + ], + "contributes": { + "palettes": [ + { "id": "Zughy-32", "path": "./zughy-32.gpl" } + ] + } +} diff --git a/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl b/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl new file mode 100644 index 0000000..38f56df --- /dev/null +++ b/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl @@ -0,0 +1,37 @@ +GIMP Palette +# +# by Zughy +# https://twitter.com/_Zughy +# + 71 45 60 Untitled + 94 54 67 Untitled +122 68 74 Untitled +160 91 83 Untitled +191 121 88 Untitled +238 161 96 Untitled +244 204 161 Untitled +182 213 60 Untitled +113 170 52 Untitled + 57 123 68 Untitled + 60 89 86 Untitled + 48 44 46 Untitled + 90 83 83 Untitled +125 112 113 Untitled +160 147 142 Untitled +207 198 184 Untitled +223 246 245 Untitled +138 235 241 Untitled + 40 204 223 Untitled + 57 120 168 Untitled + 57 71 120 Untitled + 57 49 75 Untitled + 86 64 100 Untitled +142 71 140 Untitled +205 96 147 Untitled +255 174 182 Untitled +244 180 27 Untitled +244 126 27 Untitled +230 72 46 Untitled +169 59 59 Untitled +130 112 148 Untitled + 79 84 107 Untitled diff --git a/Assets/Graphics/Palette/palette_button.png b/Assets/Graphics/Palette/palette_button.png new file mode 100644 index 0000000000000000000000000000000000000000..920129ddb7c360eaf69d071b9b5870e054abc4fe GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|ls#P>LnNjq z|M~y_e?40b!~7;7mdKI;Vst0K=6c ABme*a literal 0 HcmV?d00001 diff --git a/Assets/Graphics/Palette/palette_button.png.import b/Assets/Graphics/Palette/palette_button.png.import new file mode 100644 index 0000000..7554031 --- /dev/null +++ b/Assets/Graphics/Palette/palette_button.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/palette_button.png-e0803e14098fd441f88c7f2c14f6ef20.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Graphics/Palette/palette_button.png" +dest_files=[ "res://.import/palette_button.png-e0803e14098fd441f88c7f2c14f6ef20.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Assets/Graphics/Palette/palette_button_fill.png b/Assets/Graphics/Palette/palette_button_fill.png new file mode 100644 index 0000000000000000000000000000000000000000..5b847ddf8c3b1dd7c8608b100ba4c64694f69267 GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|#5`RbLnNjq o|M~y_e?6N`1LyoF9|9Q|r1MyK3RS|M16441y85}Sb4q9e0JjMklmGw# literal 0 HcmV?d00001 diff --git a/Assets/Graphics/Palette/palette_button_fill.png.import b/Assets/Graphics/Palette/palette_button_fill.png.import new file mode 100644 index 0000000..ff59da3 --- /dev/null +++ b/Assets/Graphics/Palette/palette_button_fill.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/palette_button_fill.png-9b3cd2eeba6121823e5d065e322cedef.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Graphics/Palette/palette_button_fill.png" +dest_files=[ "res://.import/palette_button_fill.png-9b3cd2eeba6121823e5d065e322cedef.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Main.tscn b/Main.tscn index e7351ce..8ab3537 100644 --- a/Main.tscn +++ b/Main.tscn @@ -38,15 +38,16 @@ [ext_resource path="res://Assets/Graphics/Layers/clone_layer.png" type="Texture" id=36] [ext_resource path="res://Assets/Graphics/Layers/merge_down.png" type="Texture" id=37] [ext_resource path="res://Assets/Graphics/Layers/merge_down_disabled.png" type="Texture" id=38] -[ext_resource path="res://Prefabs/BrushButton.tscn" type="PackedScene" id=39] -[ext_resource path="res://Assets/Graphics/Canvas_split.png" type="Texture" id=40] -[ext_resource path="res://Assets/Graphics/Canvas_unsplit.png" type="Texture" id=41] -[ext_resource path="res://Scripts/AboutDialog.gd" type="Script" id=42] +[ext_resource path="res://Scripts/PaletteContainer.gd" type="Script" id=39] +[ext_resource path="res://Prefabs/BrushButton.tscn" type="PackedScene" id=40] +[ext_resource path="res://Assets/Graphics/Canvas_split.png" type="Texture" id=41] +[ext_resource path="res://Assets/Graphics/Canvas_unsplit.png" type="Texture" id=42] +[ext_resource path="res://Scripts/AboutDialog.gd" type="Script" id=43] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.223529, 0.223529, 0.243137, 1 ) -[sub_resource type="Image" id=19] +[sub_resource type="Image" id=2] data = { "data": PoolByteArray( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), "format": "RGBA8", @@ -56,10 +57,10 @@ data = { } [sub_resource type="ImageTexture" id=3] -image = SubResource( 19 ) +image = SubResource( 2 ) size = Vector2( 32, 32 ) -[sub_resource type="Image" id=20] +[sub_resource type="Image" id=4] data = { "data": PoolByteArray( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), "format": "RGBA8", @@ -69,7 +70,7 @@ data = { } [sub_resource type="ImageTexture" id=5] -image = SubResource( 20 ) +image = SubResource( 4 ) size = Vector2( 32, 32 ) [sub_resource type="InputEventKey" id=6] @@ -116,8 +117,6 @@ scancode = 16777230 [sub_resource type="ShortCut" id=17] shortcut = SubResource( 16 ) -[sub_resource type="ImageTexture" id=18] - [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 @@ -771,7 +770,6 @@ mouse_default_cursor_shape = 2 text = "Vertical" [node name="CanvasAndTimeline" type="VBoxContainer" parent="MenuAndUI/UI"] -editor/display_folded = true margin_left = 224.0 margin_right = 928.0 margin_bottom = 620.0 @@ -785,7 +783,6 @@ size_flags_horizontal = 3 size_flags_vertical = 3 [node name="ViewportAndRulers" type="VBoxContainer" parent="MenuAndUI/UI/CanvasAndTimeline/HViewportContainer"] -editor/display_folded = true margin_right = 704.0 margin_bottom = 478.0 size_flags_horizontal = 3 @@ -863,7 +860,6 @@ margin_right = 319.0 margin_bottom = 464.0 [node name="ViewportContainer2" type="ViewportContainer" parent="MenuAndUI/UI/CanvasAndTimeline/HViewportContainer"] -editor/display_folded = true visible = false margin_left = 345.0 margin_right = 686.0 @@ -898,7 +894,6 @@ margin_right = 4.0 margin_bottom = 71.0 [node name="AnimationContainer" type="HBoxContainer" parent="MenuAndUI/UI/CanvasAndTimeline/AnimationTimeline"] -editor/display_folded = true anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 15.0 @@ -1110,7 +1105,6 @@ margin_right = 689.0 margin_bottom = 139.0 [node name="LayerPanel" type="Panel" parent="MenuAndUI/UI"] -editor/display_folded = true margin_left = 928.0 margin_right = 1152.0 margin_bottom = 620.0 @@ -1140,30 +1134,33 @@ current = true zoom = Vector2( 0.15, 0.15 ) script = ExtResource( 16 ) -[node name="LayerLabel" type="Label" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] +[node name="HSeparator3" type="HSeparator" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] margin_top = 168.0 margin_right = 224.0 -margin_bottom = 183.0 +margin_bottom = 172.0 + +[node name="LayerLabel" type="Label" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] +margin_top = 176.0 +margin_right = 224.0 +margin_bottom = 191.0 size_flags_horizontal = 3 size_flags_vertical = 0 text = "Layers" align = 1 [node name="HSeparator" type="HSeparator" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] -margin_top = 187.0 -margin_right = 224.0 -margin_bottom = 191.0 - -[node name="LayerVBoxContainer" type="VBoxContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] -editor/display_folded = true margin_top = 195.0 margin_right = 224.0 -margin_bottom = 604.0 +margin_bottom = 199.0 + +[node name="LayerVBoxContainer" type="VBoxContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] +margin_top = 203.0 +margin_right = 224.0 +margin_bottom = 388.0 size_flags_vertical = 3 custom_constants/separation = 6 [node name="CenterLayerButtons" type="CenterContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/LayerVBoxContainer"] -editor/display_folded = true margin_right = 224.0 margin_bottom = 32.0 @@ -1228,9 +1225,10 @@ texture_normal = ExtResource( 37 ) texture_disabled = ExtResource( 38 ) [node name="ScrollLayers" type="ScrollContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/LayerVBoxContainer"] +editor/display_folded = true margin_top = 38.0 margin_right = 224.0 -margin_bottom = 409.0 +margin_bottom = 185.0 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -1239,71 +1237,67 @@ margin_right = 224.0 size_flags_horizontal = 3 [node name="PaletteLabel" type="Label" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] -visible = false -margin_top = 387.0 +margin_top = 392.0 margin_right = 224.0 -margin_bottom = 402.0 +margin_bottom = 407.0 size_flags_horizontal = 3 size_flags_vertical = 0 text = "Palette" align = 1 [node name="HSeparator2" type="HSeparator" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] -visible = false -margin_top = 405.0 +margin_top = 411.0 margin_right = 224.0 -margin_bottom = 409.0 +margin_bottom = 415.0 -[node name="PaletteButtons" type="HBoxContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] -editor/display_folded = true -visible = false -margin_top = 412.0 -margin_right = 224.0 -margin_bottom = 444.0 -size_flags_horizontal = 3 - -[node name="AddPalette" type="TextureButton" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteButtons"] -margin_right = 32.0 -margin_bottom = 32.0 -texture_normal = ExtResource( 29 ) - -[node name="RemovePalette" type="TextureButton" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteButtons"] -margin_left = 36.0 -margin_right = 68.0 -margin_bottom = 32.0 -texture_normal = ExtResource( 30 ) - -[node name="OptionButton" type="OptionButton" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteButtons"] -margin_left = 72.0 -margin_right = 187.0 -margin_bottom = 32.0 -size_flags_horizontal = 3 - -[node name="EditPalette" type="Button" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteButtons"] -margin_left = 191.0 -margin_right = 224.0 -margin_bottom = 32.0 -text = "Edit" - -[node name="ScrollPalette" type="ScrollContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] -editor/display_folded = true -visible = false -margin_top = 447.0 +[node name="PaletteVBoxContainer" type="VBoxContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc"] +margin_top = 419.0 margin_right = 224.0 margin_bottom = 604.0 size_flags_horizontal = 3 size_flags_vertical = 3 -[node name="PaletteContainer" type="GridContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/ScrollPalette"] +[node name="PaletteButtons" type="HBoxContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer"] +editor/display_folded = true +margin_right = 224.0 +margin_bottom = 32.0 +size_flags_horizontal = 3 + +[node name="AddPalette" type="TextureButton" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer/PaletteButtons"] +margin_right = 32.0 +margin_bottom = 32.0 +texture_normal = ExtResource( 29 ) + +[node name="RemovePalette" type="TextureButton" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer/PaletteButtons"] +margin_left = 36.0 +margin_right = 68.0 +margin_bottom = 32.0 +texture_normal = ExtResource( 30 ) + +[node name="OptionButton" type="OptionButton" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer/PaletteButtons"] +margin_left = 72.0 +margin_right = 187.0 +margin_bottom = 32.0 +size_flags_horizontal = 3 + +[node name="EditPalette" type="Button" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer/PaletteButtons"] +margin_left = 191.0 +margin_right = 224.0 +margin_bottom = 32.0 +text = "Edit" + +[node name="ScrollPalette" type="ScrollContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer"] +margin_top = 36.0 +margin_right = 224.0 +margin_bottom = 185.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 + +[node name="PaletteContainer" type="GridContainer" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/PaletteVBoxContainer/ScrollPalette"] margin_right = 224.0 size_flags_horizontal = 3 -columns = 5 - -[node name="PaletteButton" type="Button" parent="MenuAndUI/UI/LayerPanel/LayersAndMisc/ScrollPalette/PaletteContainer"] -margin_right = 22.0 -margin_bottom = 22.0 -rect_min_size = Vector2( 22, 22 ) -icon = SubResource( 18 ) +columns = 8 +script = ExtResource( 39 ) [node name="BrushesPopup" type="Popup" parent="."] editor/display_folded = true @@ -1329,7 +1323,7 @@ scroll_horizontal_enabled = false [node name="FileBrushContainer" type="GridContainer" parent="BrushesPopup/TabContainer/File"] columns = 5 -[node name="PixelBrushButton" parent="BrushesPopup/TabContainer/File/FileBrushContainer" instance=ExtResource( 39 )] +[node name="PixelBrushButton" parent="BrushesPopup/TabContainer/File/FileBrushContainer" instance=ExtResource( 40 )] hint_tooltip = "Pixel brush" [node name="Project" type="ScrollContainer" parent="BrushesPopup/TabContainer"] @@ -1358,8 +1352,8 @@ hint_tooltip = "SPLITSCREEN_HT" mouse_default_cursor_shape = 2 size_flags_vertical = 0 toggle_mode = true -texture_normal = ExtResource( 40 ) -texture_pressed = ExtResource( 41 ) +texture_normal = ExtResource( 41 ) +texture_pressed = ExtResource( 42 ) [node name="CreateNewImage" type="ConfirmationDialog" parent="."] editor/display_folded = true @@ -1436,8 +1430,8 @@ resizable = true mode = 0 access = 2 filters = PoolStringArray( "*.pxo ; Pixelorama Project" ) -current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama" -current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/" +current_dir = "D:/GitHub/Pixelorama" +current_path = "D:/GitHub/Pixelorama/" [node name="SaveSprite" type="FileDialog" parent="."] anchor_left = 0.5 @@ -1452,8 +1446,8 @@ window_title = "Save Sprite as .pxo" resizable = true access = 2 filters = PoolStringArray( "*.pxo ; Pixelorama Project" ) -current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama" -current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/" +current_dir = "D:/GitHub/Pixelorama" +current_path = "D:/GitHub/Pixelorama/" [node name="ImportSprites" type="FileDialog" parent="."] margin_right = 515.0 @@ -1463,8 +1457,8 @@ resizable = true mode = 1 access = 2 filters = PoolStringArray( "*.bmp ; BMP Image", "*.hdr ; Radiance HDR Image", "*.jpg,*.jpeg ; JPEG Image", "*.png ; PNG Image", "*.svg ; SVG Image", "*.tga ; TGA Image", "*.webp ; WebP Image" ) -current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama" -current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/" +current_dir = "D:/GitHub/Pixelorama" +current_path = "D:/GitHub/Pixelorama/" [node name="ExportSprites" type="FileDialog" parent="."] anchor_left = 0.5 @@ -1479,8 +1473,8 @@ window_title = "Export Sprite" resizable = true access = 2 filters = PoolStringArray( "*.png ; PNG Image" ) -current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama" -current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/" +current_dir = "D:/GitHub/Pixelorama" +current_path = "D:/GitHub/Pixelorama/" [node name="ScaleImage" type="ConfirmationDialog" parent="."] editor/display_folded = true @@ -1582,7 +1576,7 @@ margin_left = 61.0 margin_right = 142.0 margin_bottom = 21.0 text = "System Language" -items = [ "System Language", null, false, 0, null, "Greek [el]", null, false, 1, null, "English [en]", null, false, 2, null, "French [fr]", null, false, 3, null ] +items = [ "System Language", null, false, 0, null, "Greek [el]", null, false, 1, null, "English [en]", null, false, 2, null ] selected = 0 [node name="GridOptionsLabel" type="Label" parent="PreferencesDialog/VBoxContainer"] @@ -1646,7 +1640,7 @@ editor/display_folded = true margin_right = 284.0 margin_bottom = 186.0 window_title = "About Pixelorama" -script = ExtResource( 42 ) +script = ExtResource( 43 ) [node name="AboutUI" type="VBoxContainer" parent="AboutDialog"] margin_left = 8.0 diff --git a/Prefabs/PaletteButton.tscn b/Prefabs/PaletteButton.tscn new file mode 100644 index 0000000..647eedd --- /dev/null +++ b/Prefabs/PaletteButton.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=6 format=2] + +[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_hover.tres" type="StyleBox" id=1] +[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_pressedr.tres" type="StyleBox" id=2] +[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_normal.tres" type="StyleBox" id=3] +[ext_resource path="res://Assets/Graphics/Palette/palette_button_fill.png" type="Texture" id=4] + +[sub_resource type="ImageTexture" id=1] + +[node name="PaletteButton" type="Button"] +margin_right = 22.0 +margin_bottom = 22.0 +rect_min_size = Vector2( 22, 22 ) +custom_styles/hover = ExtResource( 1 ) +custom_styles/pressed = ExtResource( 2 ) +custom_styles/normal = ExtResource( 3 ) +icon = SubResource( 1 ) + +[node name="NinePatchRect" type="NinePatchRect" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 1.0 +margin_top = 1.0 +margin_right = -1.0 +margin_bottom = -1.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +texture = ExtResource( 4 ) +patch_margin_left = 2 +patch_margin_top = 2 +patch_margin_right = 2 +patch_margin_bottom = 2 diff --git a/Scripts/PaletteContainer.gd b/Scripts/PaletteContainer.gd new file mode 100644 index 0000000..f6262e1 --- /dev/null +++ b/Scripts/PaletteContainer.gd @@ -0,0 +1,61 @@ +extends GridContainer + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + +var palette_button = load("res://Prefabs/PaletteButton.tscn"); + +var default_palette = [ + Color("#FF000000"), + Color("#FF222034"), + Color("#FF45283c"), + Color("#FF663931"), + Color("#FF8f563b"), + Color("#FFdf7126"), + Color("#FFd9a066"), + Color("#FFeec39a"), + Color("#FFfbf236"), + Color("#FF99e550"), + Color("#FF6abe30"), + Color("#FF37946e"), + Color("#FF4b692f"), + Color("#FF524b24"), + Color("#FF323c39"), + Color("#FF3f3f74"), + Color("#FF306082"), + Color("#FF5b6ee1"), + Color("#FF639bff"), + Color("#FF5fcde4"), + Color("#FFcbdbfc"), + Color("#FFffffff"), + Color("#FF9badb7"), + Color("#FF847e87"), + Color("#FF696a6a"), + Color("#FF595652"), + Color("#FF76428a"), + Color("#FFac3232"), + Color("#FFd95763"), + Color("#FFd77bba"), + Color("#FF8f974a"), + Color("#FF8a6f30") +] + +# Called when the node enters the scene tree for the first time. +func _ready(): + var index = 0 + for color in default_palette: + var new_button = palette_button.instance() + new_button.get_child(0).modulate = color + new_button.connect("pressed", self, "_on_color_select", [index]) + add_child(new_button) + index += 1 + pass # Replace with function body. + +func _on_color_select(index): + Global.left_color_picker.color = default_palette[index] + pass + +# Called every frame. 'delta' is the elapsed time since the previous frame. +#func _process(delta): +# pass diff --git a/Themes & Styles/Main Theme.tres b/Themes & Styles/Main Theme.tres index 3b36cdb..1705ef9 100644 --- a/Themes & Styles/Main Theme.tres +++ b/Themes & Styles/Main Theme.tres @@ -4,3 +4,5 @@ [resource] default_font = ExtResource( 1 ) +GridContainer/constants/hseparation = 0 +GridContainer/constants/vseparation = 0 diff --git a/Themes & Styles/StyleBoxes/palette_stylebox_hover.tres b/Themes & Styles/StyleBoxes/palette_stylebox_hover.tres new file mode 100644 index 0000000..68e4c4d --- /dev/null +++ b/Themes & Styles/StyleBoxes/palette_stylebox_hover.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=2] + +[ext_resource path="res://Assets/Graphics/Palette/palette_button.png" type="Texture" id=1] + +[resource] +texture = ExtResource( 1 ) +region_rect = Rect2( 0, 0, 8, 8 ) +margin_left = 2.0 +margin_right = 2.0 +margin_top = 2.0 +margin_bottom = 2.0 +modulate_color = Color( 1, 0.537255, 0, 1 ) diff --git a/Themes & Styles/StyleBoxes/palette_stylebox_normal.tres b/Themes & Styles/StyleBoxes/palette_stylebox_normal.tres new file mode 100644 index 0000000..859d244 --- /dev/null +++ b/Themes & Styles/StyleBoxes/palette_stylebox_normal.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=2] + +[ext_resource path="res://Assets/Graphics/Palette/palette_button.png" type="Texture" id=1] + +[resource] +texture = ExtResource( 1 ) +region_rect = Rect2( 0, 0, 8, 8 ) +margin_left = 2.0 +margin_right = 2.0 +margin_top = 2.0 +margin_bottom = 2.0 +modulate_color = Color( 0, 0, 0, 1 ) diff --git a/Themes & Styles/StyleBoxes/palette_stylebox_pressedr.tres b/Themes & Styles/StyleBoxes/palette_stylebox_pressedr.tres new file mode 100644 index 0000000..607276e --- /dev/null +++ b/Themes & Styles/StyleBoxes/palette_stylebox_pressedr.tres @@ -0,0 +1,12 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=2] + +[ext_resource path="res://Assets/Graphics/Palette/palette_button.png" type="Texture" id=1] + +[resource] +texture = ExtResource( 1 ) +region_rect = Rect2( 0, 0, 8, 8 ) +margin_left = 2.0 +margin_right = 2.0 +margin_top = 2.0 +margin_bottom = 2.0 +modulate_color = Color( 1, 0, 0, 1 ) From f085768d152102814ab79cba2d0bb29263f7784d Mon Sep 17 00:00:00 2001 From: CheetoHead Date: Sat, 14 Dec 2019 18:23:20 -0500 Subject: [PATCH 2/2] Added default palette --- .../adigunpolack-palettes/aap-64.gpl | 70 ----- .../adigunpolack-palettes/aap-micro12.gpl | 23 -- .../adigunpolack-palettes/aap-radiantxv.gpl | 21 -- .../adigunpolack-palettes/aap-splendor128.gpl | 139 ---------- .../adigunpolack-palettes/package.json | 20 -- .../adigunpolack-palettes/simplejpc-16.gpl | 27 -- .../Default_Palettes/arne-palettes/a64.gpl | 22 -- .../Default_Palettes/arne-palettes/arne16.gpl | 21 -- .../Default_Palettes/arne-palettes/arne32.gpl | 37 --- .../arne-palettes/cg-arne.gpl | 21 -- .../arne-palettes/copper-tech.gpl | 22 -- .../arne-palettes/cpc-boy.gpl | 38 --- .../arne-palettes/eroge-copper.gpl | 22 -- .../Default_Palettes/arne-palettes/jmp.gpl | 22 -- .../arne-palettes/package.json | 23 -- .../arne-palettes/psygnosia.gpl | 22 -- .../davitmasia-palettes/matriax8c.gpl | 13 - .../davitmasia-palettes/package.json | 16 -- .../dawnbringer-palettes/db16.gpl | 21 -- .../dawnbringer-palettes/db32.gpl | 37 --- .../dawnbringer-palettes/package.json | 17 -- .../endesga-palettes/arq16.gpl | 21 -- .../endesga-palettes/arq4.gpl | 9 - .../endesga-palettes/edg16.gpl | 21 -- .../endesga-palettes/edg32.gpl | 37 --- .../endesga-palettes/edg8.gpl | 13 - .../Default_Palettes/endesga-palettes/en4.gpl | 9 - .../endesga-palettes/enos16.gpl | 21 -- .../endesga-palettes/package.json | 22 -- .../hardware-palettes/apple-ii.gpl | 18 -- .../hardware-palettes/atari2600-ntsc.gpl | 258 ----------------- .../hardware-palettes/atari2600-pal.gpl | 130 --------- .../hardware-palettes/cga.gpl | 18 -- .../hardware-palettes/cga0.gpl | 6 - .../hardware-palettes/cga0hi.gpl | 6 - .../hardware-palettes/cga1.gpl | 6 - .../hardware-palettes/cga1hi.gpl | 6 - .../hardware-palettes/cga3rd.gpl | 6 - .../hardware-palettes/cga3rdhi.gpl | 6 - .../hardware-palettes/commodore-plus4.gpl | 130 --------- .../hardware-palettes/commodore-vic20.gpl | 18 -- .../hardware-palettes/commodore64.gpl | 18 -- .../hardware-palettes/cpc.gpl | 31 --- .../hardware-palettes/gameboy-color-type1.gpl | 41 --- .../hardware-palettes/gameboy.gpl | 6 - .../hardware-palettes/master-system.gpl | 67 ----- .../hardware-palettes/nes-ntsc.gpl | 58 ---- .../hardware-palettes/nes.gpl | 58 ---- .../hardware-palettes/package.json | 37 --- .../hardware-palettes/teletext.gpl | 10 - .../hardware-palettes/vga-13h.gpl | 261 ------------------ .../hardware-palettes/virtualboy.gpl | 9 - .../hardware-palettes/zx-spectrum.gpl | 20 -- .../hyohnoo-palettes/mail24.gpl | 29 -- .../hyohnoo-palettes/package.json | 16 -- .../javierguerrero-palettes/nyx8.gpl | 13 - .../javierguerrero-palettes/package.json | 16 -- .../pico8-palette/package.json | 16 -- .../Default_Palettes/pico8-palette/pico-8.gpl | 21 -- .../pinetreepizza-palettes/bubblegum-16.gpl | 21 -- .../pinetreepizza-palettes/package.json | 17 -- .../pinetreepizza-palettes/rosy-42.gpl | 47 ---- .../software-palettes/google-ui.gpl | 156 ----------- .../software-palettes/monokai.gpl | 15 - .../software-palettes/package.json | 21 -- .../software-palettes/smile-basic.gpl | 22 -- .../software-palettes/solarized.gpl | 20 -- .../software-palettes/web-safe-colors.gpl | 222 --------------- .../software-palettes/win16.gpl | 18 -- .../software-palettes/x11.gpl | 141 ---------- .../zughy-palettes/package.json | 16 -- .../zughy-palettes/zughy-32.gpl | 37 --- 72 files changed, 2895 deletions(-) delete mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl delete mode 100644 Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json delete mode 100644 Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl deleted file mode 100644 index c4a4b7d..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-64.gpl +++ /dev/null @@ -1,70 +0,0 @@ -GIMP Palette -#Palette Name: AAP-64 -#Description: Created by Adigun Polack -#Colors: 64 -#https://twitter.com/AdigunPolack -#http://pixeljoint.com/pixelart/119466.htm -6 6 8 #060608 -20 16 19 #141013 -59 23 37 #3b1725 -115 23 45 #73172d -180 32 42 #b4202a -223 62 35 #df3e23 -250 106 10 #fa6a0a -249 163 27 #f9a31b -255 213 65 #ffd541 -255 252 64 #fffc40 -214 242 100 #d6f264 -156 219 67 #9cdb43 -89 193 53 #59c135 -20 160 46 #14a02e -26 122 62 #1a7a3e -36 82 59 #24523b -18 32 32 #122020 -20 52 100 #143464 -40 92 196 #285cc4 -36 159 222 #249fde -32 214 199 #20d6c7 -166 252 219 #a6fcdb -255 255 255 #ffffff -254 243 192 #fef3c0 -250 214 184 #fad6b8 -245 160 151 #f5a097 -232 106 115 #e86a73 -188 74 155 #bc4a9b -121 58 128 #793a80 -64 51 83 #403353 -36 34 52 #242234 -34 28 26 #221c1a -50 43 40 #322b28 -113 65 59 #71413b -187 117 71 #bb7547 -219 164 99 #dba463 -244 210 156 #f4d29c -218 224 234 #dae0ea -179 185 209 #b3b9d1 -139 147 175 #8b93af -109 117 141 #6d758d -74 84 98 #4a5462 -51 57 65 #333941 -66 36 51 #422433 -91 49 56 #5b3138 -142 82 82 #8e5252 -186 117 106 #ba756a -233 181 163 #e9b5a3 -227 230 255 #e3e6ff -185 191 251 #b9bffb -132 155 228 #849be4 -88 141 190 #588dbe -71 125 133 #477d85 -35 103 78 #23674e -50 132 100 #328464 -93 175 141 #5daf8d -146 220 186 #92dcba -205 247 226 #cdf7e2 -228 210 170 #e4d2aa -199 176 139 #c7b08b -160 134 98 #a08662 -121 103 85 #796755 -90 78 68 #5a4e44 -66 57 52 #423934 diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl deleted file mode 100644 index 8594678..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-micro12.gpl +++ /dev/null @@ -1,23 +0,0 @@ -GIMP Palette -# ------------------------------------------------------ -# T h e A A P - M i c r o 1 2 P a l e t t e -# ------------------------------------------------------ -# Created by Adigun Azikiwe Polack. -# (c)2018 Adigun Azikiwe Polack. All Rights Reserved. -# ------------------------------------------------------ -# -# https://twitter.com/AdigunPolack -# http://pixeljoint.com/pixelart/121151.htm -# - 4 3 3 Rich Black (FOGRA39) - 28 22 24 Eerie Black - 71 65 107 Independence -108 140 80 Palm Leaf -227 210 69 Sandstorm -216 128 56 Bronze -161 61 59 Smoky Topaz - 78 40 46 Acajou -154 64 126 Magenta Haze -240 212 114 Hansa Yellow -249 245 239 Seashell -138 143 196 Ube \ No newline at end of file diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl deleted file mode 100644 index 35765f4..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-radiantxv.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# AAP-RadiantXV -# Created by Adigun Polack for the PixelJoint 15 Color Palette Competition -# https://twitter.com/adigunpolack -# -7 5 5 #070505 -33 25 25 #211919 -82 58 42 #523a2a -138 107 62 #8a6b3e -193 156 77 #c19c4d -234 219 116 #eadb74 -160 179 53 #a0b335 -83 124 68 #537c44 -66 60 86 #423c56 -89 111 175 #596faf -107 185 182 #6bb9b6 -184 170 176 #b8aab0 -121 112 126 #79707e -87 98 122 #57627a -148 91 40 #945b28 diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl deleted file mode 100644 index 0d9842a..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/aap-splendor128.gpl +++ /dev/null @@ -1,139 +0,0 @@ -GIMP Palette -# -------------------------------------------------------- -# T h e A A P - S p l e n d o r 1 2 8 P a l e t t e -# -------------------------------------------------------- -# Created by Adigun Azikiwe Polack. -# (c)2018 Adigun Azikiwe Polack. All Rights Reserved. -# -------------------------------------------------------- -# -# https://twitter.com/AdigunPolack -# http://pixeljoint.com/pixelart/120714.htm -# - 5 4 3 Rich Black (FOGRA39) - 14 12 12 Smoky Black - 45 27 30 Grape Black - 97 39 33 Caput Mortuum -185 69 29 Rust -241 100 31 Vivid Vermilion -252 165 112 Light Salmon -255 224 183 Peach Puff -255 255 255 White -255 240 137 Yellow (Crayola) -248 197 58 Saffron -232 138 54 Cadmium Orange -176 91 44 Ruddy Brown -103 57 49 Van Dyke Brown - 39 31 27 Dark Bistre - 76 61 46 Muddy Taupe -133 95 57 Coyote Brown -211 151 65 Peru -248 246 68 Maximum Yellow -213 220 29 Yellowish Pear -173 184 52 Android Green -127 142 68 Withering Palm Leaf - 88 99 53 Deep Yellowish Spring Bud - 51 60 36 Kombu Green - 24 28 25 Eerie Dark Green - 41 63 33 Spring Leather Night Jacket - 71 114 56 Spring Fern - 97 165 63 Spring Palm Leaf -143 208 50 Yellow-Green -196 241 41 Pear -208 255 234 Aero Blue -151 237 202 Pale Robin Egg Blue - 89 207 147 Ocean Green - 66 164 89 Middle Green - 61 111 67 Fern Green - 39 65 45 Withered Leather Jacket - 20 18 29 Eerie Dark Blue - 27 36 71 Yankees Blue - 43 78 149 B'dazzled Blue - 39 137 205 Cyan Cornflower Blue - 66 191 232 Picton Blue -115 239 232 Medium Sky Blue -241 242 255 Alice Blue -201 212 253 Periwinkle -138 161 246 Jordy Blue - 69 114 227 Royal Blue - 73 65 130 Dark Slate Blue -120 100 198 Toolbox -156 139 219 Medium Purple -206 170 237 Bright Ube -250 214 255 Pink Lace -238 181 156 Pale Pink -212 128 187 Middle Purple -144 82 188 Deep Lilac - 23 21 22 Licorice - 55 51 52 Jet Taupe -105 91 89 Wenge -178 139 120 Light Taupe -226 178 126 Middle Yellow Red -246 216 150 Tuscan -252 247 190 Blond -236 235 231 Alabaster -203 198 193 Pale Silver -166 158 154 Quick Silver -128 123 122 Trolley Grey - 89 87 87 Davy's Grey - 50 50 50 Jet Grey - 79 52 47 Acajou -140 91 62 Coconut -198 133 86 Deer -214 168 81 Indian Yellow -180 117 56 Copper -114 75 44 Tuscan Brown - 69 42 27 Brown Bistre - 97 104 58 Deep Tan Spring Bud -147 148 70 Dark Tan -198 184 88 Vegas Gold -239 221 145 Light Khaki -181 231 203 Magic Mint -134 198 154 Eton Blue - 93 155 121 Shiny Shamrock - 72 104 89 Feldgrau - 44 59 57 Gunmetal Teal - 23 24 25 Eerie Black - 44 52 56 Gunmetal Turquoise - 70 84 86 Davy's Teal -100 135 140 Steel Teal -138 196 195 Pearl Aqua -175 233 223 Powder Blue -220 234 238 Azureish White -184 204 216 Light Steel Blue -136 163 188 Pewter Blue - 94 113 142 UCLA Blue - 72 82 98 Independence Blue - 40 44 60 Gunmetal Blue - 70 71 98 Independence Blue-Gray -105 102 130 Dark Blue-Gray -154 151 185 Manatee -197 199 221 Lavender Gray -230 231 240 Glitter -238 230 234 Isabelline -227 205 223 Queen Pink -191 165 201 Lilac -135 115 143 Pomp And Power - 86 79 91 Davy's Lavender - 50 47 53 Jet Lavender - 54 40 43 Burgundy Bistre -101 73 86 Deep Fuchsia Wenge -150 104 136 Antique Fuchsia -192 144 169 Opera Mauve -212 184 184 Pale Magenta -234 224 221 Platinum Pink -241 235 219 Eggshell -221 206 191 Dust Storm -189 164 153 Tuscany -136 110 106 Shadow - 89 77 77 Dark Liver - 51 39 42 Dark Mahogany-Violet -178 148 118 Light Tanned Taupe -225 191 137 Pale Gold -248 227 152 Flavescent -255 233 227 Misty Rose -253 201 201 Bubble Gum -246 162 168 Mauvelous -226 114 133 Tango Pink -178 82 102 China Rose -100 54 75 Wine Dregs - 42 30 35 Raisin Black diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json deleted file mode 100644 index 0a7e173..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "adigunpolack-palettes", - "displayName": "Adigun A. Polack Palettes", - "description": "Palettes created by Adigun A. Polack", - "version": "1.0", - "author": { "name": "Adigun A. Polack", "url": "https://twitter.com/AdigunPolack" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "AAP-64", "path": "./aap-64.gpl" }, - { "id": "AAP-Micro12", "path": "./aap-micro12.gpl" }, - { "id": "AAP-Splendor128", "path": "./aap-splendor128.gpl" }, - { "id": "AAP-RadiantXV", "path": "./aap-radiantxv.gpl" }, - { "id": "SimpleJPC-16", "path": "./simplejpc-16.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl b/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl deleted file mode 100644 index 1e02b46..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/adigunpolack-palettes/simplejpc-16.gpl +++ /dev/null @@ -1,27 +0,0 @@ -GIMP Palette -# ------------------------------------------------------ -# S i m p l e J P C - 1 6 P a l e t t e -# ------------------------------------------------------ -# Created by Adigun Azikiwe Polack. -# (c)2018 Adigun Azikiwe Polack. All Rights Reserved. -# ------------------------------------------------------ -# -# https://twitter.com/AdigunPolack -# http://pixeljoint.com/pixelart/119844.htm -# - 5 4 3 Rich Black (FOGRA39) - 34 31 49 Raisin Black - 84 53 22 Cafe Noir -155 110 45 Metallic Sunburst -225 176 71 Sunray -245 238 155 Flavescent -254 254 254 White -139 225 224 Pale Robin Egg Blue -124 194 100 Mantis -103 143 203 Livid - 49 111 35 Mughal Green - 64 74 104 Independence -161 77 63 Reddish Coconut -165 104 212 Rich Lavender -154 147 183 Glossy Grape -234 145 130 Dark Salmon diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl deleted file mode 100644 index e6226db..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/a64.gpl +++ /dev/null @@ -1,22 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# Based on the c64 palette -# - 0 0 0 Untitled - 49 58 145 Untitled - 76 52 53 Untitled -177 72 99 Untitled - 72 84 84 Untitled -118 85 162 Untitled -146 86 43 Untitled -131 133 207 Untitled -128 128 120 Untitled - 80 148 80 Untitled -205 147 115 Untitled -143 191 213 Untitled -156 171 177 Untitled -187 200 64 Untitled -156 204 71 Untitled -237 230 200 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl deleted file mode 100644 index f1123ec..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne16.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# - 0 0 0 black, void -157 157 157 grey, gray, ash -255 255 255 white, blind -190 38 51 red, bloodred -224 111 139 pink, pigmeat - 73 60 43 dbrown, darkbrown, oldpoop -164 100 34 brown, newpoop -235 137 49 orange, blaze -247 226 107 yellow, zornskin - 47 72 78 green, leafgreen - 68 137 26 dgreen, darkgreen, shadegreen -163 206 39 green, lightgreen, slimegreen - 27 38 50 nblue, nightblue - 0 87 132 dblue, darkblue, seablue, oceanblue - 49 162 242 blue, skyblue -178 220 239 lblue, lightblue, cloudblue diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl deleted file mode 100644 index 1d02257..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/arne32.gpl +++ /dev/null @@ -1,37 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# - 0 0 0 Untitled -157 157 157 Untitled -255 255 255 Untitled -190 38 51 Untitled -224 111 139 Untitled - 73 60 43 Untitled -164 100 34 Untitled -235 137 49 Untitled -247 226 107 Untitled - 47 72 78 Untitled - 68 137 26 Untitled -163 206 39 Untitled - 27 38 50 Untitled - 0 87 132 Untitled - 49 162 242 Untitled -178 220 239 Untitled - 52 42 151 Untitled -101 109 113 Untitled -204 204 204 Untitled -115 41 48 Untitled -203 67 167 Untitled - 82 79 64 Untitled -173 157 51 Untitled -236 71 0 Untitled -250 180 11 Untitled - 17 94 51 Untitled - 20 128 126 Untitled - 21 194 165 Untitled - 34 90 246 Untitled -153 100 249 Untitled -247 142 214 Untitled -244 185 144 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl deleted file mode 100644 index 38f0c31..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cg-arne.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# - 0 0 0 Untitled - 34 52 209 Untitled - 12 126 69 Untitled - 68 170 204 Untitled -138 54 34 Untitled - 92 46 120 Untitled -170 92 61 Untitled -181 181 181 Untitled - 94 96 110 Untitled - 76 129 251 Untitled -108 217 71 Untitled -123 226 249 Untitled -235 138 96 Untitled -226 61 105 Untitled -255 217 63 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl deleted file mode 100644 index 55c51f0..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/copper-tech.gpl +++ /dev/null @@ -1,22 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# A cold-warm ramp palette, more focused on tech. RGB extras. -# - 38 33 68 Untitled - 22 81 221 Untitled -137 137 137 Untitled - 53 82 120 Untitled - 96 116 138 Untitled -145 217 243 Untitled - 90 168 178 Untitled -110 169 44 Untitled -191 181 136 Untitled -244 205 114 Untitled -197 136 67 Untitled -158 91 71 Untitled -220 57 45 Untitled - 95 67 81 Untitled -255 255 255 Untitled - 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl deleted file mode 100644 index 1db78a9..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/cpc-boy.gpl +++ /dev/null @@ -1,38 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# Inspired by the Armstrad CPC palette with a Gameboy screen gradient added. -# - 0 0 0 Untitled - 27 27 118 Untitled - 54 54 216 Untitled -118 31 40 Untitled - 98 56 112 Untitled -149 62 167 Untitled -204 54 54 Untitled -206 75 122 Untitled -227 102 154 Untitled - 27 118 27 Untitled - 25 127 150 Untitled - 25 134 242 Untitled -140 110 26 Untitled -142 142 142 Untitled -156 158 231 Untitled -228 142 42 Untitled -234 165 151 Untitled -254 128 254 Untitled - 84 191 71 Untitled - 55 199 159 Untitled - 53 207 228 Untitled -141 216 54 Untitled -184 209 181 Untitled -151 233 209 Untitled -237 212 70 Untitled -235 228 164 Untitled -255 255 255 Untitled -242 239 231 Untitled -186 195 117 Untitled -133 149 80 Untitled - 72 93 72 Untitled - 41 57 65 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl deleted file mode 100644 index 85f0a94..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/eroge-copper.gpl +++ /dev/null @@ -1,22 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# This palette is made for Eroge games and cold-warm ramp games like Xenon II, Killing Gameshow, Paradroid 90. Because of the Eroge focus, I've included two warm / skin tone ramps. The green should ramp into the dark teal. -# -125 56 64 Untitled - 13 8 13 Untitled - 42 35 73 Untitled - 65 128 160 Untitled - 50 83 95 Untitled -116 173 187 Untitled -123 178 78 Untitled -255 249 228 Untitled -190 187 178 Untitled -251 223 155 Untitled -240 189 119 Untitled -197 145 84 Untitled -130 91 49 Untitled -232 153 115 Untitled -193 108 91 Untitled - 79 43 36 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl deleted file mode 100644 index d25e756..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/jmp.gpl +++ /dev/null @@ -1,22 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# Japanese Machine Palette, inspired by the MSX. -# - 0 0 0 Untitled - 25 16 40 Untitled - 70 175 69 Untitled -161 214 133 Untitled - 69 62 120 Untitled -118 100 254 Untitled -131 49 41 Untitled -158 194 232 Untitled -220 83 75 Untitled -225 141 121 Untitled -214 185 123 Untitled -233 216 161 Untitled - 33 108 75 Untitled -211 101 200 Untitled -175 170 185 Untitled -245 244 235 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json deleted file mode 100644 index 2f4f9f0..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl b/Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl deleted file mode 100644 index 1ba05e5..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/arne-palettes/psygnosia.gpl +++ /dev/null @@ -1,22 +0,0 @@ -GIMP Palette -# -# by Arne Niklas Jansson -# http://androidarts.com/palette/16pal.htm -# Inspired by the game Ork by Psygnosis -# -162 50 78 Untitled - 68 63 65 Untitled - 27 30 41 Untitled - 54 39 71 Untitled -100 100 124 Untitled - 81 108 191 Untitled -203 232 247 Untitled -158 164 167 Untitled - 0 51 8 Untitled - 8 74 60 Untitled - 84 106 0 Untitled - 82 82 76 Untitled -115 97 80 Untitled -119 120 91 Untitled -224 139 121 Untitled - 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl b/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl deleted file mode 100644 index cf20dd5..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/matriax8c.gpl +++ /dev/null @@ -1,13 +0,0 @@ -GIMP Palette -# -# by Davit Masia -# https://twitter.com/DavitMasia -# -240 240 220 Untitled -250 200 0 Untitled - 16 200 64 Untitled - 0 160 200 Untitled -210 64 64 Untitled -160 110 70 Untitled -115 100 100 Untitled - 16 24 32 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json deleted file mode 100644 index af55187..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/davitmasia-palettes/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "davitmasia-palettes", - "displayName": "Davit Masia Palettes", - "description": "Palettes contributed by Davit Masia", - "version": "1.0", - "author": { "name": "Davit Masia", "url": "https://twitter.com/DavitMasia" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "Matriax8c", "path": "./matriax8c.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl deleted file mode 100644 index 239acb6..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db16.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# by Richard "DawnBringer" Fhager -# http://pixeljoint.com/forum/forum_posts.asp?TID=12795 -# - 20 12 28 Untitled - 68 36 52 Untitled - 48 52 109 Untitled - 78 74 78 Untitled -133 76 48 Untitled - 52 101 36 Untitled -208 70 72 Untitled -117 113 97 Untitled - 89 125 206 Untitled -210 125 44 Untitled -133 149 161 Untitled -109 170 44 Untitled -210 170 153 Untitled -109 194 202 Untitled -218 212 94 Untitled -222 238 214 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl deleted file mode 100644 index 72ef8cf..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/db32.gpl +++ /dev/null @@ -1,37 +0,0 @@ -GIMP Palette -# -# by Richard "DawnBringer" Fhager -# http://pixeljoint.com/forum/forum_posts.asp?TID=16247 -# - 0 0 0 Untitled - 34 32 52 Untitled - 69 40 60 Untitled -102 57 49 Untitled -143 86 59 Untitled -223 113 38 Untitled -217 160 102 Untitled -238 195 154 Untitled -251 242 54 Untitled -153 229 80 Untitled -106 190 48 Untitled - 55 148 110 Untitled - 75 105 47 Untitled - 82 75 36 Untitled - 50 60 57 Untitled - 63 63 116 Untitled - 48 96 130 Untitled - 91 110 225 Untitled - 99 155 255 Untitled - 95 205 228 Untitled -203 219 252 Untitled -255 255 255 Untitled -155 173 183 Untitled -132 126 135 Untitled -105 106 106 Untitled - 89 86 82 Untitled -118 66 138 Untitled -172 50 50 Untitled -217 87 99 Untitled -215 123 186 Untitled -143 151 74 Untitled -138 111 48 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json deleted file mode 100644 index 09088c5..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/dawnbringer-palettes/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "dawnbringer-palettes", - "displayName": "Richard \"DawnBringer\" Fhager Palettes", - "description": "Palettes created by Richard \"DawnBringer\" Fhager", - "version": "1.0", - "author": { "name": "Richard Fhager", "url": "http://hem.fyristorg.com/dawnbringer/" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "DB16", "path": "./db16.gpl" }, - { "id": "DB32", "path": "./db32.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl deleted file mode 100644 index d84eb11..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq16.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -255 255 255 Untitled -255 209 157 Untitled -174 181 189 Untitled - 77 128 201 Untitled - 5 68 148 Untitled - 81 30 67 Untitled - 16 8 32 Untitled -130 62 44 Untitled -233 56 65 Untitled -241 137 45 Untitled -255 233 71 Untitled -255 169 169 Untitled -235 108 130 Untitled -125 62 191 Untitled - 30 138 76 Untitled - 90 225 80 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl deleted file mode 100644 index 84f053a..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/arq4.gpl +++ /dev/null @@ -1,9 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -255 255 255 Untitled -103 114 169 Untitled - 58 50 119 Untitled - 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl deleted file mode 100644 index 5b8d7c9..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg16.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -228 166 114 Birch -184 111 80 Oak -116 63 57 Pine - 63 40 50 Darkbark -158 40 53 Blood -229 59 68 Fabric -251 146 43 Candle -255 231 98 Glow - 99 198 77 Flora - 50 115 69 Moss - 25 61 63 Mold - 79 103 129 Iron -175 191 210 Aluminium -255 255 255 White - 44 232 244 Ion - 4 132 209 Archaeon diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl deleted file mode 100644 index d30fbb9..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg32.gpl +++ /dev/null @@ -1,37 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -190 74 47 Tetanus -216 118 68 Rust -234 212 170 Birch -228 166 114 Sap -184 111 80 Oak -116 63 57 Pine - 63 40 50 Darkbark -158 40 53 Blood -228 59 68 Fabric -247 118 34 Amber -254 174 52 Glow -254 231 97 Light - 99 199 77 Glade - 62 137 72 Flora - 38 92 66 Moss - 25 60 62 Mold - 18 78 137 Deep - 0 149 233 Archaeon - 44 232 245 Ion -255 255 255 White -192 203 220 Aluminium -139 155 180 Zinc - 90 105 136 Iron - 58 68 102 Steel - 38 43 68 Shade -255 0 68 Iiem - 24 20 37 Ink -104 56 108 Lilac -181 80 136 Petal -246 117 122 Peach -232 183 150 Skin -194 133 105 Shadeskin diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl deleted file mode 100644 index 2ac9dca..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/edg8.gpl +++ /dev/null @@ -1,13 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -253 253 248 Untitled -211 39 52 Untitled -218 125 34 Untitled -230 218 41 Untitled - 40 198 65 Untitled - 45 147 221 Untitled -123 83 173 Untitled - 27 28 51 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl deleted file mode 100644 index 1ade3da..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/en4.gpl +++ /dev/null @@ -1,9 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -251 247 243 Untitled -229 176 131 Untitled - 66 110 93 Untitled - 32 40 61 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl deleted file mode 100644 index 0a5d74b..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/enos16.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# By ENDESGA Studios -# https://twitter.com/ENDESGA -# -250 250 250 Untitled -212 212 212 Untitled -157 157 157 Untitled - 75 75 75 Untitled -249 211 129 Untitled -234 175 77 Untitled -249 147 138 Untitled -231 89 82 Untitled -154 209 249 Untitled - 88 174 238 Untitled -141 237 167 Untitled - 68 197 91 Untitled -195 167 225 Untitled -149 105 200 Untitled -186 181 170 Untitled -148 142 130 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json deleted file mode 100644 index acc847c..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/endesga-palettes/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl deleted file mode 100644 index 034ce5d..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/apple-ii.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -# - 0 0 0 Black -108 41 64 Magenta - 64 53 120 Dark Blue -217 60 240 Purple - 19 87 64 Dark Green -128 128 128 Grey #1 - 38 151 240 Medium Blue -191 180 248 Light Blue - 64 75 7 Brown -217 104 15 Orange -128 128 128 Grey #2 -236 168 191 Pink - 38 195 15 Green -191 202 135 Yellow -147 214 191 Aqua -255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl deleted file mode 100644 index a9d2dbb..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-ntsc.gpl +++ /dev/null @@ -1,258 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled - 68 68 0 Untitled -112 40 0 Untitled -132 24 0 Untitled -136 0 0 Untitled -120 0 92 Untitled - 72 0 120 Untitled - 20 0 132 Untitled - 0 0 136 Untitled - 0 24 124 Untitled - 0 44 92 Untitled - 0 64 44 Untitled - 0 60 0 Untitled - 20 56 0 Untitled - 44 48 0 Untitled - 68 40 0 Untitled - 64 64 64 Untitled -100 100 16 Untitled -132 68 20 Untitled -152 52 24 Untitled -156 32 32 Untitled -140 32 116 Untitled - 96 32 144 Untitled - 48 32 152 Untitled - 28 32 156 Untitled - 28 56 144 Untitled - 28 76 120 Untitled - 28 92 72 Untitled - 32 92 32 Untitled - 52 92 28 Untitled - 76 80 28 Untitled -100 72 24 Untitled -108 108 108 Untitled -132 132 36 Untitled -152 92 40 Untitled -172 80 48 Untitled -176 60 60 Untitled -160 60 136 Untitled -120 60 164 Untitled - 76 60 172 Untitled - 56 64 176 Untitled - 56 84 168 Untitled - 56 104 144 Untitled - 56 124 100 Untitled - 64 124 64 Untitled - 80 124 56 Untitled -104 112 52 Untitled -132 104 48 Untitled -144 144 144 Untitled -160 160 52 Untitled -172 120 60 Untitled -192 104 72 Untitled -192 88 88 Untitled -176 88 156 Untitled -140 88 184 Untitled -104 88 192 Untitled - 80 92 192 Untitled - 80 112 188 Untitled - 80 132 172 Untitled - 80 156 128 Untitled - 92 156 92 Untitled -108 152 80 Untitled -132 140 76 Untitled -160 132 68 Untitled -176 176 176 Untitled -184 184 64 Untitled -188 140 76 Untitled -208 128 92 Untitled -208 112 112 Untitled -192 112 176 Untitled -160 112 204 Untitled -124 112 208 Untitled -104 116 208 Untitled -104 136 204 Untitled -104 156 192 Untitled -104 180 148 Untitled -116 180 116 Untitled -132 180 104 Untitled -156 168 100 Untitled -184 156 88 Untitled -200 200 200 Untitled -208 208 80 Untitled -204 160 92 Untitled -224 148 112 Untitled -224 136 136 Untitled -208 132 192 Untitled -180 132 220 Untitled -148 136 224 Untitled -124 140 224 Untitled -124 156 220 Untitled -124 180 212 Untitled -124 208 172 Untitled -140 208 140 Untitled -156 204 124 Untitled -180 192 120 Untitled -208 180 108 Untitled -220 220 220 Untitled -232 232 92 Untitled -220 180 104 Untitled -236 168 128 Untitled -236 160 160 Untitled -220 156 208 Untitled -196 156 236 Untitled -168 160 236 Untitled -144 164 236 Untitled -144 180 236 Untitled -144 204 232 Untitled -144 228 192 Untitled -164 228 164 Untitled -180 228 144 Untitled -204 212 136 Untitled -232 204 124 Untitled -236 236 236 Untitled -252 252 104 Untitled -236 200 120 Untitled -252 188 148 Untitled -252 180 180 Untitled -236 176 224 Untitled -212 176 252 Untitled -188 180 252 Untitled -164 184 252 Untitled -164 200 252 Untitled -164 224 252 Untitled -164 252 212 Untitled -184 252 184 Untitled -200 252 164 Untitled -224 236 156 Untitled -252 224 140 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl deleted file mode 100644 index 7157dc8..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/atari2600-pal.gpl +++ /dev/null @@ -1,130 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled - 0 0 0 Untitled -128 88 0 Untitled - 68 92 0 Untitled -112 52 0 Untitled - 0 100 20 Untitled -112 0 20 Untitled - 0 92 92 Untitled -112 0 92 Untitled - 0 60 112 Untitled - 88 0 112 Untitled - 0 32 112 Untitled - 60 0 128 Untitled - 0 0 136 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 64 64 64 Untitled - 64 64 64 Untitled -148 112 32 Untitled - 92 120 32 Untitled -136 80 32 Untitled - 32 128 52 Untitled -136 32 52 Untitled - 32 116 116 Untitled -132 32 116 Untitled - 28 88 136 Untitled -108 32 136 Untitled - 28 60 136 Untitled - 84 32 148 Untitled - 32 32 156 Untitled - 64 64 64 Untitled - 64 64 64 Untitled -108 108 108 Untitled -108 108 108 Untitled -168 132 60 Untitled -116 144 60 Untitled -160 104 60 Untitled - 60 152 80 Untitled -160 60 80 Untitled - 60 140 140 Untitled -148 60 136 Untitled - 56 116 160 Untitled -128 60 160 Untitled - 56 88 160 Untitled -108 60 168 Untitled - 60 60 176 Untitled -108 108 108 Untitled -108 108 108 Untitled -144 144 144 Untitled -144 144 144 Untitled -188 156 88 Untitled -140 172 88 Untitled -180 132 88 Untitled - 88 176 108 Untitled -180 88 108 Untitled - 88 164 164 Untitled -168 88 156 Untitled - 80 140 180 Untitled -148 88 180 Untitled - 80 116 180 Untitled -128 88 188 Untitled - 88 88 192 Untitled -144 144 144 Untitled -144 144 144 Untitled -176 176 176 Untitled -176 176 176 Untitled -204 172 112 Untitled -160 192 112 Untitled -200 152 112 Untitled -112 196 132 Untitled -200 112 132 Untitled -112 184 184 Untitled -180 112 176 Untitled -104 164 200 Untitled -164 112 200 Untitled -104 136 200 Untitled -148 112 204 Untitled -112 112 208 Untitled -176 176 176 Untitled -176 176 176 Untitled -200 200 200 Untitled -200 200 200 Untitled -220 192 132 Untitled -176 212 132 Untitled -220 172 132 Untitled -132 216 156 Untitled -220 132 156 Untitled -132 200 200 Untitled -196 132 192 Untitled -124 184 220 Untitled -180 132 220 Untitled -124 160 220 Untitled -168 132 220 Untitled -132 132 224 Untitled -200 200 200 Untitled -200 200 200 Untitled -220 220 220 Untitled -220 220 220 Untitled -236 208 156 Untitled -192 232 156 Untitled -236 192 156 Untitled -156 232 180 Untitled -236 156 180 Untitled -156 220 220 Untitled -208 156 208 Untitled -144 204 236 Untitled -196 156 236 Untitled -144 180 236 Untitled -184 156 236 Untitled -156 156 236 Untitled -220 220 220 Untitled -220 220 220 Untitled -236 236 236 Untitled -236 236 236 Untitled -252 224 176 Untitled -212 252 176 Untitled -252 212 176 Untitled -176 252 200 Untitled -252 176 200 Untitled -176 236 236 Untitled -224 176 224 Untitled -164 224 252 Untitled -212 176 252 Untitled -164 200 252 Untitled -200 176 252 Untitled -176 176 252 Untitled -236 236 236 Untitled -236 236 236 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl deleted file mode 100644 index b58ff57..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 0 0 170 Blue - 0 170 0 Green - 0 170 170 Cyan -170 0 0 Red -170 0 170 Magenta -170 85 0 Brown -170 170 170 Light Gray - 85 85 85 Gray - 85 85 255 Light Blue - 85 255 85 Light Green - 85 255 255 Light Cyan -255 85 85 Light Red -255 85 255 Light Magenta -255 255 85 Yellow -255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl deleted file mode 100644 index 7b83518..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 0 170 0 Green -170 0 0 Red -170 85 0 Brown diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl deleted file mode 100644 index b7e5c66..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga0hi.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 85 255 85 Light Green -255 85 85 Light Red -255 255 85 Yellow diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl deleted file mode 100644 index 2eda9e0..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 0 170 170 Cyan -170 0 170 Magenta -170 170 170 Light Gray diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl deleted file mode 100644 index ae20fd8..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga1hi.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 85 255 255 Light Cyan -255 85 255 Light Magenta -255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl deleted file mode 100644 index 8e8c468..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rd.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 0 170 170 Cyan -170 0 0 Red -170 170 170 Light Gray diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl deleted file mode 100644 index 2f6cff9..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cga3rdhi.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# - 0 0 0 Black - 85 255 255 Light Cyan -255 85 85 Light Red -255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl deleted file mode 100644 index aff142d..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-plus4.gpl +++ /dev/null @@ -1,130 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled - 32 32 32 Untitled - 93 8 0 Untitled - 0 55 70 Untitled - 93 0 109 Untitled - 0 78 0 Untitled - 32 17 109 Untitled - 32 47 0 Untitled - 93 16 0 Untitled - 62 31 0 Untitled - 1 62 0 Untitled - 93 1 32 Untitled - 0 63 32 Untitled - 0 48 109 Untitled - 62 1 109 Untitled - 0 70 0 Untitled - 0 0 0 Untitled - 64 64 64 Untitled -125 40 25 Untitled - 3 87 102 Untitled -125 18 141 Untitled - 3 110 0 Untitled - 64 49 141 Untitled - 64 79 0 Untitled -125 48 0 Untitled - 94 63 0 Untitled - 33 94 0 Untitled -125 33 64 Untitled - 3 95 64 Untitled - 3 80 141 Untitled - 94 33 141 Untitled - 3 102 25 Untitled - 0 0 0 Untitled - 96 96 96 Untitled -156 72 57 Untitled - 35 119 134 Untitled -156 50 172 Untitled - 35 142 19 Untitled - 96 81 172 Untitled - 96 111 19 Untitled -156 80 19 Untitled -126 95 19 Untitled - 65 126 19 Untitled -156 65 96 Untitled - 35 127 96 Untitled - 35 112 172 Untitled -126 65 172 Untitled - 35 134 57 Untitled - 0 0 0 Untitled -128 128 128 Untitled -188 104 89 Untitled - 67 151 166 Untitled -188 82 204 Untitled - 67 173 51 Untitled -128 113 204 Untitled -128 142 51 Untitled -188 111 51 Untitled -158 127 51 Untitled - 97 158 51 Untitled -188 97 128 Untitled - 67 158 128 Untitled - 67 144 204 Untitled -158 97 204 Untitled - 67 166 89 Untitled - 0 0 0 Untitled -159 159 159 Untitled -220 136 121 Untitled - 99 183 198 Untitled -220 113 236 Untitled - 99 205 83 Untitled -159 144 236 Untitled -159 174 83 Untitled -220 143 83 Untitled -190 159 83 Untitled -129 190 83 Untitled -220 128 159 Untitled - 99 190 159 Untitled - 99 175 236 Untitled -190 129 236 Untitled - 99 198 121 Untitled - 0 0 0 Untitled -191 191 191 Untitled -252 168 153 Untitled -130 215 230 Untitled -252 145 255 Untitled -130 237 114 Untitled -191 176 255 Untitled -191 206 114 Untitled -252 175 114 Untitled -222 191 114 Untitled -161 222 114 Untitled -252 160 191 Untitled -130 222 191 Untitled -130 207 255 Untitled -222 161 255 Untitled -130 230 153 Untitled - 0 0 0 Untitled -223 223 223 Untitled -255 200 185 Untitled -162 247 255 Untitled -255 177 255 Untitled -162 255 146 Untitled -223 208 255 Untitled -223 238 146 Untitled -255 207 146 Untitled -254 223 146 Untitled -193 254 146 Untitled -255 192 223 Untitled -162 254 223 Untitled -162 239 255 Untitled -254 193 255 Untitled -162 255 185 Untitled - 0 0 0 Untitled -255 255 255 Untitled -255 232 217 Untitled -194 255 255 Untitled -255 209 255 Untitled -194 255 178 Untitled -255 240 255 Untitled -255 255 178 Untitled -255 239 178 Untitled -255 254 178 Untitled -225 255 178 Untitled -255 224 255 Untitled -194 255 255 Untitled -194 255 255 Untitled -255 225 255 Untitled -194 255 217 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl deleted file mode 100644 index 982fd4f..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore-vic20.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled -255 255 255 Untitled -120 41 34 Untitled -135 214 221 Untitled -170 95 182 Untitled - 26 130 38 Untitled - 64 49 141 Untitled -191 206 114 Untitled -170 116 73 Untitled -234 180 137 Untitled -184 105 98 Untitled -199 255 255 Untitled -234 159 246 Untitled -148 224 137 Untitled -128 113 204 Untitled -255 255 178 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl deleted file mode 100644 index 6c1cb3a..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/commodore64.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled -255 255 255 Untitled -136 57 50 Untitled -103 182 189 Untitled -139 63 150 Untitled - 85 160 73 Untitled - 64 49 141 Untitled -191 206 114 Untitled -139 84 41 Untitled - 87 66 0 Untitled -184 105 98 Untitled - 80 80 80 Untitled -120 120 120 Untitled -148 224 137 Untitled -120 105 196 Untitled -159 159 159 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl deleted file mode 100644 index 39bf653..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/cpc.gpl +++ /dev/null @@ -1,31 +0,0 @@ -GIMP Palette -# -# http://www.cpcwiki.eu/index.php/CPC_Palette -# - 0 0 0 Black - 0 0 128 Blue - 0 0 255 Bright Blue -128 0 0 Red -128 0 128 Magenta -128 0 255 Mauve -255 0 0 Bright Red -255 0 128 Purple -255 0 255 Bright Magenta - 0 128 0 Green - 0 128 128 Cyan - 0 128 255 Sky Blue -128 128 0 Yellow -128 128 128 White -128 128 255 Pastel Blue -255 128 0 Orange -255 128 128 Pink -255 128 255 Pastel Magenta - 0 255 0 Bright Green - 0 255 128 Sea Green - 0 255 255 Bright Cyan -128 255 0 Lime -128 255 128 Pastel Green -128 255 255 Pastel Cyan -255 255 0 Bright Yellow -255 255 128 Pastel Yellow -255 255 255 Bright White diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl deleted file mode 100644 index 6d33bd1..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy-color-type1.gpl +++ /dev/null @@ -1,41 +0,0 @@ -GIMP Palette -Name: Gameboy-color-type1 -# -0 0 0 Untitled -0 0 0 Untitled -255 173 99 Untitled -131 49 0 Untitled -255 255 255 Untitled -247 196 165 Untitled -123 255 48 Untitled -0 131 0 Untitled -101 164 155 Untitled -0 0 254 Untitled -255 133 132 Untitled -148 58 58 Untitled -230 0 0 Untitled -255 231 197 Untitled -206 156 133 Untitled -132 107 41 Untitled -91 49 91 Untitled -165 107 49 Untitled -100 165 255 Untitled -139 140 222 Untitled -83 82 140 Untitled -165 165 165 Untitled -82 82 82 Untitled -148 148 148 Untitled -254 148 148 Untitled -147 148 254 Untitled -255 255 165 Untitled -255 0 254 Untitled -255 255 0 Untitled -254 0 0 Untitled -125 73 0 Untitled -255 255 58 Untitled -58 40 2 Untitled -81 255 0 Untitled -255 66 0 Untitled -1 99 198 Untitled -0 132 134 Untitled -255 222 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl deleted file mode 100644 index 5db3e2b..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/gameboy.gpl +++ /dev/null @@ -1,6 +0,0 @@ -GIMP Palette -# -155 188 15 Untitled -139 172 15 Untitled - 48 98 48 Untitled - 15 56 15 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl deleted file mode 100644 index b6494b7..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/master-system.gpl +++ /dev/null @@ -1,67 +0,0 @@ -GIMP Palette -Columns: 16 -# - 0 0 0 Untitled - 85 0 0 Untitled -170 0 0 Untitled -255 0 0 Untitled - 0 85 0 Untitled - 85 85 0 Untitled -170 85 0 Untitled -255 85 0 Untitled - 0 170 0 Untitled - 85 170 0 Untitled -170 170 0 Untitled -255 170 0 Untitled - 0 255 0 Untitled - 85 255 0 Untitled -170 255 0 Untitled -255 255 0 Untitled - 0 0 85 Untitled - 85 0 85 Untitled -170 0 85 Untitled -255 0 85 Untitled - 0 85 85 Untitled - 85 85 85 Untitled -170 85 85 Untitled -255 85 85 Untitled - 0 170 85 Untitled - 85 170 85 Untitled -170 170 85 Untitled -255 170 85 Untitled - 0 255 85 Untitled - 85 255 85 Untitled -170 255 85 Untitled -255 255 85 Untitled - 0 0 170 Untitled - 85 0 170 Untitled -170 0 170 Untitled -255 0 170 Untitled - 0 85 170 Untitled - 85 85 170 Untitled -170 85 170 Untitled -255 85 170 Untitled - 0 170 170 Untitled - 85 170 170 Untitled -170 170 170 Untitled -255 170 170 Untitled - 0 255 170 Untitled - 85 255 170 Untitled -170 255 170 Untitled -255 255 170 Untitled - 0 0 255 Untitled - 85 0 255 Untitled -170 0 255 Untitled -255 0 255 Untitled - 0 85 255 Untitled - 85 85 255 Untitled -170 85 255 Untitled -255 85 255 Untitled - 0 170 255 Untitled - 85 170 255 Untitled -170 170 255 Untitled -255 170 255 Untitled - 0 255 255 Untitled - 85 255 255 Untitled -170 255 255 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl deleted file mode 100644 index 2826c63..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes-ntsc.gpl +++ /dev/null @@ -1,58 +0,0 @@ -GIMP Palette -# -254 255 255 Untitled -254 255 255 Untitled -160 160 160 Untitled - 82 82 82 Untitled -190 214 253 Untitled -105 158 252 Untitled - 30 74 157 Untitled - 1 26 81 Untitled -204 204 255 Untitled -137 135 255 Untitled - 56 55 188 Untitled - 15 15 101 Untitled -221 196 255 Untitled -174 118 255 Untitled - 88 40 184 Untitled - 35 6 99 Untitled -234 192 249 Untitled -206 109 241 Untitled -117 33 148 Untitled - 54 3 75 Untitled -242 193 223 Untitled -224 112 178 Untitled -132 35 92 Untitled - 64 4 38 Untitled -241 199 194 Untitled -222 124 112 Untitled -130 46 36 Untitled - 63 9 4 Untitled -232 208 170 Untitled -200 145 62 Untitled -111 63 0 Untitled - 50 19 0 Untitled -217 218 157 Untitled -166 167 37 Untitled - 81 82 0 Untitled - 31 32 0 Untitled -201 226 158 Untitled -129 186 40 Untitled - 49 99 0 Untitled - 11 42 0 Untitled -188 230 174 Untitled - 99 196 70 Untitled - 26 107 5 Untitled - 0 47 0 Untitled -180 229 199 Untitled - 84 193 125 Untitled - 14 105 46 Untitled - 0 46 10 Untitled -181 223 228 Untitled - 86 179 192 Untitled - 16 92 104 Untitled - 0 38 45 Untitled -169 169 169 Untitled - 60 60 60 Untitled - 0 0 0 Untitled - 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl deleted file mode 100644 index 2c36cc7..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/nes.gpl +++ /dev/null @@ -1,58 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled - 0 0 0 Untitled -121 121 121 Untitled -162 162 162 Untitled - 48 81 130 Untitled - 65 146 195 Untitled - 97 211 227 Untitled -162 255 243 Untitled - 48 97 65 Untitled - 73 162 105 Untitled -113 227 146 Untitled -162 255 203 Untitled - 56 109 0 Untitled - 73 170 16 Untitled -113 243 65 Untitled -162 243 162 Untitled - 56 105 0 Untitled - 81 162 0 Untitled -154 235 0 Untitled -203 243 130 Untitled - 73 89 0 Untitled -138 138 0 Untitled -235 211 32 Untitled -255 243 146 Untitled -121 65 0 Untitled -195 113 0 Untitled -255 162 0 Untitled -255 219 162 Untitled -162 48 0 Untitled -227 81 0 Untitled -255 121 48 Untitled -255 203 186 Untitled -178 16 48 Untitled -219 65 97 Untitled -255 97 178 Untitled -255 186 235 Untitled -154 32 121 Untitled -219 65 195 Untitled -243 97 255 Untitled -227 178 255 Untitled - 97 16 162 Untitled -146 65 243 Untitled -162 113 255 Untitled -195 178 255 Untitled - 40 0 186 Untitled - 65 65 255 Untitled - 81 130 255 Untitled -162 186 255 Untitled - 32 0 178 Untitled - 65 97 251 Untitled - 97 162 255 Untitled -146 211 255 Untitled -121 121 121 Untitled -178 178 178 Untitled -235 235 235 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json deleted file mode 100644 index c7a905b..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "harware-palettes", - "displayName": "Hardware Palettes", - "description": "Well-known palettes from old computer hardware", - "version": "1.0", - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "Apple II", "path": "./apple-ii.gpl" }, - { "id": "Atari 2600 NTSC", "path": "./atari2600-ntsc.gpl" }, - { "id": "Atari 2600 PAL", "path": "./atari2600-pal.gpl" }, - { "id": "CGA", "path": "./cga.gpl" }, - { "id": "CGA0", "path": "./cga0.gpl" }, - { "id": "CGA0 High", "path": "./cga0hi.gpl" }, - { "id": "CGA1", "path": "./cga1.gpl" }, - { "id": "CGA1 High", "path": "./cga1hi.gpl" }, - { "id": "CGA3rd", "path": "./cga3rd.gpl" }, - { "id": "CGA3rd High", "path": "./cga3rdhi.gpl" }, - { "id": "Commodore Plus/4", "path": "./commodore-plus4.gpl" }, - { "id": "Commodore VIC-20", "path": "./commodore-vic20.gpl" }, - { "id": "Commodore 64", "path": "./commodore64.gpl" }, - { "id": "CPC", "path": "./cpc.gpl" }, - { "id": "Game Boy", "path": "./gameboy.gpl" }, - { "id": "Game Boy Color Type1", "path": "./gameboy-color-type1.gpl" }, - { "id": "Master System", "path": "./master-system.gpl" }, - { "id": "NES", "path": "./nes.gpl" }, - { "id": "NES NTSC", "path": "./nes-ntsc.gpl" }, - { "id": "Teletext", "path": "./teletext.gpl" }, - { "id": "VGA 13h", "path": "./vga-13h.gpl" }, - { "id": "Virtual Boy", "path": "./virtualboy.gpl" }, - { "id": "ZX Spectrum", "path": "./zx-spectrum.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl deleted file mode 100644 index e20b9ec..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/teletext.gpl +++ /dev/null @@ -1,10 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled - 0 0 255 Untitled -255 0 0 Untitled -255 0 255 Untitled - 0 255 0 Untitled - 0 255 255 Untitled -255 255 0 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl deleted file mode 100644 index 683d13b..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/vga-13h.gpl +++ /dev/null @@ -1,261 +0,0 @@ -GIMP Palette -# -# https://commons.wikimedia.org/wiki/User:Psychonaut/ipalette.sh -# VGA 13h standard palette -# - 0 0 0 Untitled - 0 0 170 Untitled - 0 170 0 Untitled - 0 170 170 Untitled -170 0 0 Untitled -170 0 170 Untitled -170 85 0 Untitled -170 170 170 Untitled - 85 85 85 Untitled - 85 85 255 Untitled - 85 255 85 Untitled - 85 255 255 Untitled -255 85 85 Untitled -255 85 255 Untitled -255 255 85 Untitled -255 255 255 Untitled - 0 0 0 Untitled - 16 16 16 Untitled - 32 32 32 Untitled - 53 53 53 Untitled - 69 69 69 Untitled - 85 85 85 Untitled -101 101 101 Untitled -117 117 117 Untitled -138 138 138 Untitled -154 154 154 Untitled -170 170 170 Untitled -186 186 186 Untitled -202 202 202 Untitled -223 223 223 Untitled -239 239 239 Untitled -255 255 255 Untitled - 0 0 255 Untitled - 65 0 255 Untitled -130 0 255 Untitled -190 0 255 Untitled -255 0 255 Untitled -255 0 190 Untitled -255 0 130 Untitled -255 0 65 Untitled -255 0 0 Untitled -255 65 0 Untitled -255 130 0 Untitled -255 190 0 Untitled -255 255 0 Untitled -190 255 0 Untitled -130 255 0 Untitled - 65 255 0 Untitled - 0 255 0 Untitled - 0 255 65 Untitled - 0 255 130 Untitled - 0 255 190 Untitled - 0 255 255 Untitled - 0 190 255 Untitled - 0 130 255 Untitled - 0 65 255 Untitled -130 130 255 Untitled -158 130 255 Untitled -190 130 255 Untitled -223 130 255 Untitled -255 130 255 Untitled -255 130 223 Untitled -255 130 190 Untitled -255 130 158 Untitled -255 130 130 Untitled -255 158 130 Untitled -255 190 130 Untitled -255 223 130 Untitled -255 255 130 Untitled -223 255 130 Untitled -190 255 130 Untitled -158 255 130 Untitled -130 255 130 Untitled -130 255 158 Untitled -130 255 190 Untitled -130 255 223 Untitled -130 255 255 Untitled -130 223 255 Untitled -130 190 255 Untitled -130 158 255 Untitled -186 186 255 Untitled -202 186 255 Untitled -223 186 255 Untitled -239 186 255 Untitled -255 186 255 Untitled -255 186 239 Untitled -255 186 223 Untitled -255 186 202 Untitled -255 186 186 Untitled -255 202 186 Untitled -255 223 186 Untitled -255 239 186 Untitled -255 255 186 Untitled -239 255 186 Untitled -223 255 186 Untitled -202 255 186 Untitled -186 255 186 Untitled -186 255 202 Untitled -186 255 223 Untitled -186 255 239 Untitled -186 255 255 Untitled -186 239 255 Untitled -186 223 255 Untitled -186 202 255 Untitled - 0 0 113 Untitled - 28 0 113 Untitled - 57 0 113 Untitled - 85 0 113 Untitled -113 0 113 Untitled -113 0 85 Untitled -113 0 57 Untitled -113 0 28 Untitled -113 0 0 Untitled -113 28 0 Untitled -113 57 0 Untitled -113 85 0 Untitled -113 113 0 Untitled - 85 113 0 Untitled - 57 113 0 Untitled - 28 113 0 Untitled - 0 113 0 Untitled - 0 113 28 Untitled - 0 113 57 Untitled - 0 113 85 Untitled - 0 113 113 Untitled - 0 85 113 Untitled - 0 57 113 Untitled - 0 28 113 Untitled - 57 57 113 Untitled - 69 57 113 Untitled - 85 57 113 Untitled - 97 57 113 Untitled -113 57 113 Untitled -113 57 97 Untitled -113 57 85 Untitled -113 57 69 Untitled -113 57 57 Untitled -113 69 57 Untitled -113 85 57 Untitled -113 97 57 Untitled -113 113 57 Untitled - 97 113 57 Untitled - 85 113 57 Untitled - 69 113 57 Untitled - 57 113 57 Untitled - 57 113 69 Untitled - 57 113 85 Untitled - 57 113 97 Untitled - 57 113 113 Untitled - 57 97 113 Untitled - 57 85 113 Untitled - 57 69 113 Untitled - 81 81 113 Untitled - 89 81 113 Untitled - 97 81 113 Untitled -105 81 113 Untitled -113 81 113 Untitled -113 81 105 Untitled -113 81 97 Untitled -113 81 89 Untitled -113 81 81 Untitled -113 89 81 Untitled -113 97 81 Untitled -113 105 81 Untitled -113 113 81 Untitled -105 113 81 Untitled - 97 113 81 Untitled - 89 113 81 Untitled - 81 113 81 Untitled - 81 113 89 Untitled - 81 113 97 Untitled - 81 113 105 Untitled - 81 113 113 Untitled - 81 105 113 Untitled - 81 97 113 Untitled - 81 89 113 Untitled - 0 0 65 Untitled - 16 0 65 Untitled - 32 0 65 Untitled - 49 0 65 Untitled - 65 0 65 Untitled - 65 0 49 Untitled - 65 0 32 Untitled - 65 0 16 Untitled - 65 0 0 Untitled - 65 16 0 Untitled - 65 32 0 Untitled - 65 49 0 Untitled - 65 65 0 Untitled - 49 65 0 Untitled - 32 65 0 Untitled - 16 65 0 Untitled - 0 65 0 Untitled - 0 65 16 Untitled - 0 65 32 Untitled - 0 65 49 Untitled - 0 65 65 Untitled - 0 49 65 Untitled - 0 32 65 Untitled - 0 16 65 Untitled - 32 32 65 Untitled - 40 32 65 Untitled - 49 32 65 Untitled - 57 32 65 Untitled - 65 32 65 Untitled - 65 32 57 Untitled - 65 32 49 Untitled - 65 32 40 Untitled - 65 32 32 Untitled - 65 40 32 Untitled - 65 49 32 Untitled - 65 57 32 Untitled - 65 65 32 Untitled - 57 65 32 Untitled - 49 65 32 Untitled - 40 65 32 Untitled - 32 65 32 Untitled - 32 65 40 Untitled - 32 65 49 Untitled - 32 65 57 Untitled - 32 65 65 Untitled - 32 57 65 Untitled - 32 49 65 Untitled - 32 40 65 Untitled - 45 45 65 Untitled - 49 45 65 Untitled - 53 45 65 Untitled - 61 45 65 Untitled - 65 45 65 Untitled - 65 45 61 Untitled - 65 45 53 Untitled - 65 45 49 Untitled - 65 45 45 Untitled - 65 49 45 Untitled - 65 53 45 Untitled - 65 61 45 Untitled - 65 65 45 Untitled - 61 65 45 Untitled - 53 65 45 Untitled - 49 65 45 Untitled - 45 65 45 Untitled - 45 65 49 Untitled - 45 65 53 Untitled - 45 65 61 Untitled - 45 65 65 Untitled - 45 61 65 Untitled - 45 53 65 Untitled - 45 49 65 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled - 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl deleted file mode 100644 index 34276d1..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/virtualboy.gpl +++ /dev/null @@ -1,9 +0,0 @@ -GIMP Palette -# -# Thanks to Planet Virtual Boy for the contribution -# http://www.planetvb.com/ -# - 0 0 0 Untitled - 85 0 0 Untitled -170 0 0 Untitled -255 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl b/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl deleted file mode 100644 index afa9850..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/zx-spectrum.gpl +++ /dev/null @@ -1,20 +0,0 @@ -GIMP Palette -# -# ZX Spectrum -# - 0 0 0 Black - 0 0 192 Basic Blue -192 0 0 Basic Red -192 0 192 Basic Magenta - 0 192 0 Basic Green - 0 192 192 Basic Cyan -192 192 0 Basic Yellow -192 192 192 Basic White - 0 0 0 Black - 0 0 255 Bright Blue -255 0 0 Bright Red -255 0 255 Bright Magenta - 0 255 0 Bright Green - 0 255 255 Bright Cyan -255 255 0 Bright Yellow -255 255 255 Bright White diff --git a/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl b/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl deleted file mode 100644 index c4101d7..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/mail24.gpl +++ /dev/null @@ -1,29 +0,0 @@ -GIMP Palette -# -# by Hyohnoo -# https://twitter.com/Hyohnoo -# - 23 17 26 Untitled - 55 37 56 Untitled -122 33 58 Untitled -225 65 65 Untitled -255 160 112 Untitled -196 77 41 Untitled -255 191 54 Untitled -255 242 117 Untitled -117 57 57 Untitled -207 121 87 Untitled -255 209 171 Untitled - 57 133 90 Untitled -131 224 76 Untitled -220 255 112 Untitled - 36 59 97 Untitled - 56 152 255 Untitled -110 238 255 Untitled -104 43 130 Untitled -191 63 179 Untitled -255 128 170 Untitled - 62 55 92 Untitled -120 132 171 Untitled -178 188 194 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json deleted file mode 100644 index 3e0fbd5..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/hyohnoo-palettes/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "hyohnoo-palettes", - "displayName": "Hyohnoo Palettes", - "description": "Palettes contributed by Hyohnoo", - "version": "1.0", - "author": { "name": "Hyohnoo", "url": "https://twitter.com/Hyohnoo" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "mail24", "path": "./mail24.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl b/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl deleted file mode 100644 index d96c431..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/nyx8.gpl +++ /dev/null @@ -1,13 +0,0 @@ -GIMP Palette -# -# by Javier Guerrero -# https://twitter.com/Xavier_Gd -# - 8 20 30 Untitled - 15 42 63 Untitled - 32 57 79 Untitled -246 214 189 Untitled -195 163 138 Untitled -153 117 119 Untitled -129 98 113 Untitled - 78 73 95 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json deleted file mode 100644 index 0ec1c37..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/javierguerrero-palettes/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "javierguerrero-palettes", - "displayName": "Javier Guerrero Palettes", - "description": "Palettes contributed by Javier Guerrero", - "version": "1.0", - "author": { "name": "Javier Guerrero", "url": "https://twitter.com/Xavier_Gd" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "nyx8", "path": "./nyx8.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json b/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json deleted file mode 100644 index baf023e..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/pico8-palette/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl b/Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl deleted file mode 100644 index 2436ce2..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/pico8-palette/pico-8.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# by Joseph White -# http://www.pico-8.com/ -# - 0 0 0 black - 29 43 83 dark_blue -126 37 83 dark_purple - 0 135 81 dark_green -171 82 54 brown - 95 87 79 dark_gray -194 195 199 light_gray -255 241 232 white -255 0 77 red -255 163 0 orange -255 236 39 yellow - 0 228 54 green - 41 173 255 blue -131 118 156 indigo -255 119 168 pink -255 204 170 peach diff --git a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl deleted file mode 100644 index 9bc3224..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/bubblegum-16.gpl +++ /dev/null @@ -1,21 +0,0 @@ -GIMP Palette -# -# by PineTreePizza -# https://twitter.com/PineTreePizza -# - 22 23 26 Untitled -127 6 34 Untitled -214 36 17 Untitled -255 132 38 Untitled -255 209 0 Untitled -250 253 255 Untitled -255 128 164 Untitled -255 38 116 Untitled -148 33 106 Untitled - 67 0 103 Untitled - 35 73 117 Untitled -104 174 212 Untitled -191 255 60 Untitled - 16 210 117 Untitled - 0 120 153 Untitled - 0 40 89 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json deleted file mode 100644 index c73d3d4..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "pinetreepizza-palettes", - "displayName": "PineTreePizza Palettes", - "description": "Palettes contributed by PineTreePizza", - "version": "1.0", - "author": { "name": "PineTreePizza", "url": "https://twitter.com/PineTreePizza" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "BubbleGum16", "path": "./bubblegum-16.gpl" }, - { "id": "Rosy-42", "path": "./rosy-42.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl b/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl deleted file mode 100644 index 1576f80..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/pinetreepizza-palettes/rosy-42.gpl +++ /dev/null @@ -1,47 +0,0 @@ -GIMP Palette -# -# by PineTreePizza -# https://twitter.com/PineTreePizza -# - 33 24 27 Untitled - 59 32 39 Untitled -125 56 51 Untitled -171 81 48 Untitled -207 117 43 Untitled -240 181 65 Untitled -255 238 131 Untitled -200 212 93 Untitled - 99 171 63 Untitled - 59 125 79 Untitled - 47 87 83 Untitled - 40 53 64 Untitled - 27 31 33 Untitled - 43 43 69 Untitled - 58 63 94 Untitled - 76 104 133 Untitled - 79 164 184 Untitled -146 232 192 Untitled -245 255 232 Untitled -223 224 232 Untitled -163 167 194 Untitled -104 111 153 Untitled - 64 73 115 Untitled - 44 53 77 Untitled - 20 24 46 Untitled - 75 29 82 Untitled -105 36 100 Untitled -156 42 112 Untitled -204 47 123 Untitled -255 82 119 Untitled -255 194 161 Untitled -255 137 51 Untitled -230 69 57 Untitled -173 47 69 Untitled -120 29 79 Untitled - 79 29 76 Untitled - 41 29 43 Untitled - 61 41 54 Untitled - 82 51 63 Untitled -143 77 87 Untitled -189 106 98 Untitled -255 174 112 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl deleted file mode 100644 index bbab349..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/google-ui.gpl +++ /dev/null @@ -1,156 +0,0 @@ -GIMP Palette -# -246 153 136 Red_200 -243 108 96 Red_300 -232 78 64 Red_400 -229 28 35 Red_500 -221 25 29 Red_600 -208 23 22 Red_700 -196 20 17 Red_800 -176 18 10 Red_900 -244 143 177 Pink_200 -240 98 146 Pink_300 -236 64 122 Pink_400 -233 30 99 Pink_500 -216 27 96 Pink_600 -194 24 91 Pink_700 -173 20 87 Pink_800 -136 14 79 Pink_900 -206 147 216 Purple_200 -186 104 200 Purple_300 -171 71 188 Purple_400 -156 39 176 Purple_500 -142 36 170 Purple_600 -123 31 162 Purple_700 -106 27 154 Purple_800 - 74 20 140 Purple_900 -179 157 219 Deep_Purple_200 -149 117 205 Deep_Purple_300 -126 87 194 Deep_Purple_400 -103 58 183 Deep_Purple_500 - 94 53 177 Deep_Purple_600 - 81 45 168 Deep_Purple_700 - 69 39 160 Deep_Purple_800 - 49 27 146 Deep_Purple_900 -159 168 218 Indigo_200 -121 134 203 Indigo_300 - 92 107 192 Indigo_400 - 63 81 181 Indigo_500 - 57 73 171 Indigo_600 - 48 63 159 Indigo_700 - 40 53 147 Indigo_800 - 26 35 126 Indigo_900 -175 191 255 Blue_200 -145 167 255 Blue_300 -115 143 254 Blue_400 - 86 119 252 Blue_500 - 78 108 239 Blue_600 - 69 94 222 Blue_700 - 59 80 206 Blue_800 - 42 54 177 Blue_900 -129 212 250 Light_Blue_200 - 79 195 247 Light_Blue_300 - 41 182 246 Light_Blue_400 - 3 169 244 Light_Blue_500 - 3 155 229 Light_Blue_600 - 2 136 209 Light_Blue_700 - 2 119 189 Light_Blue_800 - 1 87 155 Light_Blue_900 -128 222 234 Cyan_200 - 77 208 225 Cyan_300 - 38 198 218 Cyan_400 - 0 188 212 Cyan_500 - 0 172 193 Cyan_600 - 0 151 167 Cyan_700 - 0 131 143 Cyan_800 - 0 96 100 Cyan_900 -128 203 196 Teal_200 - 77 182 172 Teal_300 - 38 166 154 Teal_400 - 0 150 136 Teal_500 - 0 137 123 Teal_600 - 0 121 107 Teal_700 - 0 105 92 Teal_800 - 0 77 64 Teal_900 -114 213 114 Green_200 - 66 189 65 Green_300 - 43 175 43 Green_400 - 37 155 36 Green_500 - 10 143 8 Green_600 - 10 126 7 Green_700 - 5 111 0 Green_800 - 13 83 2 Green_900 -197 225 165 Light_Green_200 -174 213 129 Light_Green_300 -156 204 101 Light_Green_400 -139 195 74 Light_Green_500 -124 179 66 Light_Green_600 -104 159 56 Light_Green_700 - 85 139 47 Light_Green_800 - 51 105 30 Light_Green_900 -230 238 156 Lime_200 -220 231 117 Lime_300 -212 225 87 Lime_400 -205 220 57 Lime_500 -192 202 51 Lime_600 -175 180 43 Lime_700 -158 157 36 Lime_800 -130 119 23 Lime_900 -255 245 157 Yellow_200 -255 241 118 Yellow_300 -255 238 88 Yellow_400 -255 235 59 Yellow_500 -253 216 53 Yellow_600 -251 192 45 Yellow_700 -249 168 37 Yellow_800 -245 127 23 Yellow_900 -255 224 130 Amber_200 -255 213 79 Amber_300 -255 202 40 Amber_400 -255 193 7 Amber_500 -255 179 0 Amber_600 -255 160 0 Amber_700 -255 143 0 Amber_800 -255 111 0 Amber_900 -255 204 128 Orange_200 -255 183 77 Orange_300 -255 167 38 Orange_400 -255 152 0 Orange_500 -251 140 0 Orange_600 -245 124 0 Orange_700 -239 108 0 Orange_800 -230 81 0 Orange_900 -255 171 145 Deep_Orange_200 -255 138 101 Deep_Orange_300 -255 112 67 Deep_Orange_400 -255 87 34 Deep_Orange_500 -244 81 30 Deep_Orange_600 -230 74 25 Deep_Orange_700 -216 67 21 Deep_Orange_800 -191 54 12 Deep_Orange_900 -188 170 164 Brown_200 -161 136 127 Brown_300 -141 110 99 Brown_400 -121 85 72 Brown_500 -109 76 65 Brown_600 - 93 64 55 Brown_700 - 78 52 46 Brown_800 - 62 39 35 Brown_900 -238 238 238 Grey_200 -224 224 224 Grey_300 -189 189 189 Grey_400 -158 158 158 Grey_500 -117 117 117 Grey_600 - 97 97 97 Grey_700 - 66 66 66 Grey_800 - 33 33 33 Grey_900 -176 190 197 Blue_Grey_200 -144 164 174 Blue_Grey_300 -120 144 156 Blue_Grey_400 - 96 125 139 Blue_Grey_500 - 84 110 122 Blue_Grey_600 - 69 90 100 Blue_Grey_700 - 55 71 79 Blue_Grey_800 - 38 50 56 Blue_Grey_900 - 0 0 0 Black -255 255 255 White diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl deleted file mode 100644 index 0b55776..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/monokai.gpl +++ /dev/null @@ -1,15 +0,0 @@ -GIMP Palette -Name: Monokai -# -0 0 0 Blank -27 29 30 Black -39 40 32 Darker-brown -62 61 50 Dark-brown -117 113 94 Bown -248 248 242 White -249 38 114 Red -253 151 31 Orange -230 219 116 Yellow -102 217 239 Blue -166 226 46 Green -174 129 255 Purple \ No newline at end of file diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json deleted file mode 100644 index 5d3d4d1..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "software-palettes", - "displayName": "Software Palettes", - "description": "Well-known palettes from software developers", - "version": "1.0", - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "Google UI", "path": "./google-ui.gpl" }, - { "id": "Monokai", "path": "./monokai.gpl" }, - { "id": "SmileBASIC", "path": "./smile-basic.gpl" }, - { "id": "Solarized", "path": "./solarized.gpl" }, - { "id": "Web Safe Colors", "path": "./web-safe-colors.gpl" }, - { "id": "Win16", "path": "./win16.gpl" }, - { "id": "X11", "path": "./x11.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl deleted file mode 100644 index ef2100e..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/smile-basic.gpl +++ /dev/null @@ -1,22 +0,0 @@ -GIMP Palette -# -# SmileBASIC: http://smilebasic.com/en/reference/#constant -# - 0 248 248 AQUA - 0 0 0 BLACK - 0 0 255 BLUE - 0 0 248 CYAN -248 0 248 FUCHSIA -128 128 128 GRAY - 0 128 0 GREEN - 0 248 0 LIME -248 0 248 MAGENTA -128 0 0 MAROON - 0 0 128 NAVY -128 128 0 OLIVE -128 0 128 PURPLE -248 0 0 RED -192 192 192 SILVER - 0 128 128 TEAL -248 248 248 WHITE -248 248 0 YELLOW diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl deleted file mode 100644 index 40b86e5..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/solarized.gpl +++ /dev/null @@ -1,20 +0,0 @@ -GIMP Palette -Name: Solarized -Columns: 16 -# - 0 43 54 solarized-base03 - 7 54 66 solarized-base02 - 88 110 117 solarized-base01 -101 123 131 solarized-base00 -131 148 150 solarized-base0 -147 161 161 solarized-base1 -238 232 213 solarized-base2 -253 246 227 solarized-base3 -181 137 0 solarized-yellow -203 75 22 solarized-orange -220 50 47 solarized-red -211 54 130 solarized-magenta -108 113 196 solarized-violet - 38 139 210 solarized-blue - 42 161 152 solarized-cyan -133 153 0 solarized-green diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl deleted file mode 100644 index a71b427..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/web-safe-colors.gpl +++ /dev/null @@ -1,222 +0,0 @@ -GIMP Palette -Name: Web Safe Colors -Columns: 6 -# -# ColorZilla Web Safe Colors palette -# -255 255 255 Untitled -255 255 204 Untitled -255 255 153 Untitled -255 255 102 Untitled -255 255 51 Untitled -255 255 0 Untitled -255 204 255 Untitled -255 204 204 Untitled -255 204 153 Untitled -255 204 102 Untitled -255 204 51 Untitled -255 204 0 Untitled -255 153 255 Untitled -255 153 204 Untitled -255 153 153 Untitled -255 153 102 Untitled -255 153 51 Untitled -255 153 0 Untitled -255 102 255 Untitled -255 102 204 Untitled -255 102 153 Untitled -255 102 102 Untitled -255 102 51 Untitled -255 102 0 Untitled -255 51 255 Untitled -255 51 204 Untitled -255 51 153 Untitled -255 51 102 Untitled -255 51 51 Untitled -255 51 0 Untitled -255 0 255 Untitled -255 0 204 Untitled -255 0 153 Untitled -255 0 102 Untitled -255 0 51 Untitled -255 0 0 Untitled -204 255 255 Untitled -204 255 204 Untitled -204 255 153 Untitled -204 255 102 Untitled -204 255 51 Untitled -204 255 0 Untitled -204 204 255 Untitled -204 204 204 Untitled -204 204 153 Untitled -204 204 102 Untitled -204 204 51 Untitled -204 204 0 Untitled -204 153 255 Untitled -204 153 204 Untitled -204 153 153 Untitled -204 153 102 Untitled -204 153 51 Untitled -204 153 0 Untitled -204 102 255 Untitled -204 102 204 Untitled -204 102 153 Untitled -204 102 102 Untitled -204 102 51 Untitled -204 102 0 Untitled -204 51 255 Untitled -204 51 204 Untitled -204 51 153 Untitled -204 51 102 Untitled -204 51 51 Untitled -204 51 0 Untitled -204 0 255 Untitled -204 0 204 Untitled -204 0 153 Untitled -204 0 102 Untitled -204 0 51 Untitled -204 0 0 Untitled -153 255 255 Untitled -153 255 204 Untitled -153 255 153 Untitled -153 255 102 Untitled -153 255 51 Untitled -153 255 0 Untitled -153 204 255 Untitled -153 204 204 Untitled -153 204 153 Untitled -153 204 102 Untitled -153 204 51 Untitled -153 204 0 Untitled -153 153 255 Untitled -153 153 204 Untitled -153 153 153 Untitled -153 153 102 Untitled -153 153 51 Untitled -153 153 0 Untitled -153 102 255 Untitled -153 102 204 Untitled -153 102 153 Untitled -153 102 102 Untitled -153 102 51 Untitled -153 102 0 Untitled -153 51 255 Untitled -153 51 204 Untitled -153 51 153 Untitled -153 51 102 Untitled -153 51 51 Untitled -153 51 0 Untitled -153 0 255 Untitled -153 0 204 Untitled -153 0 153 Untitled -153 0 102 Untitled -153 0 51 Untitled -153 0 0 Untitled -102 255 255 Untitled -102 255 204 Untitled -102 255 153 Untitled -102 255 102 Untitled -102 255 51 Untitled -102 255 0 Untitled -102 204 255 Untitled -102 204 204 Untitled -102 204 153 Untitled -102 204 102 Untitled -102 204 51 Untitled -102 204 0 Untitled -102 153 255 Untitled -102 153 204 Untitled -102 153 153 Untitled -102 153 102 Untitled -102 153 51 Untitled -102 153 0 Untitled -102 102 255 Untitled -102 102 204 Untitled -102 102 153 Untitled -102 102 102 Untitled -102 102 51 Untitled -102 102 0 Untitled -102 51 255 Untitled -102 51 204 Untitled -102 51 153 Untitled -102 51 102 Untitled -102 51 51 Untitled -102 51 0 Untitled -102 0 255 Untitled -102 0 204 Untitled -102 0 153 Untitled -102 0 102 Untitled -102 0 51 Untitled -102 0 0 Untitled - 51 255 255 Untitled - 51 255 204 Untitled - 51 255 153 Untitled - 51 255 102 Untitled - 51 255 51 Untitled - 51 255 0 Untitled - 51 204 255 Untitled - 51 204 204 Untitled - 51 204 153 Untitled - 51 204 102 Untitled - 51 204 51 Untitled - 51 204 0 Untitled - 51 153 255 Untitled - 51 153 204 Untitled - 51 153 153 Untitled - 51 153 102 Untitled - 51 153 51 Untitled - 51 153 0 Untitled - 51 102 255 Untitled - 51 102 204 Untitled - 51 102 153 Untitled - 51 102 102 Untitled - 51 102 51 Untitled - 51 102 0 Untitled - 51 51 255 Untitled - 51 51 204 Untitled - 51 51 153 Untitled - 51 51 102 Untitled - 51 51 51 Untitled - 51 51 0 Untitled - 51 0 255 Untitled - 51 0 204 Untitled - 51 0 153 Untitled - 51 0 102 Untitled - 51 0 51 Untitled - 51 0 0 Untitled - 0 255 255 Untitled - 0 255 204 Untitled - 0 255 153 Untitled - 0 255 102 Untitled - 0 255 51 Untitled - 0 255 0 Untitled - 0 204 255 Untitled - 0 204 204 Untitled - 0 204 153 Untitled - 0 204 102 Untitled - 0 204 51 Untitled - 0 204 0 Untitled - 0 153 255 Untitled - 0 153 204 Untitled - 0 153 153 Untitled - 0 153 102 Untitled - 0 153 51 Untitled - 0 153 0 Untitled - 0 102 255 Untitled - 0 102 204 Untitled - 0 102 153 Untitled - 0 102 102 Untitled - 0 102 51 Untitled - 0 102 0 Untitled - 0 51 255 Untitled - 0 51 204 Untitled - 0 51 153 Untitled - 0 51 102 Untitled - 0 51 51 Untitled - 0 51 0 Untitled - 0 0 255 Untitled - 0 0 204 Untitled - 0 0 153 Untitled - 0 0 102 Untitled - 0 0 51 Untitled - 0 0 0 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl deleted file mode 100644 index ca51bec..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/win16.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -# - 0 0 0 Untitled -130 0 0 Untitled - 0 130 0 Untitled -130 130 0 Untitled - 0 0 130 Untitled -130 0 130 Untitled - 0 130 130 Untitled -195 195 195 Untitled -130 130 130 Untitled -255 0 0 Untitled - 0 255 0 Untitled -255 255 0 Untitled - 0 0 255 Untitled -255 0 255 Untitled - 0 255 255 Untitled -255 255 255 Untitled diff --git a/Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl b/Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl deleted file mode 100644 index 230657b..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/software-palettes/x11.gpl +++ /dev/null @@ -1,141 +0,0 @@ -GIMP Palette -Name: X11 -# -0 0 0 Blank -255 250 250 snow -248 248 255 GhostWhite -245 245 245 WhiteSmoke -220 220 220 gainsboro -255 250 240 FloralWhite -253 245 230 OldLace -250 240 230 linen -250 235 215 AntiqueWhite -255 239 213 PapayaWhip -255 235 205 BlanchedAlmond -255 228 196 bisque -255 218 185 PeachPuff -255 222 173 NavajoWhite -255 228 181 moccasin -255 248 220 cornsilk -255 255 240 ivory -255 250 205 LemonChiffon -255 245 238 seashell -240 255 240 honeydew -245 255 250 MintCream -240 255 255 azure -240 248 255 AliceBlue -230 230 250 lavender -255 240 245 LavenderBlush -255 228 225 MistyRose -255 255 255 white -0 0 0 black -47 79 79 DarkSlateGray -105 105 105 DimGray -112 128 144 SlateGray -119 136 153 LightSlateGray -190 190 190 grey -211 211 211 LightGrey -211 211 211 LightGray -25 25 112 MidnightBlue -0 0 128 navy -0 0 128 NavyBlue -100 149 237 CornflowerBlue -72 61 139 DarkSlateBlue -106 90 205 SlateBlue -123 104 238 MediumSlateBlue -132 112 255 LightSlateBlue -0 0 205 MediumBlue -65 105 225 RoyalBlue -0 0 255 blue -30 144 255 DodgerBlue -0 191 255 DeepSkyBlue -135 206 235 SkyBlue -135 206 250 LightSkyBlue -70 130 180 SteelBlue -176 196 222 LightSteelBlue -173 216 230 LightBlue -176 224 230 PowderBlue -175 238 238 PaleTurquoise -0 206 209 DarkTurquoise -72 209 204 MediumTurquoise -64 224 208 turquoise -0 255 255 cyan -224 255 255 LightCyan -95 158 160 CadetBlue -102 205 170 MediumAquamarine -127 255 212 aquamarine -0 100 0 DarkGreen -85 107 47 DarkOliveGreen -143 188 143 DarkSeaGreen -46 139 87 SeaGreen -60 179 113 MediumSeaGreen -32 178 170 LightSeaGreen -152 251 152 PaleGreen -0 255 127 SpringGreen -124 252 0 LawnGreen -0 255 0 green -127 255 0 chartreuse -0 250 154 MediumSpringGreen -173 255 47 GreenYellow -50 205 50 LimeGreen -154 205 50 YellowGreen -34 139 34 ForestGreen -107 142 35 OliveDrab -189 183 107 DarkKhaki -240 230 140 khaki -238 232 170 PaleGoldenrod -250 250 210 LightGoldenrodYellow -255 255 224 LightYellow -255 255 0 yellow -255 215 0 gold -238 221 130 LightGoldenrod -218 165 32 goldenrod -184 134 11 DarkGoldenrod -188 143 143 RosyBrown -205 92 92 IndianRed -139 69 19 SaddleBrown -160 82 45 sienna -205 133 63 peru -222 184 135 burlywood -245 245 220 beige -245 222 179 wheat -244 164 96 SandyBrown -210 180 140 tan -210 105 30 chocolate -178 34 34 firebrick -165 42 42 brown -233 150 122 DarkSalmon -250 128 114 salmon -255 160 122 LightSalmon -255 165 0 orange -255 140 0 DarkOrange -255 127 80 coral -240 128 128 LightCoral -255 99 71 tomato -255 69 0 OrangeRed -255 0 0 red -255 105 180 HotPink -255 20 147 DeepPink -255 192 203 pink -255 182 193 LightPink -219 112 147 PaleVioletRed -176 48 96 maroon -199 21 133 MediumVioletRed -208 32 144 VioletRed -255 0 255 magenta -238 130 238 violet -221 160 221 plum -218 112 214 orchid -186 85 211 MediumOrchid -153 50 204 DarkOrchid -148 0 211 DarkViolet -138 43 226 BlueViolet -160 32 240 purple -147 112 219 MediumPurple -216 191 216 thistle -169 169 169 DarkGray -0 0 139 DarkBlue -0 139 139 DarkCyan -139 0 139 DarkMagenta -139 0 0 DarkRed -144 238 144 LightGreen diff --git a/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json b/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json deleted file mode 100644 index 76a75be..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "zughy-palettes", - "displayName": "Zughy Palettes", - "description": "Palettes contributed by Zughy", - "version": "1.0", - "author": { "name": "Zughy", "url": "https://twitter.com/_Zughy" }, - "publisher": "aseprite", - "categories": [ - "Palettes" - ], - "contributes": { - "palettes": [ - { "id": "Zughy-32", "path": "./zughy-32.gpl" } - ] - } -} diff --git a/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl b/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl deleted file mode 100644 index 38f56df..0000000 --- a/Assets/Graphics/Palette/Default_Palettes/zughy-palettes/zughy-32.gpl +++ /dev/null @@ -1,37 +0,0 @@ -GIMP Palette -# -# by Zughy -# https://twitter.com/_Zughy -# - 71 45 60 Untitled - 94 54 67 Untitled -122 68 74 Untitled -160 91 83 Untitled -191 121 88 Untitled -238 161 96 Untitled -244 204 161 Untitled -182 213 60 Untitled -113 170 52 Untitled - 57 123 68 Untitled - 60 89 86 Untitled - 48 44 46 Untitled - 90 83 83 Untitled -125 112 113 Untitled -160 147 142 Untitled -207 198 184 Untitled -223 246 245 Untitled -138 235 241 Untitled - 40 204 223 Untitled - 57 120 168 Untitled - 57 71 120 Untitled - 57 49 75 Untitled - 86 64 100 Untitled -142 71 140 Untitled -205 96 147 Untitled -255 174 182 Untitled -244 180 27 Untitled -244 126 27 Untitled -230 72 46 Untitled -169 59 59 Untitled -130 112 148 Untitled - 79 84 107 Untitled