From 72289557fe993da654a16dff30d39b3304cd85d5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 6 Aug 2020 23:13:59 -0400 Subject: Main Menu Updates, More Bug Fixes - Updated various main menu and store pages. - Updated the look of the TargetID and Friends list. - Fixed the position of the count of players on the payload - Fixed the size of the badge seen on the post match screen. - Fixed the item effect meter not being properly centered in minmode. - Removed icons from the abandon panels. - Updated font definitions throughout the hud. --- resource/ui/controlpointicon.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/controlpointicon.res') diff --git a/resource/ui/controlpointicon.res b/resource/ui/controlpointicon.res index ec16c9e..ef975a3 100644 --- a/resource/ui/controlpointicon.res +++ b/resource/ui/controlpointicon.res @@ -33,7 +33,7 @@ "xpos" "0" "ypos" "0" "zpos" "3" - "wide" "7" + "wide" "8" "tall" "16" "visible" "0" "enabled" "1" @@ -45,9 +45,9 @@ { "ControlName" "Label" "fieldName" "CapNumPlayers" - "font" "Cerbetica14" + "font" "HudFontSmallest" "xpos" "11" - "ypos" "0" + "ypos" "1" "zpos" "4" "wide" "16" "tall" "26" -- cgit v1.2.3 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/controlpointicon.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/controlpointicon.res') diff --git a/resource/ui/controlpointicon.res b/resource/ui/controlpointicon.res index ef975a3..30bb3d3 100644 --- a/resource/ui/controlpointicon.res +++ b/resource/ui/controlpointicon.res @@ -92,7 +92,7 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica16" + "font" "HudFontSmallishBold" } "CPTimerBG" -- cgit v1.2.3