diff options
| author | CriticalFlaw <[email protected]> | 2019-03-13 21:23:56 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-13 21:23:56 -0400 |
| commit | 8045488b1b248ca88556582063f0052a3727807c (patch) | |
| tree | 99bf8dee39e34c1eb71c9e4c2d456515e34bf420 /customizations/Main Menu/Modern/resource/GameMenu.res | |
| parent | 686eb11236126196378780c055ff9d91480c0880 (diff) | |
Updated Notification Panel
- Synchronized customization files
- Updated the match found and vote panels
- Updated the hudlayout to work with the installer
- Moved the contracts button to the right side of the main menu
Diffstat (limited to 'customizations/Main Menu/Modern/resource/GameMenu.res')
| -rw-r--r-- | customizations/Main Menu/Modern/resource/GameMenu.res | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/customizations/Main Menu/Modern/resource/GameMenu.res b/customizations/Main Menu/Modern/resource/GameMenu.res index 2138d67..fba28ce 100644 --- a/customizations/Main Menu/Modern/resource/GameMenu.res +++ b/customizations/Main Menu/Modern/resource/GameMenu.res @@ -3,35 +3,23 @@ // MAIN MENU "CharacterSetupButton" { - "label" "Inventory" - "command" "engine open_charinfo" + "label" "Inventory" + "command" "engine open_charinfo" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" } - "ReplayBrowserButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" - } "SettingsButton" { - "label" "Options" - "command" "OpenOptionsDialog" + "label" "Options" + "command" "OpenOptionsDialog" } "TF2SettingsButton" { - "label" "Adv. Options" - "command" "opentf2options" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -40,12 +28,10 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportBugButton" + "ReplayButton" { - "label" "" - "command" "engine bug" - "subimage" "glyph_bug" - "tooltip" "Report a Bug" + "label" "Replay" + "command" "engine replay_reloadbrowser" } "ConsoleButton" { @@ -54,21 +40,35 @@ "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" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "Mute Players" + "subimage" "glyph_muted" + "tooltip" "Mute Players" } "ReportPlayerButton" { |
