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/textwindow.res | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'resource/ui/textwindow.res') diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res index bb33c5a..c856be2 100644 --- a/resource/ui/textwindow.res +++ b/resource/ui/textwindow.res @@ -43,10 +43,11 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "#TF_WELCOME" + "labelText" "%mapname%" "textAlignment" "center" "font" "HudFontMedium" "fgcolor" "TanLight" + "allcaps" "1" } "TextMessage" @@ -96,10 +97,10 @@ { "ControlName" "CExButton" "fieldName" "ok" - "xpos" "c-180" + "xpos" "c-60" "ypos" "c96" "zpos" "6" - "wide" "360" + "wide" "120" "tall" "30" "autoResize" "0" "pinCorner" "2" @@ -114,9 +115,9 @@ "font" "HudFontMedium" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_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/textwindow.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/textwindow.res') diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res index c856be2..e0e3288 100644 --- a/resource/ui/textwindow.res +++ b/resource/ui/textwindow.res @@ -35,7 +35,7 @@ "ControlName" "CExLabel" "fieldName" "TFMessageTitle" "xpos" "c-180" - "ypos" "c-116" + "ypos" "c-115" "zpos" "1" "wide" "360" "tall" "26" @@ -61,9 +61,9 @@ { "ControlName" "CExRichText" "fieldName" "TFTextMessage" - "font" "HudFontSmallest" + "font" "HudFontSmall" "xpos" "c-170" - "ypos" "c-90" + "ypos" "c-85" "zpos" "1" "wide" "340" "tall" "180" -- cgit v1.2.3