diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:11:12 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:11:12 -0400 |
| commit | 7fb5e4895a804624e0c6bb44c65910e80739d668 (patch) | |
| tree | 5ac1e996fe004e0b0a23fa8bd44f8cc68d944821 /resource/gamemenu.res | |
| parent | 9d7d77c52d7c478e974a24ebe1da01c9d9f63ff9 (diff) | |
Updated the main menu
- Added MOTD button, panel and page for item testing.
- Updated Twitch, Workshop, Replay and Matchmaking Dashboard panels.
Diffstat (limited to 'resource/gamemenu.res')
| -rw-r--r-- | resource/gamemenu.res | 39 |
1 files changed, 7 insertions, 32 deletions
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" { |
