Add hud_fastswitch and hud_weaponselect to the Fortress Options "HUD" section

* See fortressforever/fortressforever#90
This commit is contained in:
squeek 2014-12-08 17:31:58 -08:00
parent 5ac78e4828
commit 978cfae096
2 changed files with 10 additions and 10 deletions

Binary file not shown.

View file

@ -1,15 +1,20 @@
"Options"
{
"heading"
{
"caption" "#GameUI_HeadsUpDisplayHeading"
}
"tchud"
{
"caption" "#GameUI_TeamColorHUD"
"cvar" "cl_teamcolourhud"
}
"hud_showweaponselect"
{
"caption" "#GameUI_ShowWeaponSelect"
"cvar" "hud_weaponselect"
}
"hud_fastswitch"
{
"caption" "#GameUI_FastSwitch"
"cvar" "hud_fastswitch"
}
"hud_centerid"
{
"caption" "#GameUI_CenterPlayerInfo"
@ -30,11 +35,6 @@
"caption" "#GameUI_ShowAverageSpeedometer"
"cvar" "hud_speedometer_avg"
}
"heading"
{
"caption" "#GameUI_InGameMenusHeading"
}
"usemouse"
{
"caption" "#GameUI_UseMouseIngameMenus"