Cleanup
This commit is contained in:
@@ -119,7 +119,6 @@ public class AsteroidGenerator extends BlankPlanetGenerator{
|
|||||||
//TODO:
|
//TODO:
|
||||||
//- copper maybe should not exist
|
//- copper maybe should not exist
|
||||||
//- consider replacing certain ores with something else
|
//- consider replacing certain ores with something else
|
||||||
//- sand source - olivine/pyroxene?
|
|
||||||
|
|
||||||
//titanium
|
//titanium
|
||||||
pass((x, y) -> {
|
pass((x, y) -> {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ public class Planet extends UnlockableContent{
|
|||||||
/** Array of sectors; directly maps to tiles in the grid. */
|
/** Array of sectors; directly maps to tiles in the grid. */
|
||||||
public Seq<Sector> sectors = new Seq<>();
|
public Seq<Sector> sectors = new Seq<>();
|
||||||
/** Default spacing between planet orbits in world units. This is defined per-parent! */
|
/** 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. */
|
/** Radius of this planet's sphere. Does not take into account satellites. */
|
||||||
public float radius;
|
public float radius;
|
||||||
/** Camera radius offset. */
|
/** Camera radius offset. */
|
||||||
|
|||||||
Reference in New Issue
Block a user