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/hudarenanotification.res | 41 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'resource/ui/hudarenanotification.res') diff --git a/resource/ui/hudarenanotification.res b/resource/ui/hudarenanotification.res index 0ab2238..36b20b1 100644 --- a/resource/ui/hudarenanotification.res +++ b/resource/ui/hudarenanotification.res @@ -2,36 +2,35 @@ { "HudArenaNotificationBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "HudArenaNotificationBG" - "xpos" "20" + "xpos" "0" "ypos" "0" "zpos" "-1" "wide" "280" - "tall" "100" - "autoResize" "0" - "pinCorner" "0" + "tall" "75" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 230" - "border" "CyanBorderThick" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + "border" "CyanBorderThick" } "WarningLabel" { "ControlName" "Label" "fieldName" "WarningLabel" - "font" "CerbeticaBold72" - "xpos" "40" - "ypos" "15" + "font" "HudFontGiantBold" + "xpos" "0" + "ypos" "0" "zpos" "1" - "wide" "72" - "tall" "72" + "wide" "50" + "tall" "75" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "wrap" "1" + "wrap" "0" "labelText" "!" "textAlignment" "center" } @@ -40,12 +39,12 @@ { "ControlName" "Label" "fieldName" "BalanceLabel" - "font" "CerbeticaBold20" - "xpos" "70" + "font" "HudFontSmall" + "xpos" "50" "ypos" "0" "zpos" "1" "wide" "230" - "tall" "64" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -59,12 +58,12 @@ { "ControlName" "Label" "fieldName" "BalanceLabelTip" - "font" "CerbeticaBold16" - "xpos" "70" - "ypos" "34" + "font" "HudFontSmall" + "xpos" "50" + "ypos" "30" "zpos" "1" "wide" "230" - "tall" "64" + "tall" "35" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -79,7 +78,7 @@ "ControlName" "CTFImagePanel" "fieldName" "SwitchImage" "xpos" "25" - "ypos" "23" + "ypos" "0" "zpos" "1" "wide" "50" "tall" "50" -- cgit v1.2.3