diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-25 12:41:31 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-25 12:41:31 -0500 |
commit | da2b01a36c6855230ec36c42bd49e7cf2ca2d348 (patch) | |
tree | b52ed372cd6d367e89eb546d9fa2600b810344e1 /tilesets/palettes/ice_path.pal | |
parent | ec8c9688ce970b9c3b63a5b287a99542f0bc9984 (diff) |
Clean up color/palette code
Diffstat (limited to 'tilesets/palettes/ice_path.pal')
-rw-r--r-- | tilesets/palettes/ice_path.pal | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tilesets/palettes/ice_path.pal b/tilesets/palettes/ice_path.pal new file mode 100644 index 000000000..cb7659f50 --- /dev/null +++ b/tilesets/palettes/ice_path.pal @@ -0,0 +1,40 @@ +; gray + RGB 15, 14, 24 + RGB 11, 11, 19 + RGB 07, 07, 12 + RGB 00, 00, 00 +; red + RGB 15, 14, 24 + RGB 14, 07, 17 + RGB 13, 00, 08 + RGB 00, 00, 00 +; green (ice) + RGB 22, 29, 31 + RGB 10, 27, 31 + RGB 31, 31, 31 + RGB 05, 00, 09 +; water + RGB 15, 14, 24 + RGB 05, 05, 17 + RGB 03, 03, 10 + RGB 00, 00, 00 +; yellow + RGB 30, 30, 11 + RGB 16, 14, 18 + RGB 16, 14, 10 + RGB 00, 00, 00 +; brown + RGB 15, 14, 24 + RGB 12, 09, 15 + RGB 08, 04, 05 + RGB 00, 00, 00 +; roof (snow) + RGB 25, 31, 31 + RGB 09, 28, 31 + RGB 16, 11, 31 + RGB 05, 00, 09 +; text + RGB 31, 31, 16 + RGB 31, 31, 16 + RGB 14, 09, 00 + RGB 00, 00, 00 |