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/targetid.res | 61 ++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 43 deletions(-) (limited to 'resource/ui/targetid.res') diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res index af5ba4b..9c79d31 100644 --- a/resource/ui/targetid.res +++ b/resource/ui/targetid.res @@ -8,27 +8,12 @@ "ypos" "29" "zpos" "6" "wide" "600" - "tall" "14" + "tall" "19" "visible" "1" "enabled" "1" "fillcolor" "TransparentBlack" } - "TargetBackground2" - { - "ControlName" "ImagePanel" - "fieldName" "TargetBackground2" - "xpos" "0" - "ypos" "15" - "zpos" "6" - "wide" "600" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "TargetIDBG" { "ControlName" "CTFImagePanel" @@ -55,18 +40,13 @@ "ControlName" "ImagePanel" "fieldName" "TargetIDBG_Spec_Blue" "xpos" "0" - "ypos" "43" - "zpos" "6" - "wide" "252" - "tall" "10" + "ypos" "47" + "zpos" "0" + "wide" "5" + "tall" "5" "visible" "0" "enabled" "1" - "fillcolor" "0 28 162 255" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" + "fillcolor" "72 112 125 255" } "TargetIDBG_Spec_Red" @@ -74,30 +54,25 @@ "ControlName" "ImagePanel" "fieldName" "TargetIDBG_Spec_Red" "xpos" "0" - "ypos" "43" - "zpos" "6" - "wide" "252" - "tall" "10" + "ypos" "47" + "zpos" "0" + "wide" "5" + "tall" "5" "visible" "0" "enabled" "1" - "fillcolor" "192 28 0 255" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" + "fillcolor" "158 64 61 255" } "TargetNameLabel" { "ControlName" "Label" "fieldName" "TargetNameLabel" - "font" "Cerbetica14" + "font" "HudFontMediumSmall" "xpos" "45" - "ypos" "28" + "ypos" "29" "zpos" "7" "wide" "300" - "tall" "15" + "tall" "19" "visible" "1" "enabled" "1" "labelText" "%targetname%" @@ -108,12 +83,12 @@ { "ControlName" "Label" "fieldName" "TargetNameLabelShadow" - "font" "Cerbetica14" + "font" "HudFontMediumSmall" "xpos" "-1" "ypos" "-1" "zpos" "1" "wide" "300" - "tall" "15" + "tall" "19" "visible" "1" "enabled" "1" "labelText" "%targetname%" @@ -129,7 +104,7 @@ { "ControlName" "Label" "fieldName" "TargetDataLabel" - "font" "Cerbetica12" + "font" "HudFontSmall" "xpos" "15" "ypos" "15" "zpos" "6" @@ -146,7 +121,7 @@ "ControlName" "EditablePanel" "fieldName" "SpectatorGUIHealth" "xpos" "-2" - "ypos" "12" + "ypos" "14" "zpos" "10" "wide" "38" "tall" "42" -- cgit v1.2.3