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/ui/compstats.res | 56 +++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'resource/ui/compstats.res') diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index a66fb36..22904db 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -52,19 +52,19 @@ "ShowLeaderboardsButton" { - "ControlName" "CExButton" - "fieldName" "ShowLeaderboardsButton" - "xpos" "rs1-10" - "ypos" "40" - "zpos" "0" - "wide" "p0.45" - "tall" "15" - "visible" "1" + "ControlName" "CExButton" + "fieldName" "ShowLeaderboardsButton" + "xpos" "rs1-10" + "ypos" "40" + "zpos" "0" + "wide" "p0.45" + "tall" "15" + "visible" "1" "proportionaltoparent" "1" - "actionsignallevel" "2" - "command" "show_leaderboards" - "labeltext" "#TF_Competitive_ViewLeaderboards" - "font" "CerbeticaBold12" + "actionsignallevel" "2" + "command" "show_leaderboards" + "labeltext" "#TF_Competitive_ViewLeaderboards" + "font" "CerbeticaBold12" "fgcolor_override" "TanLight" "textAlignment" "center" "sound_depressed" "UI/buttonclick.wav" @@ -73,23 +73,23 @@ "ShowMatchHistoryButton" { - "ControlName" "Button" - "fieldName" "ShowMatchHistoryButton" - "xpos" "10" - "ypos" "40" - "zpos" "0" - "wide" "p0.45" - "tall" "15" - "visible" "1" + "ControlName" "Button" + "fieldName" "ShowMatchHistoryButton" + "xpos" "10" + "ypos" "40" + "zpos" "0" + "wide" "p0.45" + "tall" "15" + "visible" "1" "proportionaltoparent" "1" - "actionsignallevel" "2" - "command" "show_match_history" - "labeltext" "#TF_Competitive_ViewMatches" - "font" "CerbeticaBold12" - "fgcolor_override" "TanLight" - "textAlignment" "center" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "command" "show_match_history" + "labeltext" "#TF_Competitive_ViewMatches" + "font" "CerbeticaBold12" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" } "PlaylistBGPanel" -- cgit v1.2.3