diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/mvmscoreboard.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
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" |
