diff options
Diffstat (limited to 'resource/gamemenu.res')
| -rw-r--r-- | resource/gamemenu.res | 55 |
1 files changed, 26 insertions, 29 deletions
diff --git a/resource/gamemenu.res b/resource/gamemenu.res index d40948b..ff2961b 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -2,69 +2,66 @@ { "AchievementsButton" { - "label" "" + "label" "b" "command" "OpenAchievementsDialog" - "subimage" "glyph_achievements" "tooltip" "#Achievements" } - "ReplayButton" - { - "label" "" - "command" "engine replay_reloadbrowser" - "subimage" "glyph_tv" - "tooltip" "#MMenu_Tooltip_Replay" - } "ConsoleButton" { - "label" "" + "label" "c" "command" "engine toggleconsole" - "subimage" "glyph_view" "tooltip" "Console" } + "ReplayButton" + { + "label" "d" + "command" "engine replay_reloadbrowser" + "tooltip" "#MMenu_Tooltip_Replay" + } "ReportBugButton" { - "label" "" + "label" "e" "command" "engine bug" - "subimage" "glyph_bug" "tooltip" "#MMenu_Tooltip_ReportBug" } "CoachPlayersButton" { - "label" "" + "label" "g" "command" "engine cl_coach_toggle" - "subimage" "glyph_commentary" "tooltip" "#MMenu_Tooltip_Coach" } + "RequestCoachButton" + { + "label" "h" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "tooltip" "#MMenu_RequestCoach" + } "CallVoteButton" { - "label" "" + "label" "i" "command" "callvote" "OnlyInGame" "1" - "subimage" "icon_checkbox" "tooltip" "#MMenu_CallVote" } "MutePlayersButton" { - "label" "" + "label" "j" "command" "OpenMutePlayerDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" "tooltip" "#MMenu_MutePlayers" } - "RequestCoachButton" - { - "label" "" - "command" "engine cl_coach_find_coach" - "OnlyInGame" "1" - "subimage" "glyph_tutorial" - "tooltip" "#MMenu_RequestCoach" - } "ReportPlayerButton" { - "label" "" + "label" "k" "command" "OpenReportPlayerDialog" "OnlyInGame" "1" - "subimage" "glyph_quest_icon" "tooltip" "#MMenu_ReportPlayer" } + "RefreshHUDButton" + { + "label" "." + "command" "engine hud_reloadscheme" + "tooltip" "Refresh HUD" + } }
\ No newline at end of file |
