mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Tweaks
This commit is contained in:
parent
27d6bf067e
commit
be0b13e27d
2 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=aaa08db6c5024c3213ae83cdbed2da9362eeded0
|
||||
archash=85e020b1565d7f6490d2281411b810916046e5ee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue