-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathhuddamageaccount.res
47 lines (44 loc) · 2.59 KB
/
huddamageaccount.res
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
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"PositiveColor" "bh_HealColor"
// "NegativeColor" ""
"EventColor" "bh_UberDrop"
"delta_item_font" "bh_Font20Outline"
"delta_item_font_big" "bh_Font20Outline"
}
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-51"
"ypos" "r108"
"zpos" "2"
"wide" "98"
"tall" "28"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "bh_hudDMGDisplay"
"font" "bh_Font20"
}
"DamageAccountValueBG"
{
"pin_to_sibling" "DamageAccountValue"
"xpos" "-1"
"ypos" "-1"
"ControlName" "CExLabel"
"fieldName" "DamageAccountValueBG"
"zpos" "1"
"wide" "98"
"tall" "28"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "bh_black"
"font" "bh_Font20"
}
}