Added colours for the 10 sides
This commit is contained in:
parent
fc65c4b05a
commit
c82837408b
1 changed files with 6 additions and 1 deletions
|
@ -123,7 +123,12 @@ const SDL_Color& get_side_colour(int side)
|
|||
{0x00,0x00,0xFF,0},
|
||||
{0x00,0xFF,0x00,0},
|
||||
{0xFF,0xFF,0x00,0},
|
||||
{0xFF,0x55,0x55,0},
|
||||
{0xFF,0x00,0xFF,0},
|
||||
{0x33,0x33,0x33,0},
|
||||
{0x89,0x89,0x89,0},
|
||||
{0xFF,0xFF,0xFF,0},
|
||||
{0x94,0x50,0x27,0},
|
||||
{0x02,0xF5,0xE1,0},
|
||||
{0xFF,0x00,0xFF,0} };
|
||||
|
||||
static const size_t nsides = sizeof(sides)/sizeof(*sides);
|
||||
|
|
Loading…
Add table
Reference in a new issue