diff options
| author | CriticalFlaw <[email protected]> | 2019-08-04 17:33:42 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-08-04 17:33:42 -0400 |
| commit | 3e47da874f95e417161be6c426431b4c3c596350 (patch) | |
| tree | 0a78540c5f4bef374b567004aab1f4479bd80e37 /customizations/main_menu/Modern/resource/gamemenu.res | |
| parent | 3b1c09d0bd5af6ef8899bd9b279675bc8590c728 (diff) | |
Renamed customization folders for Linux
Follow up to waylon531's pull request. Renaming customization folders to be lowercase and without spaces so that they can be read on Linux operating systems.
Diffstat (limited to 'customizations/main_menu/Modern/resource/gamemenu.res')
| -rw-r--r-- | customizations/main_menu/Modern/resource/gamemenu.res | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/customizations/main_menu/Modern/resource/gamemenu.res b/customizations/main_menu/Modern/resource/gamemenu.res deleted file mode 100644 index fba28ce..0000000 --- a/customizations/main_menu/Modern/resource/gamemenu.res +++ /dev/null @@ -1,89 +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" - } - "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 |
