Sector layout fixes

This commit is contained in:
Anuken
2025-05-22 19:44:45 -04:00
parent 0de78ffa0d
commit d2c50ccd9e
4 changed files with 4 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ public class Planets{
atmosphereColor = Color.valueOf("3c1b8f");
atmosphereRadIn = 0.02f;
atmosphereRadOut = 0.3f;
startSector = 15;
startSector = 170;
alwaysUnlocked = true;
allowSelfSectorLaunch = true;
landCloudColor = Pal.spore.cpy().a(0.5f);