Skip to content

Commit

Permalink
fix GRAV and EXOT button colors
Browse files Browse the repository at this point in the history
this also fixes GRAV with pretty powders on. TODO: maybe use old GRAV color cycling
  • Loading branch information
jacob1 committed Sep 1, 2015
1 parent fbbc755 commit 2e32fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/simulation/elements/EXOT.cpp
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/simulation/elements/GRAV.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 2e32fba

Please sign in to comment.