TextField fixes

This commit is contained in:
Anuken
2020-06-15 19:26:03 -04:00
parent 89aec3ac51
commit b789394efc
4 changed files with 13 additions and 3 deletions

View File

@@ -38,6 +38,8 @@ public class Rules{
public boolean canGameOver = true;
/** Whether reactors can explode and damage other blocks. */
public boolean reactorExplosions = true;
/** Whether units use and require ammo. */
public boolean unitAmmo = false;
/** How fast unit pads build units. */
public float unitBuildSpeedMultiplier = 1f;
/** How much health units start with. */