This commit is contained in:
Anuken
2020-04-16 11:30:42 -04:00
parent a8f4df8030
commit 713dbccf74
10 changed files with 304 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ import java.util.Arrays;
import static mindustry.Vars.world;
public class Edges{
private static final int maxSize = 11;
private static final int maxSize = 14;
private static final int maxRadius = 12;
private static Point2[][] edges = new Point2[maxSize][0];
private static Point2[][] edgeInside = new Point2[maxSize][0];