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/ui/compstats.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/ui/compstats.res')
| -rw-r--r-- | resource/ui/compstats.res | 56 |
1 files changed, 28 insertions, 28 deletions
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" |
