drag multiplier

This commit is contained in:
Anuken
2021-10-15 17:10:24 -04:00
parent 176343e862
commit 7a94af5e82
5 changed files with 5 additions and 13 deletions

View File

@@ -81,6 +81,8 @@ public class Rules{
public int winWave = 0;
/** Base unit cap. Can still be increased by blocks. */
public int unitCap = 0;
/** Environment drag multiplier. */
public float dragMultiplier = 1f;
/** Environmental flags that dictate visuals & how blocks function. */
public int environment = Env.terrestrial | Env.spores | Env.groundOil | Env.groundWater | Env.oxygen;
/** Attributes of the environment. */