From 29e5aed51cd50bbb04ed62ebac6f1a0538d19dff Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 8 Jul 2018 15:41:38 -0400 Subject: Updated the Main Menu - Moved out files from materials/vgui/replay/thumbnails/buttons - Removed the Create a Server button - Added the Request a Coach button - Fixed the Competitive MMR value not being positioned properly - Fixed the woo_tree.wav file not being played --- resource/GameMenu.res | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'resource/GameMenu.res') diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 4e14347..1377990 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -5,19 +5,16 @@ { "label" "Inventory" "command" "engine open_charinfo" - "subimage" "" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" - "subimage" "" } "ReplayBrowserButton" { "label" "Replay" "command" "engine replay_reloadbrowser" - "subimage" "" } "SettingsButton" { @@ -29,12 +26,6 @@ "label" "Adv. Options" "command" "opentf2options" } - "CreateServerButton" - { - "label" "" - "command" "OpenCreateMultiplayerGameDialog" - "tooltip" "Create Server" - } "AchievementsButton" { "label" "" @@ -47,7 +38,7 @@ "label" "" "command" "engine bug" "subimage" "glyph_bug" - "tooltip" "Report Bug" + "tooltip" "Report a Bug" } "ConsoleButton" { @@ -60,24 +51,32 @@ { "label" "" "command" "callvote" + "OnlyInGame" "1" "subimage" "icon_checkbox" "tooltip" "Call Vote" - "OnlyInGame" "1" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" - "subimage" "glyph_muted" - "tooltip" "Mute Player" "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "Mute Players" } "ReportPlayerButton" { "label" "" "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" "subimage" "glyph_commentary" "tooltip" "Report Player" + } + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "Request a Coach" } } \ No newline at end of file -- cgit v1.2.3