mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Add FOV slider to the display options menu
This commit is contained in:
parent
73f73cdf7c
commit
d64dd1f631
2 changed files with 4 additions and 1 deletions
|
@ -947,6 +947,8 @@ OptionMenu "VideoOptions" protected
|
|||
Slider "$DSPLYMNU_CONTRAST", "vid_contrast", 0.1, 3.0, 0.1
|
||||
Slider "$DSPLYMNU_SATURATION", "vid_saturation", -3.0, 3.0, 0.25, 2
|
||||
StaticText " "
|
||||
Slider "$DSPLYMNU_FOV", "fov", 75.0, 120.0, 0.1, 1
|
||||
StaticText " "
|
||||
Option "$DSPLYMNU_SPRITESHADOW", "r_actorspriteshadow", "SpriteShadowModes"
|
||||
Option "$DSPLYMNU_CUSTOMINVERTMAP", "cl_customizeinvulmap", "OnOff"
|
||||
ColorPicker "$DSPLYMNU_CUSTOMINVERTC1", "cl_custominvulmapcolor1"
|
||||
|
|
|
@ -69,7 +69,8 @@ OptionMenu VideoOptionsSimple 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
|
||||
|
||||
StaticText " "
|
||||
Slider "$DSPLYMNU_FOV", "fov", 75.0, 120.0, 0.1, 1
|
||||
// commenting this out for now, this menu is so general purpose I am not sure it makes sense, but I'm leaving it here just in case
|
||||
// the "full" menu doesn't have some of the options that are in this one.
|
||||
//StaticText " "
|
||||
|
|
Loading…
Reference in a new issue