1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 13:41:46 +00:00
doghud/resource/ui/PvPCompRankPanel.res

108 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
#base "PvPRankPanel.res"
"Resource/UI/PvPRankPanel.res"
{
"ModelContainer"
{
"RankModel"
{
if_mini
{
"xpos" "cs-0.5-120"
}
}
"MedalButton"
{
"wide" "o1"
"tall" "25"
}
}
"BGPanel"
{
if_mini
{
"wide" "270"
"tall" "60"
}
"PlacementLabel"
{
if_mini
{
"ypos" "17"
}
}
"CompLevelLabelMENU"
{
"xpos" "1"
"labelText" "LEVEL:"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"LevelLabelMENU"
{
"xpos" "41"
"labelText" "%desc2%"
}
"DescLine1"
{
if_mini
{
"xpos" "cs-0.5"
"ypos" "35"
"textAlignment" "center"
"fonts"
{
"0" "HudFontSmallBold"
"1" "StorePromotionsTitle"
"2" "FontStorePrice"
}
}
}
"StatsContainer"
{
"visible" "1"
if_mini
{
"xpos" "cs-0.5"
"ypos" "25"
}
"XPBar"
{
"ypos" "20"
"alpha" "100"
"CurrentXPLabel"
{
"visible" "1"
if_mini
{
"xpos" "cs-0.5"
"textAlignment" "center"
}
}
"NextLevelXPLabel"
{
"visible" "0"
}
"ProgressBarsContainer"
{
"visible" "0"
}
}
}
}
}