Planet cleanup

This commit is contained in:
Anuken
2020-01-18 17:03:03 -05:00
parent 47695f1f8c
commit b2f9b2ef77
6 changed files with 59 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
package mindustry.content;
import mindustry.ctype.*;
import mindustry.maps.planet.*;
import mindustry.type.*;
public class Planets implements ContentList{
@@ -10,7 +11,8 @@ public class Planets implements ContentList{
@Override
public void load(){
starter = new Planet("//TODO"){{
detail = 6;
generator = new TestPlanetGenerator();
}};
}
}