mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Added dimamount and dimcolor to display options menu.
This commit is contained in:
parent
46024398fe
commit
d8f7785ad9
1 changed files with 2 additions and 0 deletions
|
@ -686,6 +686,8 @@ OptionMenu "VideoOptions"
|
|||
Option "Teleporter zoom", "telezoom", "OnOff"
|
||||
Slider "Earthquake shake intensity", "r_quakeintensity", 0.0, 1.0, 0.05, 2
|
||||
Option "Interpolate monster movement", "nomonsterinterpolation", "NoYes"
|
||||
Slider "Menu dim", "dimamount", 0, 1.0, 0.05, 2
|
||||
ColorPicker "Dim color", "dimcolor"
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue