forked from jaildesigner-jailgames/jaildoctors_dilemma
canvi de pc
This commit is contained in:
19
data/palette/black-and-white.pal
Normal file
19
data/palette/black-and-white.pal
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
JASC-PAL
|
||||||
|
0100
|
||||||
|
16
|
||||||
|
0 0 0
|
||||||
|
0 0 0
|
||||||
|
24 24 24
|
||||||
|
29 29 29
|
||||||
|
64 64 64
|
||||||
|
76 76 76
|
||||||
|
85 85 85
|
||||||
|
106 106 106
|
||||||
|
50 50 50
|
||||||
|
54 54 54
|
||||||
|
121 121 121
|
||||||
|
136 136 136
|
||||||
|
173 173 173
|
||||||
|
200 200 200
|
||||||
|
216 216 216
|
||||||
|
255 255 255
|
||||||
19
data/palette/green-phosphor.pal
Normal file
19
data/palette/green-phosphor.pal
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
JASC-PAL
|
||||||
|
0100
|
||||||
|
16
|
||||||
|
0 0 0
|
||||||
|
0 16 0
|
||||||
|
0 16 0
|
||||||
|
0 32 0
|
||||||
|
0 64 0
|
||||||
|
0 96 0
|
||||||
|
0 128 0
|
||||||
|
0 160 0
|
||||||
|
0 192 0
|
||||||
|
0 224 0
|
||||||
|
0 255 0
|
||||||
|
64 255 64
|
||||||
|
96 255 96
|
||||||
|
128 255 128
|
||||||
|
192 255 192
|
||||||
|
255 255 255
|
||||||
19
data/palette/orange-screen.pal
Normal file
19
data/palette/orange-screen.pal
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
JASC-PAL
|
||||||
|
0100
|
||||||
|
16
|
||||||
|
0 0 0
|
||||||
|
0 0 0
|
||||||
|
42 21 0
|
||||||
|
50 25 0
|
||||||
|
216 108 0
|
||||||
|
255 165 0
|
||||||
|
191 95 0
|
||||||
|
225 112 0
|
||||||
|
115 57 0
|
||||||
|
140 70 0
|
||||||
|
115 86 43
|
||||||
|
140 105 52
|
||||||
|
216 144 0
|
||||||
|
255 170 0
|
||||||
|
191 95 47
|
||||||
|
255 165 0
|
||||||
@@ -399,6 +399,9 @@ bool Director::setFileList()
|
|||||||
Asset::get()->add(prefix + "/data/palette/zx-spectrum.pal", AssetType::PALETTE);
|
Asset::get()->add(prefix + "/data/palette/zx-spectrum.pal", AssetType::PALETTE);
|
||||||
Asset::get()->add(prefix + "/data/palette/zx-spectrum-adjusted.pal", AssetType::PALETTE);
|
Asset::get()->add(prefix + "/data/palette/zx-spectrum-adjusted.pal", AssetType::PALETTE);
|
||||||
Asset::get()->add(prefix + "/data/palette/zxarne-5-2.pal", AssetType::PALETTE);
|
Asset::get()->add(prefix + "/data/palette/zxarne-5-2.pal", AssetType::PALETTE);
|
||||||
|
Asset::get()->add(prefix + "/data/palette/black-and-white.pal", AssetType::PALETTE);
|
||||||
|
Asset::get()->add(prefix + "/data/palette/green-phosphor.pal", AssetType::PALETTE);
|
||||||
|
Asset::get()->add(prefix + "/data/palette/orange-screen.pal", AssetType::PALETTE);
|
||||||
Asset::get()->add(prefix + "/data/palette/ruzx-spectrum.pal", AssetType::PALETTE);
|
Asset::get()->add(prefix + "/data/palette/ruzx-spectrum.pal", AssetType::PALETTE);
|
||||||
Asset::get()->add(prefix + "/data/palette/ruzx-spectrum-revision-2.pal", AssetType::PALETTE);
|
Asset::get()->add(prefix + "/data/palette/ruzx-spectrum-revision-2.pal", AssetType::PALETTE);
|
||||||
Asset::get()->add(prefix + "/data/palette/pico-8.pal", AssetType::PALETTE);
|
Asset::get()->add(prefix + "/data/palette/pico-8.pal", AssetType::PALETTE);
|
||||||
|
|||||||
Reference in New Issue
Block a user