Merge pull request #522 from j-palomo/dimoptions

Added dimamount and dimcolor to display options menu.
This commit is contained in:
coelckers 2016-01-30 22:50:42 +01:00
commit 5c13b86ad1
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"
}
//-------------------------------------------------------------------------------------------