diff options
| author | igor.nikitin <[email protected]> | 2019-04-01 11:27:53 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-01 11:27:53 -0400 |
| commit | daa10dc0815a48133af29f5e424da5fae0576e92 (patch) | |
| tree | 64f34f9979a473a3e88fbdb7951faa2366e31c9e /customizations/Main Menu/Classic/resource/gamemenu.res | |
| parent | e0b672d18103d530dec3e894005ed3d4bed0632e (diff) | |
Updated Customizations
- Updated customization files
- Fixed unused color being called
Diffstat (limited to 'customizations/Main Menu/Classic/resource/gamemenu.res')
| -rw-r--r-- | customizations/Main Menu/Classic/resource/gamemenu.res | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/customizations/Main Menu/Classic/resource/gamemenu.res b/customizations/Main Menu/Classic/resource/gamemenu.res index ce86297..038935e 100644 --- a/customizations/Main Menu/Classic/resource/gamemenu.res +++ b/customizations/Main Menu/Classic/resource/gamemenu.res @@ -1,35 +1,25 @@ -"GameMenu" [$WIN32] +"GameMenu" { // MAIN MENU - "GeneralStoreButton" - { - "label" "Mann Co. Store" - "command" "engine open_store" - } "CharacterSetupButton" { - "label" "Inventory" - "command" "engine open_charinfo" + "label" "Inventory" + "command" "engine open_charinfo" } - "ReplayBrowserButton" - { - "label" "Replays" - "command" "engine replay_reloadbrowser" - } - "SteamWorkshopButton" + "GeneralStoreButton" { - "label" "#MMenu_SteamWorkshop" - "command" "engine OpenSteamWorkshopDialog" + "label" "Mann Co. Store" + "command" "engine open_store" } "SettingsButton" { - "label" "Options" - "command" "OpenOptionsDialog" + "label" "Options" + "command" "OpenOptionsDialog" } "TF2SettingsButton" { - "label" "Adv. Options" - "command" "opentf2options" + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -38,28 +28,38 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportPlayerButton" + "ReplayButton" { - "label" "" - "command" "OpenReportPlayerDialog" - "subimage" "glyph_commentary" - "tooltip" "Report Player" - "OnlyInGame" "1" + "label" "Replay" + "command" "engine replay_reloadbrowser" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" } "CallVoteButton" { "label" "" "command" "callvote" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" - "subimage" "glyph_muted" - "tooltip" "Mute Player" "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "Mute Players" + } + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_commentary" + "tooltip" "Report Player" } }
\ No newline at end of file |
