From 263850624abe3d5df318ab57fff8a7da40f41e50 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 17 Sep 2021 11:36:57 -0400 Subject: [PATCH] Cleanup --- core/src/mindustry/maps/planet/AsteroidGenerator.java | 1 - core/src/mindustry/type/Planet.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/maps/planet/AsteroidGenerator.java b/core/src/mindustry/maps/planet/AsteroidGenerator.java index c48933fa6c..2e2a6f4bba 100644 --- a/core/src/mindustry/maps/planet/AsteroidGenerator.java +++ b/core/src/mindustry/maps/planet/AsteroidGenerator.java @@ -119,7 +119,6 @@ public class AsteroidGenerator extends BlankPlanetGenerator{ //TODO: //- copper maybe should not exist //- consider replacing certain ores with something else - //- sand source - olivine/pyroxene? //titanium pass((x, y) -> { diff --git a/core/src/mindustry/type/Planet.java b/core/src/mindustry/type/Planet.java index 20901d0829..adfc406768 100644 --- a/core/src/mindustry/type/Planet.java +++ b/core/src/mindustry/type/Planet.java @@ -33,7 +33,7 @@ public class Planet extends UnlockableContent{ /** Array of sectors; directly maps to tiles in the grid. */ public Seq sectors = new Seq<>(); /** Default spacing between planet orbits in world units. This is defined per-parent! */ - public float orbitSpacing = 11f; + public float orbitSpacing = 12f; /** Radius of this planet's sphere. Does not take into account satellites. */ public float radius; /** Camera radius offset. */