mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 03:40:50 +00:00
Merge pull request #436 from Calinou/add-ambient-light-setting-gui
Add an Ambient Light slider to the Display Options setting GUI
This commit is contained in:
commit
af690d765a
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