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/classselection-base.res | 50 +++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 13 deletions(-) (limited to 'resource/ui/classselection-base.res') diff --git a/resource/ui/classselection-base.res b/resource/ui/classselection-base.res index 74ed9c7..0e1a58d 100644 --- a/resource/ui/classselection-base.res +++ b/resource/ui/classselection-base.res @@ -21,12 +21,27 @@ "fieldName" "SidePanelBG" "xpos" "0" "ypos" "0" - "zpos" "1" + "zpos" "0" "wide" "255" "tall" "f0" "visible" "1" "enabled" "1" "scaleImage" "1" + "fillcolor" "0 0 0 100" + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "fillcolor" "0 0 0 200" } @@ -69,7 +84,7 @@ "xpos" "32" "ypos" "275" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -83,6 +98,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -106,7 +122,7 @@ "xpos" "30" "ypos" "291" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -120,6 +136,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -143,7 +160,7 @@ "xpos" "30" "ypos" "307" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -157,6 +174,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -180,7 +198,7 @@ "xpos" "30" "ypos" "327" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -194,6 +212,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -217,7 +236,7 @@ "xpos" "30" "ypos" "343" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -231,6 +250,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -254,7 +274,7 @@ "xpos" "30" "ypos" "359" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -268,6 +288,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -291,7 +312,7 @@ "xpos" "30" "ypos" "379" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -305,6 +326,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -328,7 +350,7 @@ "xpos" "30" "ypos" "395" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -342,6 +364,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -365,7 +388,7 @@ "xpos" "30" "ypos" "411" "zpos" "6" - "wide" "150" + "wide" "100" "tall" "16" "autoResize" "0" "pinCorner" "2" @@ -379,6 +402,7 @@ "font" "Cerbetica16" "scaleImage" "1" "paintbackground" "0" + "allcaps" "1" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -409,7 +433,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "(&R) RANDOM" + "labelText" "(&R) Random" "textAlignment" "west" "Command" "joinclass random" "font" "Cerbetica16" @@ -444,7 +468,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "(&Q) CANCEL" + "labelText" "(&Q) Cancel" "textAlignment" "west" "Command" "vguicancel" "font" "Cerbetica16" @@ -476,7 +500,7 @@ "enabled" "1" "tabPosition" "0" "paintbackground" "0" - "labelText" "(&E) EDIT LOADOUT" + "labelText" "(&E) Edit Loadout" "textAlignment" "west" "Command" "openloadout" "font" "Cerbetica16" -- cgit v1.2.3