mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 06:41:58 +00:00
Fix some menu items
This commit is contained in:
parent
9afde6e694
commit
e82c52f6e6
6 changed files with 6 additions and 8 deletions
Binary file not shown.
|
@ -86,7 +86,7 @@ itemDef {
|
|||
group grpComfort
|
||||
type ITEM_TYPE_SLIDER
|
||||
text "Haptic Intensity:"
|
||||
cvarfloat "vr_hudYOffset" 0.2 0 1
|
||||
cvarfloat "vr_hapticIntensity" 0.2 0 1
|
||||
rect 99 225 256 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
|
|
|
@ -149,7 +149,7 @@ itemDef {
|
|||
type ITEM_TYPE_MULTI
|
||||
text "Weapon Selector Mode:"
|
||||
cvar "vr_weaponSelectorMode"
|
||||
cvarFloatList { "Controller Weapon Selector" 0 "HMD Weapon Wheel" 1 "Alt-Key Bindings" 2 "Thumbstick Forward/Back" 3 }
|
||||
cvarFloatList { "Controller Weapon Selector" 0 "HMD Weapon Wheel" 1 }
|
||||
rect 99 300 256 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
|
|
|
@ -270,7 +270,7 @@ itemDef {
|
|||
type ITEM_TYPE_MULTI
|
||||
text "Weapon Selector Mode:"
|
||||
cvar "vr_weaponSelectorMode"
|
||||
cvarFloatList { "Controller Weapon Selector" 0 "HMD Weapon Wheel" 1 "Alt-Key Bindings" 2 "Thumbstick Forward/Back" 3 }
|
||||
cvarFloatList { "Controller Weapon Selector" 0 "HMD Weapon Wheel" 1 }
|
||||
rect 30 160 200 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 143
|
||||
|
@ -341,7 +341,7 @@ itemDef {
|
|||
group grpControls
|
||||
type ITEM_TYPE_SLIDER
|
||||
text "Haptic Intensity:"
|
||||
cvarfloat "vr_hudYOffset" 0.2 0 1
|
||||
cvarfloat "vr_hapticIntensity" 0.2 0 1
|
||||
rect 30 280 200 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 143
|
||||
|
|
|
@ -201,7 +201,7 @@ itemDef {
|
|||
type ITEM_TYPE_MULTI
|
||||
text "Refresh Rate:"
|
||||
cvar "vr_refreshrate"
|
||||
cvarFloatList { "60" 0 "72 (Default)" 1 "80" 2 "90" 3 }
|
||||
cvarFloatList { "60" 60 "72 (Default)" 72 "80" 80 "90" 90 }
|
||||
rect 0 70 256 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 133
|
||||
|
@ -210,7 +210,6 @@ itemDef {
|
|||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
decoration
|
||||
action { uiScript update "vr_refreshrate" }
|
||||
}
|
||||
|
||||
itemDef {
|
||||
|
|
|
@ -105,7 +105,7 @@ itemDef {
|
|||
type ITEM_TYPE_MULTI
|
||||
text "Refresh Rate:"
|
||||
cvar "vr_refreshrate"
|
||||
cvarFloatList { "60" 0 "72 (Default)" 1 "80" 2 "90" 3 }
|
||||
cvarFloatList { "60" 60 "72 (Default)" 72 "80" 80 "90" 90 }
|
||||
rect 99 67 256 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
|
@ -113,7 +113,6 @@ itemDef {
|
|||
textscale .333
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
action { uiScript update "vr_refreshrate" }
|
||||
}
|
||||
|
||||
itemDef {
|
||||
|
|
Loading…
Reference in a new issue