Added new test

This commit is contained in:
Anuken
2018-10-04 17:59:16 -04:00
parent 7488a6d42b
commit 244eb91dfb
3 changed files with 19 additions and 1 deletions

View File

@@ -31,7 +31,6 @@ import static io.anuke.mindustry.Vars.*;
public class Sectors{
private static final int sectorImageSize = 32;
private static final boolean checkExpansion = false;
private static final float sectorLargeChance = 0.24f;
private GridMap<Sector> grid = new GridMap<>();