From efba2d7f8d7c68205331fcc3accad683649faed8 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 18:49:07 -0400 Subject: Visual Tweaks - Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others. --- resource/ui/mvmscoreboard.res | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'resource/ui/mvmscoreboard.res') diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res index 367d7e9..e72987f 100644 --- a/resource/ui/mvmscoreboard.res +++ b/resource/ui/mvmscoreboard.res @@ -49,7 +49,7 @@ "PlayerListBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "PlayerListBG" "xpos" "c-270" "ypos" "244" @@ -59,7 +59,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "TransparentBlack" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "0" } "MvMPlayerList" @@ -109,6 +110,21 @@ "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" { -- cgit v1.2.3