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/mapinfomenu.res | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index c8868d7..d2b5b55 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -48,6 +48,7 @@ "textAlignment" "center" "font" "HudFontMedium" "fgcolor" "TanLight" + "allcaps" "1" } "MapInfoType" @@ -126,11 +127,10 @@ "font" "HudFontMedium" "paintbackground" "0" - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" + } "MapInfoWatchIntro" @@ -161,11 +161,10 @@ "font" "HudFontMedium" "paintbackground" "0" - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" + } "MenuBG" -- cgit v1.2.3 From 6503b7feb5cab0e877e0470dc351bf309a261004 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 3 Jul 2021 14:26:10 -0400 Subject: Fixed main menu background not displaying on startup - Fixed the main menu background not displaying on startup - Updated the scoreboard and other visual improvements. --- resource/ui/mapinfomenu.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index d2b5b55..9ca9a3b 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -36,7 +36,7 @@ "ControlName" "CExLabel" "fieldName" "MapInfoTitle" "xpos" "c-180" - "ypos" "c-116" + "ypos" "c-115" "zpos" "1" "wide" "360" "tall" "26" @@ -77,7 +77,7 @@ "fieldName" "MapInfoText" "font" "HudFontSmall" "xpos" "c-170" - "ypos" "c-90" + "ypos" "c-85" "zpos" "3" "wide" "340" "tall" "155" -- cgit v1.2.3