summaryrefslogtreecommitdiff
path: root/resource/ui/hudteamswitch.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-08-07 18:49:07 -0400
committerCriticalFlaw <[email protected]>2020-08-07 18:49:07 -0400
commitefba2d7f8d7c68205331fcc3accad683649faed8 (patch)
treef489c6a79f4e8e919f0ca89ff18cf6e6dddd5d34 /resource/ui/hudteamswitch.res
parent8ab130c7f27a40993c76e43c3b7275477c18cd7c (diff)
Visual Tweaks
- Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others.
Diffstat (limited to 'resource/ui/hudteamswitch.res')
-rw-r--r--resource/ui/hudteamswitch.res83
1 files changed, 83 insertions, 0 deletions
diff --git a/resource/ui/hudteamswitch.res b/resource/ui/hudteamswitch.res
new file mode 100644
index 0000000..fdbf642
--- /dev/null
+++ b/resource/ui/hudteamswitch.res
@@ -0,0 +1,83 @@
+"Resource/UI/HudTeamSwitch.res"
+{
+ "HudTeamSwitchBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "HudTeamSwitchBG"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "246"
+ "tall" "31"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/death_panel_blue_bg"
+ "scaleImage" "1"
+ "teambg_2" "../hud/death_panel_red_bg"
+ "teambg_3" "../hud/death_panel_blue_bg"
+ "paintborder" "1"
+ "border" "NoBorder"
+ "src_corner_height" "23"
+ "src_corner_width" "23"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+ }
+ "SwitchLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "SwitchLabel"
+ "font" "HudFontSmallest"
+ "xpos" "31"
+ "ypos" "3"
+ "zpos" "1"
+ "wide" "212"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "1"
+ "labelText" "#TF_teambalanced"
+ "textAlignment" "North"
+ "fgcolor_override" "White"
+ "textinsetx" "5"
+ }
+ "BalanceLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "BalanceLabel"
+ "font" "HudFontSmallest"
+ "xpos" "31"
+ "ypos" "13"
+ "zpos" "1"
+ "wide" "212"
+ "tall" "40"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "1"
+ "labelText" ""
+ "textAlignment" "North"
+ "fgcolor_override" "White"
+ "textinsetx" "5"
+ }
+ "SwitchImage"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "SwitchImage"
+ "xpos" "3"
+ "ypos" "3"
+ "zpos" "1"
+ "wide" "25"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/ico_teambalance"
+ "scaleImage" "1"
+ }
+} \ No newline at end of file