From a5e43b88561a04fe792bd042cd602affedf83c63 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 8 Dec 2019 08:28:12 -0500 Subject: 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 --- resource/gamemenu.res | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'resource/gamemenu.res') 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 -- cgit v1.2.3