Skip to content

Commit 50d61f3

Browse files
committed
Unit things2
1 parent 8719541 commit 50d61f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/exogenesis/content/ExoPlanets.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void load(){
3535
accessible = false;
3636
solarSystem = this;
3737
meshLoader = () -> new SunMesh(
38-
this, 5,
38+
this, 8,
3939
5, 0.3, 2.7, 1.2, 1,
4040
1.6f,
4141
Color.valueOf("1c5dff"),
@@ -454,7 +454,7 @@ public static void load(){
454454
);
455455
}};
456456
meshLoader = () -> new MultiMesh(
457-
new HexMesh(this, 7),
457+
new HexMesh(this, 6),
458458
new CircleMesh(atlas.find("exogenesis-ring1"), this, 80, 2.55f, 2.6f, ringPos),
459459
new CircleMesh(atlas.find("exogenesis-ring3"), this,80, 2.2f, 2.5f, ringPos),
460460
new CircleMesh(atlas.find("exogenesis-ring3"), this,80, 1.9f, 2.1f, ringPos1)

0 commit comments

Comments
 (0)