canvi de pc

This commit is contained in:
2025-03-06 22:13:13 +01:00
parent d339fb13b0
commit 34d34a5d91
4 changed files with 60 additions and 0 deletions

View 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

View 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

View 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

View File

@@ -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-adjusted.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-revision-2.pal", AssetType::PALETTE);
Asset::get()->add(prefix + "/data/palette/pico-8.pal", AssetType::PALETTE);