diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /customizations/Main Menu/Classic/resource/gamemenu.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
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 |
