Balancing / Bugfixes / Decreased build duration slightly

This commit is contained in:
Anuken
2019-03-28 14:38:00 -04:00
parent fd190c7770
commit e6a24b8ba1
9 changed files with 19 additions and 21 deletions
@@ -23,7 +23,7 @@ import static io.anuke.mindustry.Vars.*;
public class BlockRenderer{
private final static int initialRequests = 32 * 32;
private final static int expandr = 9;
private final static Color shadowColor = new Color(0, 0, 0, 0.7f);
private final static Color shadowColor = new Color(0, 0, 0, 0.71f);
public final FloorRenderer floor = new FloorRenderer();