diff options
Diffstat (limited to 'resource/ui/mvmscoreboard.res')
| -rw-r--r-- | resource/ui/mvmscoreboard.res | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res index 00b6f7e..0ae5505 100644 --- a/resource/ui/mvmscoreboard.res +++ b/resource/ui/mvmscoreboard.res @@ -18,7 +18,7 @@ { "ControlName" "CExLabel" "fieldName" "PopFileLabel" - "font" "Cerbetica24" + "font" "HudFontMedium" "labelText" "%popfile%" "textAlignment" "west" "xpos" "c-265" @@ -47,10 +47,10 @@ "draw_corner_height" "0" } - "ScoreboardBackground" + "PlayerListBG" { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" + "ControlName" "EditablePanel" + "fieldName" "PlayerListBG" "xpos" "c-270" "ypos" "244" "zpos" "-1" @@ -59,7 +59,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "0" } "MvMPlayerList" @@ -77,7 +78,7 @@ "autoresize" "3" "linespacing" "22" "textcolor" "White" - "font" "Cerbetica24" + "font" "HudFontMedium" } "CreditStatsContainer" @@ -109,12 +110,27 @@ "draw_corner_width" "0" "draw_corner_height" "0" } + "CreditStatsBG" + { + "ControlName" "EditablePanel" + "fieldName" "CreditStatsBG" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "335" + "tall" "115" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + + } "CreditsLabel" { "ControlName" "CExLabel" "fieldName" "CreditsLabel" - "font" "Cerbetica16" + "font" "HudFontSmallishBold" "labelText" "#TF_PVE_Currency" "textAlignment" "center" "xpos" "9999" |
