summaryrefslogtreecommitdiff
path: root/customizations/Main Menu/Classic/resource/gamemenu.res
diff options
context:
space:
mode:
authorIgor Nikitin <[email protected]>2019-08-02 20:08:57 -0400
committerGitHub <[email protected]>2019-08-02 20:08:57 -0400
commit23a88d50e9756a085b4437ac5e64efb27860aabf (patch)
tree94735e0611918ce3c967248885ef4781bcca4446 /customizations/Main Menu/Classic/resource/gamemenu.res
parent7f32be87b11a6ce4ce546602888b5205c3cbb4e9 (diff)
parent8d30bfb421e739cc19064368c8f4d2f77d3dd42d (diff)
Merge pull request #134 from raysfire/dev
v2019.0802
Diffstat (limited to 'customizations/Main Menu/Classic/resource/gamemenu.res')
-rw-r--r--customizations/Main Menu/Classic/resource/gamemenu.res65
1 files changed, 0 insertions, 65 deletions
diff --git a/customizations/Main Menu/Classic/resource/gamemenu.res b/customizations/Main Menu/Classic/resource/gamemenu.res
deleted file mode 100644
index 038935e..0000000
--- a/customizations/Main Menu/Classic/resource/gamemenu.res
+++ /dev/null
@@ -1,65 +0,0 @@
-"GameMenu"
-{
- // MAIN MENU
- "CharacterSetupButton"
- {
- "label" "Inventory"
- "command" "engine open_charinfo"
- }
- "GeneralStoreButton"
- {
- "label" "Mann Co. Store"
- "command" "engine open_store"
- }
- "SettingsButton"
- {
- "label" "Options"
- "command" "OpenOptionsDialog"
- }
- "TF2SettingsButton"
- {
- "label" "Adv. Options"
- "command" "opentf2options"
- }
- "AchievementsButton"
- {
- "label" ""
- "command" "OpenAchievementsDialog"
- "subimage" "glyph_achievements"
- "tooltip" "Achievements"
- }
- "ReplayButton"
- {
- "label" "Replay"
- "command" "engine replay_reloadbrowser"
- }
- "SteamWorkshopButton"
- {
- "label" "#MMenu_SteamWorkshop"
- "command" "engine OpenSteamWorkshopDialog"
- }
- "CallVoteButton"
- {
- "label" ""
- "command" "callvote"
- "OnlyInGame" "1"
- "subimage" "icon_checkbox"
- "tooltip" "Call Vote"
- }
- "MutePlayersButton"
- {
- "label" ""
- "command" "OpenPlayerListDialog"
- "OnlyInGame" "1"
- "subimage" "glyph_muted"
- "tooltip" "Mute Players"
- }
- "ReportPlayerButton"
- {
- "label" ""
- "command" "OpenReportPlayerDialog"
- "OnlyInGame" "1"
- "subimage" "glyph_commentary"
- "tooltip" "Report Player"
- }
-} \ No newline at end of file