Added dimamount and dimcolor to display options menu.

This commit is contained in:
John Palomo Jr 2016-01-30 16:44:50 -05:00
parent 46024398fe
commit d8f7785ad9
1 changed files with 2 additions and 0 deletions

View File

@ -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"
}
//-------------------------------------------------------------------------------------------