diff options
| author | CriticalFlaw <[email protected]> | 2019-12-08 08:28:12 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-12-08 08:28:12 -0500 |
| commit | a5e43b88561a04fe792bd042cd602affedf83c63 (patch) | |
| tree | b342907581ae6112b6eaffa35836f0a44e4424d6 /resource/gamemenu.res | |
| parent | de0a178159e6566c8eac2338a4f958b49b0f52c3 (diff) | |
Backend Changes
- Fixed certain colors not being enforced from the customizable files
- Backend cleanup. Colors are assigned to their schema name.
- Updated the PDA and killstreak count's use of #base.
- Removed the Smissmas promo from the Mann Co. Store
Diffstat (limited to 'resource/gamemenu.res')
| -rw-r--r-- | resource/gamemenu.res | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/resource/gamemenu.res b/resource/gamemenu.res index 0ac22b9..c23ae36 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -1,6 +1,5 @@ "GameMenu" { - // MAIN MENU "CharacterSetupButton" { "label" "Inventory" @@ -18,7 +17,7 @@ } "TF2SettingsButton" { - "label" "Adv. Options" + "label" "Adv. Options" "command" "opentf2options" } "AchievementsButton" @@ -60,7 +59,7 @@ "command" "callvote" "OnlyInGame" "1" "subimage" "icon_checkbox" - "tooltip" "Call Vote" + "tooltip" "#MMenu_CallVote" } "MutePlayersButton" { @@ -68,22 +67,22 @@ "command" "OpenPlayerListDialog" "OnlyInGame" "1" "subimage" "glyph_muted" - "tooltip" "Mute Players" + "tooltip" "#MMenu_MutePlayers" } - "ReportPlayerButton" + "RequestCoachButton" { "label" "" - "command" "OpenReportPlayerDialog" + "command" "engine cl_coach_find_coach" "OnlyInGame" "1" - "subimage" "glyph_commentary" - "tooltip" "Report Player" + "subimage" "glyph_tutorial" + "tooltip" "#MMenu_RequestCoach" } - "RequestCoachButton" + "ReportPlayerButton" { "label" "" - "command" "engine cl_coach_find_coach" + "command" "OpenReportPlayerDialog" "OnlyInGame" "1" - "subimage" "icon_whistle" - "tooltip" "Request a Coach" + "subimage" "glyph_quest_icon" + "tooltip" "#MMenu_ReportPlayer" } }
\ No newline at end of file |
