From afbdf49d996b21074f607846174e1405d3174d4b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 23 Apr 2018 18:11:35 -0400 Subject: Installer Changes --- .../Main Menu/Classic/resource/gamemenu.res | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 customizations/Main Menu/Classic/resource/gamemenu.res (limited to 'customizations/Main Menu/Classic/resource/gamemenu.res') diff --git a/customizations/Main Menu/Classic/resource/gamemenu.res b/customizations/Main Menu/Classic/resource/gamemenu.res new file mode 100644 index 0000000..ce86297 --- /dev/null +++ b/customizations/Main Menu/Classic/resource/gamemenu.res @@ -0,0 +1,65 @@ +"GameMenu" [$WIN32] +{ + // MAIN MENU + "GeneralStoreButton" + { + "label" "Mann Co. Store" + "command" "engine open_store" + } + "CharacterSetupButton" + { + "label" "Inventory" + "command" "engine open_charinfo" + } + "ReplayBrowserButton" + { + "label" "Replays" + "command" "engine replay_reloadbrowser" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + } + "SettingsButton" + { + "label" "Options" + "command" "OpenOptionsDialog" + } + "TF2SettingsButton" + { + "label" "Adv. Options" + "command" "opentf2options" + } + "AchievementsButton" + { + "label" "" + "command" "OpenAchievementsDialog" + "subimage" "glyph_achievements" + "tooltip" "Achievements" + } + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "subimage" "glyph_commentary" + "tooltip" "Report Player" + "OnlyInGame" "1" + } + "CallVoteButton" + { + "label" "" + "command" "callvote" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" + "OnlyInGame" "1" + } + "MutePlayersButton" + { + "label" "" + "command" "OpenPlayerListDialog" + "subimage" "glyph_muted" + "tooltip" "Mute Player" + "OnlyInGame" "1" + } +} \ No newline at end of file -- cgit v1.2.3