Default darker night

This commit is contained in:
Anuken
2021-07-08 09:31:53 -04:00
parent a0c5ed3761
commit bf89f7a0cc

View File

@@ -60,7 +60,7 @@ public class Planet extends UnlockableContent{
/** If true, a day/night cycle is simulated. */
public boolean updateLighting = true;
/** 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. */
public int startSector = 0;
/** Whether the bloom render effect is enabled. */