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/hud_obj_dispenser.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/hud_obj_dispenser.res') diff --git a/resource/ui/hud_obj_dispenser.res b/resource/ui/hud_obj_dispenser.res index 4c31572..89a5d5c 100644 --- a/resource/ui/hud_obj_dispenser.res +++ b/resource/ui/hud_obj_dispenser.res @@ -6,7 +6,7 @@ "fieldName" "BuildingStatusItem" "xpos" "0" "ypos" "0" - "wide" "150" + "wide" "140" "tall" "31" "autoResize" "0" "pinCorner" "0" @@ -29,7 +29,7 @@ { "ControlName" "CIconPanel" "fieldName" "Icon" - "xpos" "24" + "xpos" "21" "ypos" "1" "wide" "28" "tall" "28" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica10" + "font" "Default" "xpos" "60" "ypos" "0" "wide" "200" @@ -178,8 +178,8 @@ "ControlName" "CBuildingHealthBar" "fieldName" "Health" "font" "Default" - "xpos" "13" - "ypos" "3" + "xpos" "10" + "ypos" "4" "wide" "8" "tall" "24" "autoResize" "0" -- cgit v1.2.3