summaryrefslogtreecommitdiff
path: root/resource/ui/hudteamswitch.res
diff options
context:
space:
mode:
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