better default palettes
This commit is contained in:
parent
495f1d958e
commit
1d89159ca4
|
@ -5,9 +5,45 @@ default game data
|
||||||
! ROOM_FORMAT 1
|
! ROOM_FORMAT 1
|
||||||
|
|
||||||
PAL 0
|
PAL 0
|
||||||
NAME test
|
NAME tangerine
|
||||||
249,232,162
|
246,159,143
|
||||||
158,238,252
|
254,139,32
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 1
|
||||||
|
NAME cavern
|
||||||
|
75,109,133
|
||||||
|
150,207,133
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 2
|
||||||
|
NAME faded
|
||||||
|
138,183,168
|
||||||
|
222,135,144
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 3
|
||||||
|
NAME nineties
|
||||||
|
119,153,204
|
||||||
|
255,170,153
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 4
|
||||||
|
NAME hi-tek
|
||||||
|
36,30,30
|
||||||
|
255,91,46
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 5
|
||||||
|
NAME crusty
|
||||||
|
71,71,69
|
||||||
|
96,59,44
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 6
|
||||||
|
NAME leafy
|
||||||
|
76,87,13
|
||||||
|
161,204,78
|
||||||
255,255,255
|
255,255,255
|
||||||
|
|
||||||
ROOM 0
|
ROOM 0
|
||||||
|
|
42
index.html
42
index.html
|
@ -5,9 +5,45 @@
|
||||||
! ROOM_FORMAT 1
|
! ROOM_FORMAT 1
|
||||||
|
|
||||||
PAL 0
|
PAL 0
|
||||||
NAME test
|
NAME tangerine
|
||||||
249,232,162
|
246,159,143
|
||||||
158,238,252
|
254,139,32
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 1
|
||||||
|
NAME cavern
|
||||||
|
75,109,133
|
||||||
|
150,207,133
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 2
|
||||||
|
NAME faded
|
||||||
|
138,183,168
|
||||||
|
222,135,144
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 3
|
||||||
|
NAME nineties
|
||||||
|
119,153,204
|
||||||
|
255,170,153
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 4
|
||||||
|
NAME hi-tek
|
||||||
|
36,30,30
|
||||||
|
255,91,46
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 5
|
||||||
|
NAME crusty
|
||||||
|
71,71,69
|
||||||
|
96,59,44
|
||||||
|
255,255,255
|
||||||
|
|
||||||
|
PAL 6
|
||||||
|
NAME leafy
|
||||||
|
76,87,13
|
||||||
|
161,204,78
|
||||||
255,255,255
|
255,255,255
|
||||||
|
|
||||||
ROOM 0
|
ROOM 0
|
||||||
|
|
Loading…
Reference in New Issue