From 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 22:37:29 -0400 Subject: Visual Tweaks, Bug Fixes (see notes) - Added the missing player effect and health cluster icons - Visual tweaks to the scoreboard, team/class select, freezecam, item test - Updated the main menu to use the new Player Mute menu - Fixed the Overtime label overlapping with the server time limit - Removed unused font definitions --- resource/ui/econ/inspectionpanel.res | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'resource/ui/econ/inspectionpanel.res') diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 58cd2e1..a13250f 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -218,12 +218,11 @@ "wide" "300" "tall" "100" "zpos" "100" - //"paintborder" "0" - "border" "NoBorder" - "mouseinputenabled" "1" - "proportionaltoparent" "1" "visible" "0" "bgcolor_override" "DarkerGrey" + "border" "NoBorder" + "mouseinputenabled" "1" + "proportionaltoparent" "1" "fixed_item" { -- 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/econ/inspectionpanel.res | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'resource/ui/econ/inspectionpanel.res') diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index a13250f..0569e6a 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -120,7 +120,7 @@ "ControlName" "CNavigationPanel" "fieldName" "TeamNavPanel" "xpos" "cs-0.5" - "ypos" "55" + "ypos" "p.7-16" "zpos" "100" "wide" "60" "tall" "25" @@ -157,7 +157,7 @@ "sound_armed" "UI/buttonrollover.wav" "paintbackground" "0" "paintbackgroundtype" "0" - "defaultBgColor_Override" "ColorBlack" + "defaultBgColor_Override" "0 0 0 255" "paintborder" "0" "image_drawcolor" "255 255 255 77" "image_armedcolor" "255 255 255 128" @@ -214,15 +214,16 @@ "ControlName" "EditablePanel" "fieldName" "PaintkitPreviewContainer" "xpos" "cs-0.5" - "ypos" "p.68" + "ypos" "p.7" "wide" "300" "tall" "100" "zpos" "100" - "visible" "0" + "visible" "1" "bgcolor_override" "DarkerGrey" - "border" "NoBorder" + "PaintBackgroundType" "2" "mouseinputenabled" "1" "proportionaltoparent" "1" + "paintborder" "0" "fixed_item" { @@ -254,7 +255,7 @@ "enabled" "1" "tabPosition" "0" "labeltext" "" - "font" "HudFontSmallBold" + "font" "Cerbetica12" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -397,7 +398,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemLabel" - "font" "Cerbetica12" + "font" "HudFontSmallest" "labelText" "#TF_ItemPreview_ItemPreview" "textAlignment" "west" "xpos" "8" @@ -499,7 +500,7 @@ { "ControlName" "Button" "fieldName" "NewSeedButton" - "font" "HudFontSmallest" + "font" "Cerbetica12" "xpos" "8" "ypos" "75" @@ -597,7 +598,7 @@ "wide" "75" "tall" "20" "labelText" "#TF_ItemAd_ViewOnMarket" - "font" "Cerbetica10" + "font" "Cerbetica12" "textinsetx" "0" "textAlignment" "center" "proportionaltoparent" "1" -- 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/econ/inspectionpanel.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/econ/inspectionpanel.res') diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 0569e6a..dc4a79f 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -255,7 +255,7 @@ "enabled" "1" "tabPosition" "0" "labeltext" "" - "font" "Cerbetica12" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -500,7 +500,7 @@ { "ControlName" "Button" "fieldName" "NewSeedButton" - "font" "Cerbetica12" + "font" "HudFontSmall" "xpos" "8" "ypos" "75" @@ -598,7 +598,7 @@ "wide" "75" "tall" "20" "labelText" "#TF_ItemAd_ViewOnMarket" - "font" "Cerbetica12" + "font" "HudFontSmall" "textinsetx" "0" "textAlignment" "center" "proportionaltoparent" "1" -- cgit v1.2.3