diff options
Diffstat (limited to 'resource/GameMenu.res')
| -rw-r--r-- | resource/GameMenu.res | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 4e14347..1377990 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -5,19 +5,16 @@ { "label" "Inventory" "command" "engine open_charinfo" - "subimage" "" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" - "subimage" "" } "ReplayBrowserButton" { "label" "Replay" "command" "engine replay_reloadbrowser" - "subimage" "" } "SettingsButton" { @@ -29,12 +26,6 @@ "label" "Adv. Options" "command" "opentf2options" } - "CreateServerButton" - { - "label" "" - "command" "OpenCreateMultiplayerGameDialog" - "tooltip" "Create Server" - } "AchievementsButton" { "label" "" @@ -47,7 +38,7 @@ "label" "" "command" "engine bug" "subimage" "glyph_bug" - "tooltip" "Report Bug" + "tooltip" "Report a Bug" } "ConsoleButton" { @@ -60,24 +51,32 @@ { "label" "" "command" "callvote" + "OnlyInGame" "1" "subimage" "icon_checkbox" "tooltip" "Call Vote" - "OnlyInGame" "1" } "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" + } + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "Request a Coach" } }
\ No newline at end of file |
