Added initial campaign selection dialog

This commit is contained in:
Anuken
2022-09-18 23:33:47 -04:00
parent 5117a5bd71
commit cbd38003b1
7 changed files with 78 additions and 12 deletions

View File

@@ -64,6 +64,7 @@ public class Planets{
lightDstFrom = 0.2f;
clearSectorOnLose = true;
defaultCore = Blocks.coreBastion;
iconColor = Color.valueOf("ff9266");
hiddenItems.addAll(Items.serpuloItems).removeAll(Items.erekirItems);
//TODO SHOULD there be lighting?
@@ -140,6 +141,7 @@ public class Planets{
r.attributes.clear();
r.showSpawns = false;
};
iconColor = Color.valueOf("7d4dff");
atmosphereColor = Color.valueOf("3c1b8f");
atmosphereRadIn = 0.02f;
atmosphereRadOut = 0.3f;