blob: 7152576563a8ccf6ab28924b6d8b210177c1b0ea (
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
94
95
96
97
98
99
100
101
102
103
|
"Resource/UI/HudAccountPanel.res"
{
"CHudAccountPanel"
{
"delta_item_x" "8"
"delta_item_start_y" "10"
"delta_item_end_y" "35"
"PositiveColor" "ColorGreen"
"NegativeColor" "ColorRed"
"delta_lifetime" "2"
"delta_item_font" "HudFontMedium"
"delta_item_x_minmode" "18"
"delta_item_start_y_minmode" "10"
"delta_item_end_y_minmode" "25"
"delta_item_font_minmode" "HudFontSmall"
}
"AccountBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "AccountBG"
"xpos" "9999"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "0"
"ypos" "5"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "TanLight"
}
"MetalIconShadow"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIconShadow"
"xpos" "-2"
"ypos" "-2"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "TransparentBlack"
"pin_to_sibling" "MetalIcon"
}
"AccountValue"
{
"ControlName" "CExLabel"
"fieldName" "AccountValue"
"xpos" "5"
"ypos" "0"
"zpos" "2"
"wide" "50"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%metal%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "HudFontMedium"
"font_minmode" "HudFontMediumSecondary"
}
"AccountValueShadow"
{
"ControlName" "CExLabel"
"fieldName" "AccountValueShadow"
"xpos" "-2"
"ypos" "-2"
"zpos" "2"
"wide" "50"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%metal%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "HudFontMedium"
"font_minmode" "HudFontMediumSecondary"
"fgcolor" "TransparentBlack"
"pin_to_sibling" "AccountValue"
}
}
|