From 7fb5e4895a804624e0c6bb44c65910e80739d668 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 13:11:12 -0400 Subject: Updated the main menu - Added MOTD button, panel and page for item testing. - Updated Twitch, Workshop, Replay and Matchmaking Dashboard panels. --- resource/gamemenu.res | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) (limited to 'resource/gamemenu.res') diff --git a/resource/gamemenu.res b/resource/gamemenu.res index c23ae36..657b57a 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -1,36 +1,18 @@ "GameMenu" { - "CharacterSetupButton" - { - "label" "Inventory" - "command" "engine open_charinfo" - } - "GeneralStoreButton" - { - "label" "Mann Co. Store" - "command" "engine open_store" - } - "SettingsButton" - { - "label" "Options" - "command" "OpenOptionsDialog" - } - "TF2SettingsButton" + "SteamWorkshopButton" { - "label" "Adv. Options" - "command" "opentf2options" + "label" "" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + "tooltip" "#MMenu_Tooltip_Workshop" } "AchievementsButton" { "label" "" "command" "OpenAchievementsDialog" "subimage" "glyph_achievements" - "tooltip" "Achievements" - } - "ReplayButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" + "tooltip" "#Achievements" } "ConsoleButton" { @@ -44,14 +26,7 @@ "label" "" "command" "engine bug" "subimage" "glyph_bug" - "tooltip" "Report a Bug" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" + "tooltip" "#MMenu_Tooltip_ReportBug" } "CallVoteButton" { -- cgit v1.2.3