diff options
| author | CriticalFlaw <[email protected]> | 2017-10-28 10:00:13 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-10-28 10:00:13 -0400 |
| commit | 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 (patch) | |
| tree | 331aa28fbb0cc28836e1cbde6bcb7177ad94c7e9 /customizations/Classic Main Menu/resource/GameMenu.res | |
| parent | a9c346e343aa678f281c0233948b4f90415c5b1f (diff) | |
20171028 - Scream Fortress 2017 Update
- Updated for Scream Fortress 2017
- Updated the Main Menu design and backend
- Updated the version number
- Fixed inexplicable crashes following the Scream Fortress update
- Fixed incorrect image file being used during the loading screen
- Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters
- Miscellaneous other fixes and tweaks
- Removed unused files, code and fonts
- Replaced the current crosshairs with KnuckleCrosses
Diffstat (limited to 'customizations/Classic Main Menu/resource/GameMenu.res')
| -rw-r--r-- | customizations/Classic Main Menu/resource/GameMenu.res | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/customizations/Classic Main Menu/resource/GameMenu.res b/customizations/Classic Main Menu/resource/GameMenu.res deleted file mode 100644 index f65745c..0000000 --- a/customizations/Classic Main Menu/resource/GameMenu.res +++ /dev/null @@ -1,63 +0,0 @@ -"GameMenu" [$WIN32] -{ - "ServerBrowserButton" - { - "label" "Servers" - "command" "OpenServerBrowser" - "subimage" "" - "OnlyAtMenu" "0" - } - "CharacterSetupButton" - { - "label" "Items" - "command" "engine open_charinfo" - "subimage" "" - } - "GeneralStoreButton" - { - "label" "Shop" - "command" "engine open_store" - "subimage" "" - } - "ReplayBrowserButton" - { - "label" "Replays" - "command" "engine replay_reloadbrowser" - "subimage" "" - } - //SettingsButton - //TF2SettingsButton - //MinmodeToggle - - "CreateServerButton" - { - "label" "#GameUI_GameMenu_CreateServer" - "command" "OpenCreateMultiplayerGameDialog" - "OnlyAtMenu" "1" - "tooltip" "#GameUI_GameMenu_CreateServer" - } - "CallVoteButton" - { - "label" "" - "command" "callvote" - "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "#MMenu_CallVote" - } - "MutePlayersButton" - { - "label" "" - "command" "OpenPlayerListDialog" - "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "#MMenu_MutePlayers" - } - "ReportPlayerButton" - { - "label" "" - "command" "OpenReportPlayerDialog" - "OnlyInGame" "1" - "subimage" "glyph_alert" - "tooltip" "#MMenu_ReportPlayer" - } -}
\ No newline at end of file |
