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/wavestatuspanel.res | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'resource/ui/wavestatuspanel.res') diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res index cb14130..54a9b4a 100644 --- a/resource/ui/wavestatuspanel.res +++ b/resource/ui/wavestatuspanel.res @@ -75,7 +75,8 @@ "PaintBackgroundType" "2" "bgcolor_override" "TanLight" - if_verbose { + if_verbose + { "visible" "1" } } @@ -96,7 +97,8 @@ "textAlignment" "west" "labelText" "#TF_MVM_Support" - if_verbose { + if_verbose + { "visible" "1" } } @@ -144,7 +146,6 @@ "fieldName" "ProgressBarBG" "xpos" "210" "ypos" "19" - "ypos_minmode" "9" "zpos" "3" "wide" "180" "tall" "12" -- cgit v1.2.3 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/wavestatuspanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/wavestatuspanel.res') diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res index 54a9b4a..e1a1df9 100644 --- a/resource/ui/wavestatuspanel.res +++ b/resource/ui/wavestatuspanel.res @@ -45,8 +45,8 @@ "fieldName" "WaveCountLabelShadow" "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "xpos" "-2" - "ypos" "-2" + "xpos" "-1" + "ypos" "-1" "zpos" "3" "wide" "200" "tall" "15" -- 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/wavestatuspanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/wavestatuspanel.res') diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res index e1a1df9..f46e55f 100644 --- a/resource/ui/wavestatuspanel.res +++ b/resource/ui/wavestatuspanel.res @@ -25,7 +25,7 @@ { "ControlName" "CExLabel" "fieldName" "WaveCountLabel" - "font" "CerbeticaBold16" + "font" "CerbeticaBold14" "fgcolor" "TanLight" "xpos" "140" "ypos" "15" @@ -43,7 +43,7 @@ { "ControlName" "CExLabel" "fieldName" "WaveCountLabelShadow" - "font" "CerbeticaBold16" + "font" "CerbeticaBold14" "fgcolor" "TransparentBlack" "xpos" "-1" "ypos" "-1" -- cgit v1.2.3 From e391ac81598292127c356fcb6adbd83db72c5888 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 20:38:01 -0400 Subject: Font Update - Converted Cerbetica fonts from TTF to OTF - Removed unused font definitions to reduce loading times --- resource/ui/wavestatuspanel.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/wavestatuspanel.res') diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res index f46e55f..0997b4a 100644 --- a/resource/ui/wavestatuspanel.res +++ b/resource/ui/wavestatuspanel.res @@ -25,7 +25,7 @@ { "ControlName" "CExLabel" "fieldName" "WaveCountLabel" - "font" "CerbeticaBold14" + "font" "Cerbetica14" "fgcolor" "TanLight" "xpos" "140" "ypos" "15" @@ -43,7 +43,7 @@ { "ControlName" "CExLabel" "fieldName" "WaveCountLabelShadow" - "font" "CerbeticaBold14" + "font" "Cerbetica14" "fgcolor" "TransparentBlack" "xpos" "-1" "ypos" "-1" @@ -85,7 +85,7 @@ { "ControlName" "CExLabel" "fieldName" "SupportLabel" - "font" "CerbeticaBold14" + "font" "Cerbetica14" "fgcolor" "TanLight" "xpos" "55" "ypos" "6" -- cgit v1.2.3