Merge pull request #2675 from Voz-Duh/turrets-shadow

Turrets Shadow
This commit is contained in:
Anuken
2020-09-23 10:50:47 -04:00
committed by GitHub
4 changed files with 14 additions and 0 deletions

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 */