Load_INFO Add more colors in default palette
This commit is contained in:
parent
6efc257229
commit
d57c6dd4ba
@ -2543,6 +2543,14 @@ void Load_INFO(T_IO_Context * context)
|
||||
{ 175, 175, 175 },
|
||||
{ 170, 144, 124 },
|
||||
{ 255, 169, 151 },
|
||||
{ 255, 0, 0 }, //
|
||||
{ 160, 0, 0 }, //
|
||||
{ 0, 246, 255 }, //
|
||||
{ 0, 0, 255 }, //
|
||||
{ 0, 160, 0 }, //
|
||||
{ 0, 255, 0 }, //
|
||||
{ 255, 255, 0 }, //
|
||||
{ 255, 160, 0 }, //
|
||||
};
|
||||
T_INFO_Header header;
|
||||
T_INFO_ImageHeader imgheaders[2];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user