diff options
| author | CriticalFlaw <[email protected]> | 2021-04-03 23:12:33 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-04-03 23:12:33 -0400 |
| commit | d827c48c5fd7de1320d9e639bc9cb91f03d7228c (patch) | |
| tree | 78ac538e21f0bd54bf5776884828568c7acaf8ec /resource/gamemenu.res | |
| parent | 7f0aed2689c1f120829424dba8b66b4b77d1418d (diff) | |
Added tooltips to main menu buttons
Diffstat (limited to 'resource/gamemenu.res')
| -rw-r--r-- | resource/gamemenu.res | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/resource/gamemenu.res b/resource/gamemenu.res index 4f05308..5b910d6 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -58,9 +58,22 @@ "OnlyInGame" "1" "tooltip" "#MMenu_ReportPlayer" } + "QuestLogButton" + { + "label" "r" + "command" "questlog" + "tooltip" "#TF_QuestMap_Intro_Title" + } + "MOTD_ShowButtonPanel" + { + "label" "o" + "command" "motd_show" + "tooltip" "#TF_MOTD_Title" + } "RefreshHUDButton" { "label" "." "command" "engine hud_reloadscheme" + "tooltip" "Refresh HUD" } }
\ No newline at end of file |
