mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 12:32:40 +02:00
unhide FOG and RIME elements. TODO: hide VINE from the menu? (seems useless, would make the menu less scrolly)
This commit is contained in:
@@ -6,7 +6,7 @@ Element_FOG::Element_FOG()
|
|||||||
Name = "FOG";
|
Name = "FOG";
|
||||||
Colour = PIXPACK(0xAAAAAA);
|
Colour = PIXPACK(0xAAAAAA);
|
||||||
MenuVisible = 1;
|
MenuVisible = 1;
|
||||||
MenuSection = SC_CRACKER2;
|
MenuSection = SC_GAS;
|
||||||
Enabled = 1;
|
Enabled = 1;
|
||||||
|
|
||||||
Advection = 0.8f;
|
Advection = 0.8f;
|
||||||
|
@@ -6,7 +6,7 @@ Element_RIME::Element_RIME()
|
|||||||
Name = "RIME";
|
Name = "RIME";
|
||||||
Colour = PIXPACK(0xCCCCCC);
|
Colour = PIXPACK(0xCCCCCC);
|
||||||
MenuVisible = 1;
|
MenuVisible = 1;
|
||||||
MenuSection = SC_CRACKER2;
|
MenuSection = SC_SOLIDS;
|
||||||
Enabled = 1;
|
Enabled = 1;
|
||||||
|
|
||||||
Advection = 0.00f;
|
Advection = 0.00f;
|
||||||
|
Reference in New Issue
Block a user