diff options
| author | waylon531 <[email protected]> | 2019-08-04 14:24:10 -0700 |
|---|---|---|
| committer | waylon531 <[email protected]> | 2019-08-04 14:24:10 -0700 |
| commit | 683047261994548de0781d641d01ccf5b3b2ea1e (patch) | |
| tree | e70d9b24b3ece4eb62eb5c510f802739d4da20d4 /customizations/main_menu/Modern/resource/gamemenu.res | |
| parent | 23a88d50e9756a085b4437ac5e64efb27860aabf (diff) | |
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
Diffstat (limited to 'customizations/main_menu/Modern/resource/gamemenu.res')
| -rw-r--r-- | customizations/main_menu/Modern/resource/gamemenu.res | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/customizations/main_menu/Modern/resource/gamemenu.res b/customizations/main_menu/Modern/resource/gamemenu.res new file mode 100644 index 0000000..fba28ce --- /dev/null +++ b/customizations/main_menu/Modern/resource/gamemenu.res @@ -0,0 +1,89 @@ +"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" + } + "ConsoleButton" + { + "label" "" + "command" "engine toggleconsole" + "subimage" "glyph_options" + "tooltip" "Console" + } + "ReportBugButton" + { + "label" "" + "command" "engine bug" + "subimage" "glyph_bug" + "tooltip" "Report a Bug" + } + "SteamWorkshopButton" + { + "label" "" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + "tooltip" "Steam Workshop" + } + "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" + } + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "Request a Coach" + } +}
\ No newline at end of file |
