Small tweak to sunrise palete
This commit is contained in:
parent
d382a4b0a2
commit
1a3cf20025
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue