Autopan to last sector

This commit is contained in:
Anuken
2020-07-29 23:36:59 -04:00
parent 9bf3074aee
commit 66c0c9baa2
4 changed files with 22 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ public class Planets implements ContentList{
generator = new TODOPlanetGenerator();
meshLoader = () -> new HexMesh(this, 6);
atmosphereColor = Color.valueOf("3c1b8f");
startSector = 15;
}};
}
}