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/streamlistpanel.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/streamlistpanel.res')
| -rw-r--r-- | resource/ui/streamlistpanel.res | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index c1bbf5e..8b4c5c0 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -60,13 +60,13 @@ "Command" "hide_streams" "paintbackground" "0" - //"defaultFgColor_override" "235 226 202 255" + //"defaultFgColor_override" "TanLight" //"armedFgColor_override" "TanDarker" "defaultFgColor_override" "TanLight" "armedFgColor_override" "ColorCyan" "depressedFgColor_override" "TanLight" - "image_drawcolor" "235 226 202 255" + "image_drawcolor" "TanLight" "image_armedcolor" "LightRed" "SubImage" @@ -204,9 +204,9 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultFgColor_override" "235 226 202 255" + "defaultFgColor_override" "TanLight" "defaultBgColor_override" "TanDarker" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "235 226 202 255" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" } }
\ No newline at end of file |
