Bugfixes / Possibly fixed unit tests

This commit is contained in:
Anuken
2019-02-08 17:05:09 -05:00
parent bb0ee26e4f
commit a87e2a56d2
10 changed files with 30 additions and 72 deletions

View File

@@ -53,6 +53,8 @@ public class Vars{
public static final float itemSize = 5f;
/**extra padding around the world; units outside this bound will begin to self-destruct.*/
public static final float worldBounds = 100f;
/**units outside of this bound will simply die instantly*/
public static final float finalWorldBounds = worldBounds + 500;
/**ticks spent out of bound until self destruct.*/
public static final float boundsCountdown = 60*7;
/**size of tiles in units*/