mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Restored layout of Video Options menu
Screen size option was missed during the last merge
This commit is contained in:
parent
dfd7e08307
commit
939823a141
1 changed files with 6 additions and 2 deletions
|
@ -663,10 +663,14 @@ OptionMenu "VideoOptions"
|
|||
Title "$DSPLYMNU_TITLE"
|
||||
|
||||
Submenu "OpenGL Options", "OpenGLOptions"
|
||||
Submenu "$DSPLYMNU_SCOREBOARD", "ScoreboardOptions" StaticText " "
|
||||
Submenu "$DSPLYMNU_SCOREBOARD", "ScoreboardOptions"
|
||||
StaticText " "
|
||||
Slider "$DSPLYMNU_SCREENSIZE", "screenblocks", 3.0, 12.0, 1.0, 0
|
||||
|
||||
Slider "Gamma correction", "Gamma", 0.75, 3.0, 0.05, 2
|
||||
Slider "Brightness", "vid_brightness", -0.8,0.8, 0.05
|
||||
Slider "Contrast", "vid_contrast", 0.1, 3.0, 0.1
|
||||
|
||||
Option "$DSPLYMNU_VSYNC", "vid_vsync", "OnOff"
|
||||
Option "$DSPLYMNU_CAPFPS", "cl_capfps", "OffOn"
|
||||
|
||||
|
|
Loading…
Reference in a new issue