mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-24 21:41:06 +00:00
Add hud_fastswitch and hud_weaponselect to the Fortress Options "HUD" section
* See fortressforever/fortressforever#90
This commit is contained in:
parent
5ac78e4828
commit
978cfae096
2 changed files with 10 additions and 10 deletions
Binary file not shown.
|
@ -1,15 +1,20 @@
|
||||||
"Options"
|
"Options"
|
||||||
{
|
{
|
||||||
"heading"
|
|
||||||
{
|
|
||||||
"caption" "#GameUI_HeadsUpDisplayHeading"
|
|
||||||
}
|
|
||||||
|
|
||||||
"tchud"
|
"tchud"
|
||||||
{
|
{
|
||||||
"caption" "#GameUI_TeamColorHUD"
|
"caption" "#GameUI_TeamColorHUD"
|
||||||
"cvar" "cl_teamcolourhud"
|
"cvar" "cl_teamcolourhud"
|
||||||
}
|
}
|
||||||
|
"hud_showweaponselect"
|
||||||
|
{
|
||||||
|
"caption" "#GameUI_ShowWeaponSelect"
|
||||||
|
"cvar" "hud_weaponselect"
|
||||||
|
}
|
||||||
|
"hud_fastswitch"
|
||||||
|
{
|
||||||
|
"caption" "#GameUI_FastSwitch"
|
||||||
|
"cvar" "hud_fastswitch"
|
||||||
|
}
|
||||||
"hud_centerid"
|
"hud_centerid"
|
||||||
{
|
{
|
||||||
"caption" "#GameUI_CenterPlayerInfo"
|
"caption" "#GameUI_CenterPlayerInfo"
|
||||||
|
@ -30,11 +35,6 @@
|
||||||
"caption" "#GameUI_ShowAverageSpeedometer"
|
"caption" "#GameUI_ShowAverageSpeedometer"
|
||||||
"cvar" "hud_speedometer_avg"
|
"cvar" "hud_speedometer_avg"
|
||||||
}
|
}
|
||||||
|
|
||||||
"heading"
|
|
||||||
{
|
|
||||||
"caption" "#GameUI_InGameMenusHeading"
|
|
||||||
}
|
|
||||||
"usemouse"
|
"usemouse"
|
||||||
{
|
{
|
||||||
"caption" "#GameUI_UseMouseIngameMenus"
|
"caption" "#GameUI_UseMouseIngameMenus"
|
||||||
|
|
Loading…
Reference in a new issue