diff options
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" { |
