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/hudstopwatch.res | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'resource/ui/hudstopwatch.res') diff --git a/resource/ui/hudstopwatch.res b/resource/ui/hudstopwatch.res index cf357ba..98e32f0 100644 --- a/resource/ui/hudstopwatch.res +++ b/resource/ui/hudstopwatch.res @@ -11,7 +11,7 @@ "tall" "15" "visible" "1" "enabled" "1" - "bgcolor_override" "0 0 0 150" + "bgcolor_override" "TransparentBlack" "PaintBackgroundType" "2" } @@ -46,7 +46,7 @@ { "ControlName" "CExLabel" "fieldName" "TimePanelValue" - "font" "Cerbetica12" + "font" "HudFontSmallest" "fgcolor" "TanLight" "xpos" "0" "ypos" "0" @@ -63,7 +63,7 @@ { "ControlName" "CExLabel" "fieldName" "StopWatchScoreToBeat" - "font" "Cerbetica12" + "font" "HudFontSmallest" "labelText" "%scoretobeat%" "textAlignment" "center" "xpos" "0" @@ -81,7 +81,7 @@ { "ControlName" "CExLabel" "fieldName" "StopWatchPointsLabel" - "font" "Cerbetica12" + "font" "HudFontSmallest" "labelText" "points in" "textAlignment" "center" "xpos" "15" @@ -100,12 +100,12 @@ { "ControlName" "CExLabel" "fieldName" "StopWatchLabel" - "font" "Cerbetica10" + "font" "HudFontSmallest" "labelText" "%stopwatchlabel%" "textAlignment" "center" "xpos" "0" "ypos" "0" - "zpos" "4" + "zpos" "1" "wide" "80" "tall" "15" "autoResize" "0" -- cgit v1.2.3