Added alpha drone swarm ability
This commit is contained in:
@@ -23,7 +23,7 @@ import io.anuke.ucore.util.Mathf;
|
||||
import static io.anuke.mindustry.Vars.*;
|
||||
|
||||
public class Sectors{
|
||||
private static final int sectorImageSize = 16;
|
||||
private static final int sectorImageSize = 32;
|
||||
private static final float sectorLargeChance = 0.23f;
|
||||
|
||||
private GridMap<Sector> grid = new GridMap<>();
|
||||
|
||||
Reference in New Issue
Block a user