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/gamemenu.res | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'resource/gamemenu.res') diff --git a/resource/gamemenu.res b/resource/gamemenu.res index 657b57a..521d3e8 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -1,12 +1,5 @@ "GameMenu" { - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "#MMenu_Tooltip_Workshop" - } "AchievementsButton" { "label" "" @@ -14,6 +7,13 @@ "subimage" "glyph_achievements" "tooltip" "#Achievements" } + "ReplayButton" + { + "label" "" + "command" "engine replay_reloadbrowser" + "subimage" "glyph_tv" + "tooltip" "#MMenu_Tooltip_Replay" + } "ConsoleButton" { "label" "" @@ -28,6 +28,13 @@ "subimage" "glyph_bug" "tooltip" "#MMenu_Tooltip_ReportBug" } + "CoachPlayersButton" + { + "label" "" + "command" "engine cl_coach_toggle" + "subimage" "glyph_commentary" + "tooltip" "#MMenu_Tooltip_Coach" + } "CallVoteButton" { "label" "" -- cgit v1.2.3 From 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 22:37:29 -0400 Subject: Visual Tweaks, Bug Fixes (see notes) - Added the missing player effect and health cluster icons - Visual tweaks to the scoreboard, team/class select, freezecam, item test - Updated the main menu to use the new Player Mute menu - Fixed the Overtime label overlapping with the server time limit - Removed unused font definitions --- resource/gamemenu.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/gamemenu.res') diff --git a/resource/gamemenu.res b/resource/gamemenu.res index 521d3e8..2ccd3d9 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -46,7 +46,7 @@ "MutePlayersButton" { "label" "" - "command" "OpenPlayerListDialog" + "command" "OpenMutePlayerDialog" "OnlyInGame" "1" "subimage" "glyph_muted" "tooltip" "#MMenu_MutePlayers" -- cgit v1.2.3