From 8045488b1b248ca88556582063f0052a3727807c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 13 Mar 2019 21:23:56 -0400 Subject: 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 --- .../Main Menu/Modern/resource/GameMenu.res | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'customizations/Main Menu/Modern/resource/GameMenu.res') 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" { -- cgit v1.2.3