diff options
Diffstat (limited to 'ui/ingame_options.menu')
-rw-r--r-- | ui/ingame_options.menu | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 7bbcbb83..324114b0 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -1792,10 +1792,31 @@ name gsoftware group optionsGrp type ITEM_TYPE_MULTI + text "Particle Physics:" + cvar "cg_bounceParticles" + cvarFloatList { "Low Quality" 0 "High Quality" 1 } + rect 96 235 192 15 + textalign ITEM_ALIGN_RIGHT + textalignx 100 + textaligny 12 + textscale .25 + forecolor 1 1 1 1 + visible 1 + action + { + play "sound/misc/menu1.wav"; + } + } + + itemDef + { + name gsoftware + group optionsGrp + type ITEM_TYPE_MULTI text "Light Flares:" cvar "cg_lightFlare" cvarFloatList { "Off" 0 "No Fade" 1 "Timed Fade" 2 "Real Fade" 3 } - rect 96 235 192 15 + rect 96 250 192 15 textalign ITEM_ALIGN_RIGHT textalignx 100 textaligny 12 |