mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
do da stanky leg
This commit is contained in:
parent
8ae7883ccb
commit
16322ebbd6
@ -33,7 +33,7 @@ namespace NewHorizons.Builder.Atmosphere
|
||||
PFC.fogRadius = atmo.fogSize;
|
||||
PFC.fogDensity = atmo.fogDensity;
|
||||
PFC.fogExponent = 1f;
|
||||
PFC.fogColorRampTexture = atmo.FogTint == null ? _ramp : ImageUtilities.TintImage(_ramp, atmo.FogTint.ToColor());
|
||||
PFC.fogColorRampTexture = atmo.fogTint == null ? _ramp : ImageUtilities.TintImage(_ramp, atmo.fogTint);
|
||||
PFC.fogColorRampIntensity = 1f;
|
||||
PFC.fogTint = atmo.fogTint;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user