From 90cc227c8033fc25ddeca41bbcb789195b874ae3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 15:56:46 -0400 Subject: Miscellenaous Tweaks --- resource/ui/disguisestatuspanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/disguisestatuspanel.res') diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res index a0ceb2a..a7749ff 100644 --- a/resource/ui/disguisestatuspanel.res +++ b/resource/ui/disguisestatuspanel.res @@ -167,7 +167,7 @@ "visible" "1" "enabled" "1" "HealthBonusPosAdj" "10" - "HealthDeathWarning" "0.49" + "HealthDeathWarning" "0.49" "TFFont" "HudFontSmall" "HealthDeathWarningColor" "HUDDeathWarning" "TextColor" "HudOffWhite" -- cgit v1.2.3 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/disguisestatuspanel.res | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'resource/ui/disguisestatuspanel.res') diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res index a7749ff..2aa04d2 100644 --- a/resource/ui/disguisestatuspanel.res +++ b/resource/ui/disguisestatuspanel.res @@ -37,7 +37,7 @@ "tall" "30" "visible" "1" "enabled" "1" - "bgcolor_override" "HudBlack" + "bgcolor_override" "TransparentBlack" "PaintBackgroundType" "0" } @@ -69,7 +69,7 @@ { "ControlName" "Label" "fieldName" "DisguiseNameLabel" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "35" "ypos" "0" "zpos" "1" @@ -89,7 +89,7 @@ { "ControlName" "Label" "fieldName" "DisguiseNameLabelShadow" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "-1" "ypos" "-1" "zpos" "1" @@ -97,8 +97,8 @@ "tall" "15" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%disguisename%" "textAlignment" "west" "dulltext" "0" @@ -114,7 +114,7 @@ { "ControlName" "Label" "fieldName" "WeaponNameLabel" - "font" "Cerbetica14" + "font" "HudFontSmallest" "xpos" "35" "ypos" "15" "zpos" "1" @@ -134,7 +134,7 @@ { "ControlName" "Label" "fieldName" "WeaponNameLabelShadow" - "font" "Cerbetica14" + "font" "HudFontSmallest" "xpos" "-1" "ypos" "-1" "zpos" "1" @@ -142,8 +142,8 @@ "tall" "15" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%weaponname%" "textAlignment" "west" "dulltext" "0" -- 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/disguisestatuspanel.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/disguisestatuspanel.res') diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res index 2aa04d2..dd185c2 100644 --- a/resource/ui/disguisestatuspanel.res +++ b/resource/ui/disguisestatuspanel.res @@ -73,7 +73,7 @@ "xpos" "35" "ypos" "0" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -93,7 +93,7 @@ "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -118,7 +118,7 @@ "xpos" "35" "ypos" "15" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -138,7 +138,7 @@ "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" -- cgit v1.2.3