From 74d7e98a6b1f2445c6391e26e846da57c4d7240b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 11:25:57 -0400 Subject: Corrected redundant font use --- resource/ui/classloadoutpanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/classloadoutpanel.res') diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index 74e0a95..e2aa122 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -103,7 +103,7 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "HudFontMediumSmallSecondary" + "font" "HudFontMediumSmall" "labelText" ">>" "textAlignment" "west" "xpos" "c-290" @@ -122,7 +122,7 @@ { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#ClassBeingEquipped" "textAlignment" "west" "xpos" "c-270" -- cgit v1.2.3 From 7211d8916df735840e5b04d5164799493792a10e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 2 Jul 2021 21:11:40 -0400 Subject: Changed main menu background, see notes. - Changed the background to classic rayshud. - Updated the killer panel, class select, achievement tracker and more? - Visual tweaks and inconsistency fixes. - Expanded the size allocated to the player list in the match hud. --- resource/ui/classloadoutpanel.res | 1 + 1 file changed, 1 insertion(+) (limited to 'resource/ui/classloadoutpanel.res') diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index e2aa122..1ce6f43 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -134,6 +134,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + "allcaps" "1" } "TauntCaratLabel" -- cgit v1.2.3