From 683047261994548de0781d641d01ccf5b3b2ea1e Mon Sep 17 00:00:00 2001 From: waylon531 Date: Sun, 4 Aug 2019 14:24:10 -0700 Subject: Renamed Main Menu to main_menu This fixes a linux-specific issue relating to paths. For whatever reason linux doesn't like either the space or uppercase letters in the old path to the main menu, so this was fixed with a simple renaming. Fixes #135 --- .../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..038935e --- /dev/null +++ b/customizations/main_menu/Classic/resource/gamemenu.res @@ -0,0 +1,65 @@ +"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 -- cgit v1.2.3