From 46d248b5167f9c8794c3125146952fef08f86bcd Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Dec 2020 13:46:03 -0500 Subject: Added Hypnotize's Icons - Updated to Hypnotize's icon pack. - Updated multiple files, removed unused code. --- resource/gamemenu.res | 55 ++++++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) (limited to 'resource/gamemenu.res') diff --git a/resource/gamemenu.res b/resource/gamemenu.res index d40948b..ff2961b 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -2,69 +2,66 @@ { "AchievementsButton" { - "label" "" + "label" "b" "command" "OpenAchievementsDialog" - "subimage" "glyph_achievements" "tooltip" "#Achievements" } - "ReplayButton" - { - "label" "" - "command" "engine replay_reloadbrowser" - "subimage" "glyph_tv" - "tooltip" "#MMenu_Tooltip_Replay" - } "ConsoleButton" { - "label" "" + "label" "c" "command" "engine toggleconsole" - "subimage" "glyph_view" "tooltip" "Console" } + "ReplayButton" + { + "label" "d" + "command" "engine replay_reloadbrowser" + "tooltip" "#MMenu_Tooltip_Replay" + } "ReportBugButton" { - "label" "" + "label" "e" "command" "engine bug" - "subimage" "glyph_bug" "tooltip" "#MMenu_Tooltip_ReportBug" } "CoachPlayersButton" { - "label" "" + "label" "g" "command" "engine cl_coach_toggle" - "subimage" "glyph_commentary" "tooltip" "#MMenu_Tooltip_Coach" } + "RequestCoachButton" + { + "label" "h" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "tooltip" "#MMenu_RequestCoach" + } "CallVoteButton" { - "label" "" + "label" "i" "command" "callvote" "OnlyInGame" "1" - "subimage" "icon_checkbox" "tooltip" "#MMenu_CallVote" } "MutePlayersButton" { - "label" "" + "label" "j" "command" "OpenMutePlayerDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" "tooltip" "#MMenu_MutePlayers" } - "RequestCoachButton" - { - "label" "" - "command" "engine cl_coach_find_coach" - "OnlyInGame" "1" - "subimage" "glyph_tutorial" - "tooltip" "#MMenu_RequestCoach" - } "ReportPlayerButton" { - "label" "" + "label" "k" "command" "OpenReportPlayerDialog" "OnlyInGame" "1" - "subimage" "glyph_quest_icon" "tooltip" "#MMenu_ReportPlayer" } + "RefreshHUDButton" + { + "label" "." + "command" "engine hud_reloadscheme" + "tooltip" "Refresh HUD" + } } \ No newline at end of file -- cgit v1.2.3 From e0f728581ba5d7ca0d7ea06b015c36e189993664 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Dec 2020 21:00:35 -0500 Subject: Bug Fixes, see notes. - Fixed the stock items checkbox not working on the backpack page. - Fixed the cutoff description label on the confirmation panel. - Fixed the font for the item series number being too large to display. - Fixed the store preview page not allowing to change item color and style. - Increased the size of the sentry gun's health on the building panel (#158) - Fixed the KOTH timer not being centred properly. - Miscellenaous other fixes and improvements. --- resource/gamemenu.res | 1 - 1 file changed, 1 deletion(-) (limited to 'resource/gamemenu.res') diff --git a/resource/gamemenu.res b/resource/gamemenu.res index ff2961b..4f05308 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -62,6 +62,5 @@ { "label" "." "command" "engine hud_reloadscheme" - "tooltip" "Refresh HUD" } } \ No newline at end of file -- cgit v1.2.3