Added shield effects

This commit is contained in:
Anuken
2020-05-14 12:07:33 -04:00
parent a06f6f0b2d
commit d54d8a25af
12 changed files with 94 additions and 12 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ public class Vars implements Loadable{
public static final float miningRange = 70f;
/** range for building */
public static final float buildingRange = 220f;
/** ticks spent out of bound until self destruct. */
public static final float boundsCountdown = 60 * 7;
/** duration of one turn. */
public static final float turnDuration = 5 * Time.toMinutes;
/** for map generator dialog */
public static boolean updateEditorOnChange = false;
/** size of tiles in units */