unhide FOG and RIME elements. TODO: hide VINE from the menu? (seems useless, would make the menu less scrolly)
This commit is contained in:
parent
da7d107f60
commit
468e678cd6
@ -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