This commit is contained in:
Anuken
2020-01-20 14:04:43 -05:00
parent 27d6bf067e
commit be0b13e27d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import static mindustry.Vars.*;
public class PlanetRenderer implements PlanetGenerator{
private final Color outlineColor = Pal.accent.cpy().a(0.7f);
private final float camLength = 4f, outlineRad = 1.2f;
private final float camLength = 4f, outlineRad = 1.15f;
private final boolean drawnRect = true;
private final PlanetMesh[] outlines = new PlanetMesh[10];