Bugfixes / Possibly fixed unit tests
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user