summaryrefslogtreecommitdiff
path: root/customizations/Classic Main Menu/resource/gamemenu.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-04-23 18:11:35 -0400
committerCriticalFlaw <[email protected]>2018-04-23 18:11:35 -0400
commitafbdf49d996b21074f607846174e1405d3174d4b (patch)
treed2e160cf1e37f7517af5dd288d95a9db09e6c546 /customizations/Classic Main Menu/resource/gamemenu.res
parentdc1a585c0ed401b37624770631e4c16678e0b7e5 (diff)
Installer Changes
Diffstat (limited to 'customizations/Classic Main Menu/resource/gamemenu.res')
-rw-r--r--customizations/Classic Main Menu/resource/gamemenu.res65
1 files changed, 0 insertions, 65 deletions
diff --git a/customizations/Classic Main Menu/resource/gamemenu.res b/customizations/Classic Main Menu/resource/gamemenu.res
deleted file mode 100644
index ce86297..0000000
--- a/customizations/Classic Main Menu/resource/gamemenu.res
+++ /dev/null
@@ -1,65 +0,0 @@
-"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