Named the starter planet

This commit is contained in:
Anuken
2020-07-30 16:14:15 -04:00
parent 99fafc47f2
commit f39609d1ef
6 changed files with 19 additions and 21 deletions
+3 -4
View File
@@ -9,7 +9,7 @@ import mindustry.type.*;
public class Planets implements ContentList{
public static Planet
sun,
starter; //TODO rename
serpulo;
@Override
public void load(){
@@ -31,9 +31,8 @@ public class Planets implements ContentList{
);
}};
//TODO rename
starter = new Planet("TODO", sun, 3, 1){{
generator = new TODOPlanetGenerator();
serpulo = new Planet("serpulo", sun, 3, 1){{
generator = new SerpuloPlanetGenerator();
meshLoader = () -> new HexMesh(this, 6);
atmosphereColor = Color.valueOf("3c1b8f");
startSector = 15;