mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- updated video menu in menudef.z.
This commit is contained in:
parent
e49572b713
commit
962fc64d2b
1 changed files with 2 additions and 0 deletions
|
@ -214,8 +214,10 @@ OptionMenu "VideoOptions"
|
||||||
Option "Blood Type", "cl_bloodtype", "BloodTypes"
|
Option "Blood Type", "cl_bloodtype", "BloodTypes"
|
||||||
Option "Bullet Puff Type", "cl_pufftype", "PuffTypes"
|
Option "Bullet Puff Type", "cl_pufftype", "PuffTypes"
|
||||||
Slider "Number of particles", "r_maxparticles", 100, 10000, 100, 0
|
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 "Show player sprites", "r_drawplayersprites", "OnOff"
|
||||||
Option "Death camera", "r_deathcamera", "OnOff"
|
Option "Death camera", "r_deathcamera", "OnOff"
|
||||||
Option "Teleporter zoom", "telezoom", "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"
|
Option "Interpolate monster movement", "nomonsterinterpolation", "NoYes"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue