diff options
author | Tim Angus <tim@ngus.net> | 2002-09-25 04:08:47 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-09-25 04:08:47 +0000 |
commit | 8b99984ae036ca5573c5e5830273cf31378fe9b7 (patch) | |
tree | d902eca722df7af2d2ab62367116060c2f029a49 /ui/ingame_options.menu | |
parent | 3c6b8885e0442f7fd008b4124ca03ec5295252a3 (diff) |
* Loading menu altered for progress bar border thickness
* tremulous_human_hud.menu is CVS is currently cruft - waiting for Jex
* Crosshair selection removed from options menu
Diffstat (limited to 'ui/ingame_options.menu')
-rw-r--r-- | ui/ingame_options.menu | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 88c3cbf2..76bfaa05 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -185,25 +185,10 @@ { name game group optionsGrp - text "Crosshair:" - ownerdraw UI_CROSSHAIR - rect 218 167 20 17 - textalign ITEM_ALIGN_RIGHT - textalignx 0 - textaligny 17 - textscale .25 - forecolor 1 1 1 1 - visible 0 - } - - itemDef - { - name game - group optionsGrp type ITEM_TYPE_YESNO text "Auto Wallwalk Pitching:" cvar "cg_wwFollow" - rect 90 185 192 15 + rect 90 165 192 15 textalign ITEM_ALIGN_RIGHT textalignx 128 textaligny 12 @@ -220,7 +205,7 @@ text "Wallwalking Speed:" cvarfloat "cg_wwSmoothTime" 300 0 1000 cvarFloatList { "Medium" 300 "Fast" 150 "Instant" 0 "Slow" 600 } - rect 90 200 192 15 + rect 90 180 192 15 textalign ITEM_ALIGN_RIGHT textalignx 128 textaligny 12 |