Added colours for the 10 sides

This commit is contained in:
uid69097 2004-01-10 21:10:14 +00:00
parent fc65c4b05a
commit c82837408b

View file

@ -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);