- updated video menu in menudef.z.

This commit is contained in:
Christoph Oelckers 2015-02-10 20:27:09 +01:00
parent e49572b713
commit 962fc64d2b
1 changed files with 2 additions and 0 deletions

View File

@ -214,8 +214,10 @@ OptionMenu "VideoOptions"
Option "Blood Type", "cl_bloodtype", "BloodTypes"
Option "Bullet Puff Type", "cl_pufftype", "PuffTypes"
Slider "Number of particles", "r_maxparticles", 100, 10000, 100, 0
Slider "Number of decals", "cl_maxdecals", 0, 10000, 100, 0
Option "Show player sprites", "r_drawplayersprites", "OnOff"
Option "Death camera", "r_deathcamera", "OnOff"
Option "Teleporter zoom", "telezoom", "OnOff"
Slider "Earthquake shake intensity", "r_quakeintensity", 0.0, 1.0, 0.05, 2
Option "Interpolate monster movement", "nomonsterinterpolation", "NoYes"
}