blob: de3fdb25a4f66c0a8065da43f62e50d0aecc1e3c (
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
84
85
86
87
88
89
90
91
92
93
|
"Resource/UI/HudArenaNotification.res"
{
"HudArenaNotificationBG"
{
"ControlName" "ImagePanel"
"fieldName" "HudArenaNotificationBG"
"xpos" "20"
"ypos" "20"
"zpos" "-1"
"wide" "280"
"tall" "100"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 230"
"border" "CyanBorderThick"
}
"WarningLabel"
{
"ControlName" "Label"
"fieldName" "WarningLabel"
"font" "CerbeticaBold72"
"xpos" "40"
"ypos" "35"
"zpos" "1"
"wide" "72"
"tall" "72"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"labelText" "!"
"textAlignment" "center"
}
"BalanceLabel"
{
"ControlName" "Label"
"fieldName" "BalanceLabel"
"font" "CerbeticaBold20"
"xpos" "70"
"ypos" "20"
"zpos" "1"
"wide" "230"
"tall" "64"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"labelText" ""
"textAlignment" "west"
}
"BalanceLabelTip"
{
"ControlName" "Label"
"fieldName" "BalanceLabelTip"
"font" "CerbeticaBold16"
"xpos" "70"
"ypos" "54"
"zpos" "1"
"wide" "230"
"tall" "64"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"labelText" "%notificationtip%"
"textAlignment" "west"
}
"SwitchImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "SwitchImage"
"xpos" "25"
"ypos" "23"
"zpos" "1"
"wide" "50"
"tall" "50"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"image" "../hud/ico_teambalance"
"scaleImage" "1"
}
}
|