Default darker night
This commit is contained in:
@@ -60,7 +60,7 @@ public class Planet extends UnlockableContent{
|
|||||||
/** If true, a day/night cycle is simulated. */
|
/** If true, a day/night cycle is simulated. */
|
||||||
public boolean updateLighting = true;
|
public boolean updateLighting = true;
|
||||||
/** Day/night cycle parameters. */
|
/** Day/night cycle parameters. */
|
||||||
public float lightSrcFrom = 0f, lightSrcTo = 0.8f, lightDstFrom = 0.3f, lightDstTo = 1f;
|
public float lightSrcFrom = 0f, lightSrcTo = 0.8f, lightDstFrom = 0.2f, lightDstTo = 1f;
|
||||||
/** The default starting sector displayed to the map dialog. */
|
/** The default starting sector displayed to the map dialog. */
|
||||||
public int startSector = 0;
|
public int startSector = 0;
|
||||||
/** Whether the bloom render effect is enabled. */
|
/** Whether the bloom render effect is enabled. */
|
||||||
|
|||||||
Reference in New Issue
Block a user