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/statsummary.res | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) (limited to 'resource/ui/statsummary.res') diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 8cc7fc5..5a19944 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -51,36 +51,19 @@ { "ControlName" "CExLabel" "fieldName" "OnYourWayLabel" - "font" "Cerbetica24" + "font" "HudFontBig" "labelText" "#LoadingMap" "textAlignment" "west" "xpos" "5" - "ypos" "5" + "ypos" "20" "zpos" "40" "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fgcolor_override" "TanLight" - } - "LoadingLabel" - { - "ControlName" "CExLabel" - "fieldName" "LoadingLabel" - "font" "HudFontBig" - "labelText" "#LoadingMap" - "textAlignment" "west" - "xpos" "5" - "ypos" "414" - "zpos" "201" - "wide" "f0" - "tall" "96" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" + "fgcolor_override" "TanLight" } "MapLabel" @@ -90,36 +73,36 @@ "font" "HudFontGiantBold" "labelText" "%maplabel%" "textAlignment" "west" - "xpos" "5" + "xpos" "6" "ypos" "20" "zpos" "50" "wide" "f0" - "tall" "56" + "tall" "50" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" "allcaps" "1" + "fgcolor_override" "TanLight" } "MapType" { "ControlName" "CExLabel" "fieldName" "MapType" - "font" "HudFontMedium" + "font" "HudFontBig" "labelText" "%maptype%" "textAlignment" "west" "xpos" "6" - "ypos" "69" + "ypos" "60" "zpos" "50" "wide" "f0" - "tall" "24" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" "allcaps" "1" + "fgcolor_override" "TanLight" } "StatData" -- cgit v1.2.3