Skip to content

Commit

Permalink
Revert "Tweaked change to fix CriticalFlaw#304"
Browse files Browse the repository at this point in the history
This reverts commit 5c6bedc.
  • Loading branch information
CriticalFlaw committed Dec 22, 2024
1 parent 7b89323 commit 2000657
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
96 changes: 96 additions & 0 deletions resource/ui/pvpcomprankpanel.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
#base "PvPRankPanel.res"

"Resource/UI/PvPRankPanel.res"
{
"ModelContainer"
{
"RankModel"
{
if_mini
{
"xpos" "cs-0.5-120"
"fov" "45"
}
}

"MedalButton"
{
"ypos" "cs-0.5-10"
"wide" "75"
"tall" "85"
}
}

"BGPanel"
{
if_mini
{
"wide" "270"
"tall" "60"
}

"PlacementLabel"
{
if_mini
{
"ypos" "17"
}
}

"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"
}
}
}
}
}
1 change: 1 addition & 0 deletions resource/ui/pvprankpanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"ypos" "cs-0.5"
"wide" "200"
"tall" "200"
"fov" "70"
}

"paintbackground" "0"
Expand Down

0 comments on commit 2000657

Please sign in to comment.