Core launch capacity tweaks

This commit is contained in:
Anuken
2022-01-28 14:00:03 -05:00
parent 27bb848832
commit ac68edda40
6 changed files with 18 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ public class Planets{
atmosphereRadOut = 0.3f;
}};
//TODO hide beryllium and others on load in rules
serpulo = new Planet("serpulo", sun, 1f, 3){{
generator = new SerpuloPlanetGenerator();
meshLoader = () -> new HexMesh(this, 6);