This commit is contained in:
Voz-Duh
2020-09-23 16:47:11 +03:00
parent b4d0df03df
commit 868c6a6996
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -72,6 +72,8 @@ public class Vars implements Loadable{
public static final int maxTextLength = 150;
/** max player name length in bytes */
public static final int maxNameLength = 40;
/** shadow color for turrets */
public static final float turretShadowColor = Color.toFloatBits(0, 0, 0, 0.22f);
/** displayed item size when ingame. */
public static final float itemSize = 5f;
/** units outside of this bound will die instantly */