mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
Merge pull request #522 from j-palomo/dimoptions
Added dimamount and dimcolor to display options menu.
This commit is contained in:
commit
5c13b86ad1
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