From ff348d625bc18045151da09c351090fd6a290624 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 14:39:00 -0400 Subject: Updated Icons, Main Menu, Client Scheme - Replaced multiple images with fonts to reduce space. - Updated the main menu and the client scheme. - Removed certain cp_icon files to correct visual glitches. - Removed unused files. --- resource/sourcescheme.res | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'resource/sourcescheme.res') diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index 027f646..aed9b7a 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -7,12 +7,20 @@ Scheme // HUD COLORS //--------------------------------------------- "HudBlack" "0 0 0 200" - "Cyan" "15 255 255 255" + "Blue" "72 112 125 255" + "DarkBlue" "46 73 82 255" + "Red" "158 64 61 255" + "DarkRed" "102 48 46 255" + "Green" "92 122 90 255" + "DarkGreen" "38 53 36 255" "Yellow" "169 123 53 255" + "BrightYellow" "218 165 32 255" "White" "242 242 242 255" - "DullWhite" "142 142 142 255" + "DullWhite" "132 132 132 255" + "Grey" "51 47 46 255" "DarkGrey" "27 27 27 255" - "Black" "15 15 15 255" + "DarkerGrey" "22 22 22 255" + "Black" "17 17 17 255" // BASE COLORS //--------------------------------------------- @@ -109,15 +117,15 @@ Scheme ListPanel.SelectedOutOfFocusBgColor "DullWhite" MainMenu.TextColor "DullWhite" - MainMenu.ArmedTextColor "Cyan" + MainMenu.ArmedTextColor "White" MainMenu.Inset "32" Menu.TextInset "6" Menu.FgColor "White" Menu.BgColor "HudBlack" - Menu.ArmedFgColor "Cyan" - Menu.ArmedBgColor "Cyan" - Menu.DividerColor "Border.Dark" + Menu.ArmedFgColor "Black" + Menu.ArmedBgColor "White" +` Menu.DividerColor "Border.Dark" ScrollBarButton.FgColor "White" ScrollBarButton.BgColor "Black" @@ -137,7 +145,7 @@ Scheme TextEntry.TextColor "White" TextEntry.DisabledTextColor "DullWhite" - TextEntry.SelectedBgColor "Cyan" + TextEntry.SelectedBgColor "White" } Fonts -- cgit v1.2.3 From efba2d7f8d7c68205331fcc3accad683649faed8 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 18:49:07 -0400 Subject: Visual Tweaks - Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others. --- resource/sourcescheme.res | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'resource/sourcescheme.res') diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index aed9b7a..4e471b9 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -2,6 +2,9 @@ Scheme { + //////////////////////// COLORS /////////////////////////// + // color details + // this is a list of all the colors used by the scheme Colors { // HUD COLORS @@ -125,7 +128,7 @@ Scheme Menu.BgColor "HudBlack" Menu.ArmedFgColor "Black" Menu.ArmedBgColor "White" -` Menu.DividerColor "Border.Dark" + Menu.DividerColor "Border.Dark" ScrollBarButton.FgColor "White" ScrollBarButton.BgColor "Black" -- cgit v1.2.3