custom/toonhud/resource/ui/huddamageaccount.res

55 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-09-15 19:42:31 -03:00
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "-10"
"PositiveColor" "G_Heal"
"NegativeColor" "G_Hit"
"delta_lifetime" "2.0"
"delta_item_font" "G_FontDamage"
"delta_item_font_big" "G_FontCritDamage"
}
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c+78"
"ypos" "r118"
"xpos_minmode" "c+58"
"ypos_minmode" "c+35"
"zpos" "2"
"wide" "124"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "G_Hit"
"font" "G_FontMedium"
"font_minmode" "G_FontMedium"
}
"DamageAccountValueShadow"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c+79"
"ypos" "r117"
"xpos_minmode" "c+59"
"ypos_minmode" "c+36"
"zpos" "1"
"wide" "124"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "G_Shadow"
"font" "G_FontMedium"
"font_minmode" "G_FontMedium"
}
2022-09-15 19:34:53 -03:00
}