Change standard palette colours for indices 1-9

This commit is contained in:
Michael Steenbeek 2020-12-30 20:07:14 +01:00 committed by GitHub
parent 3073cca6aa
commit ac2057775e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -69,15 +69,15 @@ constexpr const GamePalette StandardPalette = { {
{ 0, 0, 0, 255 },
// 1 - 9 (misc. e.g. font and water)
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 0, 0, 0, 255 },
{ 1, 1, 1, 255 },
{ 2, 2, 2, 255 },
{ 3, 3, 3, 255 },
{ 4, 4, 4, 255 },
{ 5, 5, 5, 255 },
{ 6, 6, 6, 255 },
{ 7, 7, 7, 255 },
{ 8, 8, 8, 255 },
{ 9, 9, 9, 255 },
//
{ 35, 35, 23, 255 },