From ee0a3d1404f26494ec1ea7e02a08847baf529658 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Jun 2021 23:30:02 -0400 Subject: Updated main menu pages - Added a home server button. - Added a HUD Options panel. - Updated the source schema. - Updated the backpack, trade, stats, workshop --- resource/ui/statsummary.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/statsummary.res') diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index c90c589..a747bd8 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -70,7 +70,7 @@ "ControlName" "CExLabel" "fieldName" "LoadingLabel" "font" "HudFontBiggerBold" - "labelText" "Loading..." + "labelText" "#LoadingMap" "textAlignment" "west" "xpos" "5" "ypos" "414" -- cgit v1.2.3 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/statsummary.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/statsummary.res') diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index a747bd8..8cc7fc5 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -69,7 +69,7 @@ { "ControlName" "CExLabel" "fieldName" "LoadingLabel" - "font" "HudFontBiggerBold" + "font" "HudFontBig" "labelText" "#LoadingMap" "textAlignment" "west" "xpos" "5" -- 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/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