mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Fix duplicate RGB colours in palette (#18299)
* Remove duplicate RGB colours from palette * Update hash * Update reference dat file --------- Co-authored-by: Spacek531 <spacek531@comcast.net> Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
committed by
GitHub
parent
7011a9775c
commit
812ea151bb
@@ -361,18 +361,18 @@ constexpr const GamePalette StandardPalette = { {
|
||||
{ 0, 255, 255, 255 },
|
||||
|
||||
// 230 - 234 (Water waves)
|
||||
{ 99, 107, 7, 255 },
|
||||
{ 99, 107, 7, 255 },
|
||||
{ 135, 143, 39, 255 },
|
||||
{ 123, 131, 27, 255 },
|
||||
{ 99, 107, 7, 255 },
|
||||
{ 95, 103, 7, 255 },
|
||||
{ 87, 95, 0, 255 },
|
||||
{ 111, 119, 15, 255 },
|
||||
|
||||
// 235 - 249 (Water sparkles)
|
||||
{ 151, 155, 55, 255 },
|
||||
{ 151, 155, 55, 255 },
|
||||
{ 255, 255, 199, 255 },
|
||||
{ 227, 227, 155, 255 },
|
||||
{ 203, 203, 115, 255 },
|
||||
{ 151, 155, 55, 255 },
|
||||
{ 175, 175, 83, 255 },
|
||||
{ 151, 155, 51, 255 },
|
||||
{ 203, 203, 123, 255 },
|
||||
|
||||
// 240 - 242 (Extra grey)
|
||||
{ 91, 91, 67, 255 },
|
||||
|
||||
Reference in New Issue
Block a user