blob: fdbf6422f9fa59d59ade014d9d2e6e65a28b0bae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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"
}
}
|