blob: 3c566b948218d4c01c99e1bb2c36a971de7057a2 (
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
|
"Resource/UI/HudDemomanCharge.res"
{
"ChargeMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ChargeMeter"
"xpos" "c-75"
"ypos" "c92"
"xpos_minmode" "c-60"
"ypos_minmode" "c55"
"zpos" "2"
"wide" "120"
"tall" "8"
"tall_minmode" "5"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"fgcolor_override" "White"
}
"ItemEffectMeterLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "85"
"ypos" "0"
"zpos" "3"
"wide" "80"
"tall" "8"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"visible_minmode" "0"
"enabled_minmode" "0"
"labelText" "#TF_Charge"
"textAlignment" "west"
"font" "HudFontSmallest"
"fgcolor_override" "White"
"pin_to_sibling" "ChargeMeter"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}
}
|