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 --- customizations/player_health/hudplayerhealth-broesel.res | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'customizations/player_health/hudplayerhealth-broesel.res') diff --git a/customizations/player_health/hudplayerhealth-broesel.res b/customizations/player_health/hudplayerhealth-broesel.res index ec1ed8c..a75d672 100644 --- a/customizations/player_health/hudplayerhealth-broesel.res +++ b/customizations/player_health/hudplayerhealth-broesel.res @@ -291,6 +291,12 @@ "tall" "32" } + "PlayerStatusHookBleedImage" + { + "wide" "32" + "tall" "32" + } + "PlayerStatusSlowed" { "wide" "32" -- 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 --- customizations/player_health/hudplayerhealth-broesel.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'customizations/player_health/hudplayerhealth-broesel.res') diff --git a/customizations/player_health/hudplayerhealth-broesel.res b/customizations/player_health/hudplayerhealth-broesel.res index a75d672..6351d22 100644 --- a/customizations/player_health/hudplayerhealth-broesel.res +++ b/customizations/player_health/hudplayerhealth-broesel.res @@ -100,14 +100,14 @@ { "xpos" "-18" "ypos" "12" - "font" "CerbeticaBold24" - "font_minmode" "CerbeticaBold24" + "font" "Cerbetica24" + "font_minmode" "Cerbetica24" } "PlayerStatusHealthValueShadow" { - "font" "CerbeticaBold24" - "font_minmode" "CerbeticaBold24" + "font" "Cerbetica24" + "font_minmode" "Cerbetica24" } "PlayerStatusAnchor" -- cgit v1.2.3