Small tweak to sunrise palete

This commit is contained in:
Robert Marshall 2018-11-04 14:14:56 +00:00
parent d382a4b0a2
commit 1a3cf20025

View file

@ -4,10 +4,11 @@
DEFINE_GRADIENT_PALETTE(_sunrise_p) {
0, 0, 0, 0,
8, 0, 0, 16,
128, 255, 128, 0,
224, 255, 255, 0,
240, 255, 255, 255, // Hack to get around LINEARBLEND problem (for now, hopefully)
255, 255, 255, 2552
255, 255, 255, 255
};
class Lighting {