Made various fields/methods public

This commit is contained in:
Anuken
2021-08-17 17:23:02 -04:00
parent ada6ef229c
commit e4742133ca
12 changed files with 47 additions and 50 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ public class Vars implements Loadable{
public static final int maxNameLength = 40;
/** displayed item size when ingame. */
public static final float itemSize = 5f;
/** units outside of this bound will die instantly */
/** units outside this bound will die instantly */
public static final float finalWorldBounds = 250;
/** range for building */
public static final float buildingRange = 220f;