1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-18 21:31:47 +00:00
doghud/resource/ui/hudcurrencyaccount.res

58 lines
1.3 KiB
Plaintext

"Resource/UI/HudCurrencyAccount.res"
{
"GreenBG"
{
"ControlName" "EditablePanel"
"fieldName" "GreenBG"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "50"
"tall" "20"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"border" "MaterialTransparentGreen50"
}
"Currency"
{
"ControlName" "CExLabel"
"fieldName" "Currency"
"font" "Size 12"
"fgcolor" "White"
"xpos" "0"
"ypos" "0"
"zpos" "4"
"wide" "50"
"tall" "20"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%currency%"
}
"CurrencyShadow"
{
"ControlName" "CExLabel"
"fieldName" "CurrencyShadow"
"font" "Size 12 Blur"
"fgcolor" "Shadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "3"
"wide" "50"
"tall" "20"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%currency%"
"pin_to_sibling" "Currency"
}
"WhiteBG"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBG"
"xpos" "9999"
}
}