fix GRAV and EXOT button colors

this also fixes GRAV with pretty powders on. TODO: maybe use old GRAV color cycling
This commit is contained in:
jacob1 2015-09-01 01:46:33 -04:00
parent fbbc755283
commit 2e32fba4d9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Element_EXOT::Element_EXOT()
{
Identifier = "DEFAULT_PT_EXOT";
Name = "EXOT";
Colour = PIXPACK(0x404040);
Colour = PIXPACK(0x247BFE);
MenuVisible = 1;
MenuSection = SC_NUCLEAR;
Enabled = 1;

View File

@ -4,7 +4,7 @@ Element_GRAV::Element_GRAV()
{
Identifier = "DEFAULT_PT_GRAV";
Name = "GRAV";
Colour = PIXPACK(0xFFE0A0);
Colour = PIXPACK(0x202020);
MenuVisible = 1;
MenuSection = SC_POWDERS;
Enabled = 1;