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/streampanel.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/streampanel.res')
| -rw-r--r-- | resource/ui/streampanel.res | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index ad64b08..cd214d1 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -121,6 +121,7 @@ "textAlignment" "west" "xpos" "90" "ypos" "31" + "zpos" "3" "wide" "205" "tall" "12" "autoResize" "0" @@ -129,6 +130,28 @@ "enabled" "1" "fgcolor" "TanLight" } + "ViewerCountLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "ViewerCountLabelShadow" + "font" "HudFontSmallest" + "labelText" "%viewer_count%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "205" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "ViewerCountLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } "Stream_URLButton" { @@ -151,12 +174,11 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_armed" "TeamMenuBorder" + "defaultFgColor_override" "Transparent" "armedFgColor_override" "Transparent" - - "defaultBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" "armedBgColor_override" "Transparent" - - "border_armed" "TeamMenuBorder" } }
\ No newline at end of file |
