1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 21:51:46 +00:00
doghud/resource/ui/mvmcreditsubpanel.res

190 lines
4.7 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/MvMCreditSubPanel.res"
{
"HeaderLabel"
{
"ControlName" "CExLabel"
"fieldName" "HeaderLabel"
"font" "Size 14"
"labelText" "%header%"
"textAlignment" "west"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "125"
"tall" "15"
"AllCaps" "1"
"fgcolor" "White"
}
"HeaderLabelShadow"
{
"ControlName" "CExLabel"
"fieldName" "HeaderLabelShadow"
"font" "Size 14 Blur"
"labelText" "%header%"
"textAlignment" "west"
"xpos" "-1"
"ypos" "-1"
"wide" "125"
"tall" "15"
"AllCaps" "1"
"fgcolor" "Shadow"
"pin_to_sibling" "HeaderLabel"
}
"TableBackground"
{
"ControlName" "EditablePanel"
"fieldName" "TableBackground"
"xpos" "-3"
"ypos" "11"
"zpos" "-1"
"wide" "130"
"tall" "37"
"visible" "1"
"enabled" "1"
"paintbackground" "0"
"border" "MaterialTransparent50"
}
"CreditCollectedTextLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditCollectedTextLabel"
"font" "Size 10"
"labelText" "#TF_PVE_Collected"
"textAlignment" "west"
"xpos" "2"
"ypos" "15"
"wide" "50"
"tall" "10"
"AllCaps" "1"
"fgcolor" "White"
}
"CreditCollectedCountLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditCollectedCountLabel"
"font" "Size 10"
"labelText" "%creditscollected%"
"textAlignment" "east"
"xpos" "0"
"ypos" "0"
"wide" "30"
"tall" "10"
"AllCaps" "1"
"fgcolor" "Green"
"pin_to_sibling" "CreditCollectedTextLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}
"CreditMissedTextLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditMissedTextLabel"
"font" "Size 10"
"labelText" "#TF_PVE_Missed"
"textAlignment" "west"
"xpos" "0"
"ypos" "0"
"wide" "50"
"tall" "10"
"AllCaps" "1"
"fgcolor" "White"
"pin_to_sibling" "CreditCollectedTextLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}
"CreditMissedCountLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditMissedCountLabel"
"font" "Size 10"
"labelText" "%creditsmissed%"
"textAlignment" "east"
"xpos" "0"
"ypos" "0"
"wide" "30"
"tall" "10"
"AllCaps" "1"
"fgcolor" "Red"
"pin_to_sibling" "CreditMissedTextLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}
"CreditBonusTextLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditBonusTextLabel"
"font" "Size 10"
"labelText" "#TF_PVE_Bonus"
"textAlignment" "west"
"xpos" "0"
"ypos" "0"
"wide" "50"
"tall" "10"
"AllCaps" "1"
"fgcolor" "White"
"pin_to_sibling" "CreditMissedTextLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}
"CreditBonusCountLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditBonusCountLabel"
"font" "Size 10"
"labelText" "%creditbonus%"
"textAlignment" "east"
"xpos" "0"
"ypos" "0"
"wide" "30"
"tall" "10"
"AllCaps" "1"
"fgcolor" "Green"
"pin_to_sibling" "CreditBonusTextLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}
"RatingBG"
{
"ControlName" "EditablePanel"
"fieldName" "RatingBG"
"xpos" "-2"
"ypos" "0"
"zpos" "1"
"wide" "33"
"tall" "33"
"visible" "1"
"enabled" "1"
"paintbackground" "0"
"border" "MaterialTransparent50"
"pin_to_sibling" "TableBackground"
"pin_corner_to_sibling" "PIN_CENTER_RIGHT"
"pin_to_sibling_corner" "PIN_CENTER_RIGHT"
}
"CreditRatingLabel"
{
"ControlName" "CExLabel"
"fieldName" "CreditRatingLabel"
"font" "Size 24"
"labelText" "%rating%"
"textAlignment" "center"
"xpos" "0"
"ypos" "0"
"zpos" "3"
"wide" "33"
"tall" "33"
"AllCaps" "1"
"fgcolor" "White"
"pin_to_sibling" "RatingBG"
}
}