Implement dynamic 3D sky fog + more music

This commit is contained in:
2025-04-24 14:07:03 -04:00
parent 0254ad5eed
commit 702006315b
4 changed files with 58 additions and 27 deletions

View File

@@ -426,6 +426,7 @@ void SetupCoreData(){
WeatherManager.defFogEndDist = "3000";
WeatherManager.defFogDensity = 0.55;
WeatherManager.fogChangeRate = 0.001;
WeatherManager.fogChangeRateRGB = 0.25;
WeatherManager.hasTornado = false;
MapLighting[0].arcs = "MapLighting.StreetLamp00.arcs";
MapLighting[1].arcs = "MapLighting.StreetLamp01.arcs";