mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
Add an Ambient Light slider to the Display Options setting GUI
`r_ambientlight` works in a way similar to EDuke32's Visibility slider. Higher values decrease the amount of visible "fog" in the distance, especially in darker areas.
This commit is contained in:
parent
9324898cbc
commit
672637fc13
1 changed files with 1 additions and 0 deletions
|
@ -1030,6 +1030,7 @@ OptionMenu "VideoOptions" protected
|
|||
Slider "$DSPLYMNU_BRIGHTNESS", "vid_brightness", -0.8,0.8, 0.05,2
|
||||
Slider "$DSPLYMNU_CONTRAST", "vid_contrast", 0.1, 3.0, 0.1
|
||||
Slider "$DSPLYMNU_SATURATION", "vid_saturation", -3.0, 3.0, 0.25, 2
|
||||
Slider "$DSPLYMNU_AMBIENT_LIGHT", "r_ambientlight", 0.5, 4.0, 0.1
|
||||
|
||||
StaticText ""
|
||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||
|
|
Loading…
Reference in a new issue