mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 15:24:52 +02:00
Made the light color more neutral
This commit is contained in:
parent
35aa80b072
commit
38f2f0c0f4
@ -148,13 +148,13 @@
|
|||||||
End If
|
End If
|
||||||
Select Case Screen.Level.DayTime
|
Select Case Screen.Level.DayTime
|
||||||
Case 1
|
Case 1
|
||||||
Return New Color(48, 200, 248)
|
Return New Color(128, 128, 128)
|
||||||
Case 2
|
Case 2
|
||||||
Return New Color(40, 88, 136)
|
Return New Color(128, 128, 128)
|
||||||
Case 3
|
Case 3
|
||||||
Return New Color(168, 224, 248)
|
Return New Color(128, 128, 128)
|
||||||
Case 4
|
Case 4
|
||||||
Return New Color(192, 152, 184)
|
Return New Color(128, 128, 128)
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user