Small tweak to Mist weather

This commit is contained in:
JappaWakka 2023-10-27 11:58:54 +02:00
parent 7b7b23260a
commit 0860f3b63c

View File

@ -171,7 +171,7 @@ Public Class World
End If End If
If Weather = Weathers.Mist Then If Weather = Weathers.Mist Then
Screen.Effect.FogStart = -1 Screen.Effect.FogStart = 0
Screen.Effect.FogEnd = 19 Screen.Effect.FogEnd = 19
Screen.Camera.FarPlane = 20 Screen.Camera.FarPlane = 20