From 9f90bde42f138a30d5923b0af185f6edf08f37ac Mon Sep 17 00:00:00 2001 From: "igor.nikitin" Date: Tue, 16 Apr 2019 10:34:42 -0400 Subject: Moving Files for Lowercasing --- resource/GameMenu.res | 89 --------------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 resource/GameMenu.res (limited to 'resource/GameMenu.res') diff --git a/resource/GameMenu.res b/resource/GameMenu.res deleted file mode 100644 index fba28ce..0000000 --- a/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 -- cgit v1.2.3