diff options
| author | Igor Nikitin <[email protected]> | 2017-12-09 17:34:44 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-09 17:34:44 -0500 |
| commit | ed3d9e4c49259923064b5b549e3862a66a6decd6 (patch) | |
| tree | 0cd2d229612127fcc4e9d3ccafd3007e4dd9f3e3 /resource/ui/streamlistpanel.res | |
| parent | 865fb59a0af085e686a01c2c4ec4728bc09c6ae8 (diff) | |
| parent | 10806c8c38f2705223c834a215f5d82fcb0f10ec (diff) | |
20171210 - December Update
- Added transparent viewmodels
- Added back the basechat.res file
- Added Classic Main Menu Style
- Added scoreboard styles to be independent of the minmode toggle
- Fixed the win panel score clipping
- Fixed the placement of the MOTD Button
- Fixed rayshud crosshairs not displaying
- Fixed the main menu background streching
- Replaced icon fonts with actual icon files
- Removed maximum player health value
- Removed main menu character images
- Removed files similar or identical to the stock HUD
- Miscellaneous color and font tweaks and adjustments
Diffstat (limited to 'resource/ui/streamlistpanel.res')
| -rw-r--r-- | resource/ui/streamlistpanel.res | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index bc58ff7..dab8828 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -9,7 +9,7 @@ "wide" "300" "tall" "22" "visible" "1" - + "HeaderLabel" { "ControlName" "CExLabel" @@ -30,7 +30,7 @@ "bgcolor_override" "25 25 25 255" } } - + "CloseButton" { "ControlName" "CExImageButton" @@ -51,22 +51,21 @@ "dulltext" "0" "brighttext" "0" "default" "0" - + "navDown" "MOTD_URLButton" "navActivate" "<QuickplayButton" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "hide_streams" - + "Command" "hide_streams" "paintbackground" "0" - + //"defaultFgColor_override" "235 226 202 255" //"armedFgColor_override" "46 43 42 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Base Color" "depressedFgColor_override" "TanLight" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "200 80 60 255" "SubImage" @@ -82,9 +81,9 @@ "enabled" "0" "image" "close_button" "scaleImage" "1" - } + } } - + "TitleLabel" { "ControlName" "CExLabel" @@ -102,7 +101,7 @@ "enabled" "1" "fgcolor" "56 53 49 255" } - + "Stream1" { "ControlName" "CTFStreamPanel" @@ -117,7 +116,7 @@ "enabled" "1" "proportionaltoparent" "1" } - + "Stream2" { "ControlName" "CTFStreamPanel" @@ -132,7 +131,7 @@ "enabled" "1" "proportionaltoparent" "1" } - + "Stream3" { "ControlName" "CTFStreamPanel" @@ -147,7 +146,7 @@ "enabled" "1" "proportionaltoparent" "1" } - + "Stream4" { "ControlName" "CTFStreamPanel" @@ -162,7 +161,7 @@ "enabled" "1" "proportionaltoparent" "1" } - + "Stream5" { "ControlName" "CTFStreamPanel" @@ -177,7 +176,7 @@ "enabled" "1" "proportionaltoparent" "1" } - + "Stream_URLButton" { "ControlName" "CExButton" @@ -200,13 +199,12 @@ "brighttext" "0" "default" "1" "command" "view_more" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "defaultFgColor_override" "235 226 202 255" "defaultBgColor_override" "46 43 42 255" "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "235 226 202 255" - } + } }
\ No newline at end of file |
