mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 02:40:47 +02:00
move some elements around
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user