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:
parent
fbbc755283
commit
2e32fba4d9
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user