blob: 1ca47b47b6f92072b8b6438a4e2e2bf5ee93f568 (
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
|
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_x" "0"
"delta_item_end_y" "0"
"PositiveColor" "Heal Numbers"
"NegativeColor" "Damage Numbers"
"delta_lifetime" "2"
"delta_item_font" "CerbeticaBoldOutline24"
"delta_item_font_big" "CerbeticaBoldOutline24"
}
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-188"
"ypos" "288"
"xpos_minmode" "c-138"
"ypos_minmode" "263"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"font" "CerbeticaBold32"
"font_minmode" "CerbeticaBold20"
"fgcolor" "Last DamageHeal Info"
}
"DamageAccountValueShadow"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValueShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "TransparentBlack"
"font" "CerbeticaBold32"
"font_minmode" "CerbeticaBold20"
"pin_to_sibling" "DamageAccountValue"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
|