move some elements around

This commit is contained in:
jacob1 2013-05-04 19:50:11 -04:00
parent a4e75d587f
commit 08f05d69c1
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Element_BVBR::Element_BVBR()
Name = "BVBR";
Colour = PIXPACK(0x005000);
MenuVisible = 1;
MenuSection = SC_POWDERS;
MenuSection = SC_NUCLEAR;
Enabled = 1;
Advection = 0.3f;

View File

@ -6,7 +6,7 @@ Element_DMND::Element_DMND()
Name = "DMND";
Colour = PIXPACK(0xCCFFFF);
MenuVisible = 1;
MenuSection = SC_SOLIDS;
MenuSection = SC_SPECIAL;
Enabled = 1;
Advection = 0.0f;

View File

@ -6,7 +6,7 @@ Element_INSL::Element_INSL()
Name = "INSL";
Colour = PIXPACK(0x9EA3B6);
MenuVisible = 1;
MenuSection = SC_SPECIAL;
MenuSection = SC_ELEC;
Enabled = 1;
Advection = 0.0f;

View File

@ -7,7 +7,7 @@ Element_LIGH::Element_LIGH()
Name = "LIGH";
Colour = PIXPACK(0xFFFFC0);
MenuVisible = 1;
MenuSection = SC_ELEC;
MenuSection = SC_EXPLOSIVE;
Enabled = 1;
Advection = 0.0f;

View File

@ -6,7 +6,7 @@ Element_PIPE::Element_PIPE()
Name = "PIPE";
Colour = PIXPACK(0x444444);
MenuVisible = 1;
MenuSection = SC_SOLIDS;
MenuSection = SC_FORCE;
Enabled = 1;
Advection = 0.0f;

View File

@ -7,7 +7,7 @@ Element_TUGN::Element_TUGN()
Name = "TUGN";
Colour = PIXPACK(0x505050);
MenuVisible = 1;
MenuSection = SC_SOLIDS;
MenuSection = SC_ELEC;
Enabled = 1;
Advection = 0.0f;