Loadout env fixes

This commit is contained in:
Anuken
2022-01-26 14:01:38 -05:00
parent 06a4f65728
commit f97d7edffb
9 changed files with 28 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ import mindustry.graphics.g3d.PlanetGrid.*;
import mindustry.maps.planet.*;
import mindustry.type.*;
import mindustry.world.*;
import mindustry.world.meta.*;
public class Planets{
public static Planet
@@ -50,6 +51,8 @@ public class Planets{
);
landCloudColor = Color.valueOf("ed6542");
atmosphereColor = Color.valueOf("f07218");
defaultEnv = Env.scorching | Env.terrestrial;
drillOverlay = Blocks.air;
startSector = 10;
atmosphereRadIn = 0.02f;
atmosphereRadOut = 0.3f;