--- ui/options.menu 2007-06-03 21:33:25.000000000 -0400 +++ /home/msk/.tremulous/base/ui/options.menu 2007-06-10 12:30:32.000000000 -0400 @@ -54,10 +54,29 @@ itemDef { type ITEM_TYPE_MULTI + text "Gender:" + cvar "sex" + cvarStrList { "Male", "male", "Female", "female", "Neuter", "neuter" } + rect 50 35 192 15 + textalign ITEM_ALIGN_RIGHT + textalignx 64 + textaligny 12 + textscale .25 + forecolor 1 1 1 1 + visible 1 + action + { + play "sound/misc/menu1.wav"; + } + } + + itemDef + { + type ITEM_TYPE_MULTI text "Video Quality:" cvar "ui_glCustom" cvarFloatList { "High Quality" 0 "Normal" 1 "Fast" 2 "Fastest" 3 "Custom" 4 } - rect 50 45 192 15 + rect 50 55 192 15 textalign ITEM_ALIGN_RIGHT textalignx 64 textaligny 12 @@ -79,7 +98,7 @@ cvarFloatList { "320x240" 0 "400x300" 1 "512x384" 2 "640x480" 3 "800x600" 4 "960x720" 5 "1024x768" 6 "1152x864" 7 "1280x1024" 8 "1600x1200" 9 "2048x1536" 10 "856x480 wide screen" 11 } - rect 50 60 192 15 + rect 50 70 192 15 textalign ITEM_ALIGN_RIGHT textalignx 64 textaligny 12 @@ -98,7 +117,7 @@ type ITEM_TYPE_SLIDER text "Video Brightness:" cvarfloat "r_gamma" 1 .5 2 - rect 50 75 192 20 + rect 50 85 192 20 textalign ITEM_ALIGN_RIGHT textalignx 64 textaligny 12