Skip to content

Commit 43c593d

Browse files
committed
Vanstar unit stuff
1 parent b6fbf5d commit 43c593d

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

988 Bytes
Loading
409 Bytes
Loading
1.21 KB
Loading
1.21 KB
Loading
156 Bytes
Loading
3.28 KB
Loading

src/exogenesis/content/ExoPlanets.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public static void load(){
4949
}};
5050
hadroxa = new Planet("hadroxa", ExoPlanets.zetaTitanus, 1f, 4){{
5151
generator = new HadroxaPlanetGenerator();
52-
meshLoader = () -> new HexMesh(this, 8);
52+
meshLoader = () -> new HexMesh(this, 6);
5353
cloudMeshLoader = () -> new MultiMesh(
54-
new HexSkyMesh(this, 2, 0.10f, 0.14f, 6, Color.valueOf("eba768").a(0.75f), 2, 0.42f, 1f, 0.23f),
55-
new HexSkyMesh(this, 3, 0.2f, 0.15f, 7, Color.valueOf("eea293").a(0.75f), 2, 0.42f, 1.2f, 0.25f)
54+
new HexSkyMesh(this, 2, 0.10f, 0.14f, 5, Color.valueOf("eba768").a(0.75f), 2, 0.42f, 1f, 0.23f),
55+
new HexSkyMesh(this, 3, 0.2f, 0.15f, 6, Color.valueOf("eea293").a(0.75f), 2, 0.42f, 1.2f, 0.25f)
5656
);
5757
alwaysUnlocked = true;
5858
landCloudColor = Color.valueOf("ed6542");

0 commit comments

Comments
 (0)