diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
| commit | b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch) | |
| tree | db478a5395093809c203afb62167e70a99631344 /resource/ui/lobbycontainerframe.res | |
| parent | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (diff) | |
Updated HUD Files
- Updated colors to use the schema instead of RGB codes
- Removed unused or redundant code
- Added shadows to certain elements
- Corrected element names, reorganized some files
- Pinned some elements to their parent elements
- Fixed elements referencing non-existing colors or fonts
Diffstat (limited to 'resource/ui/lobbycontainerframe.res')
| -rw-r--r-- | resource/ui/lobbycontainerframe.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/lobbycontainerframe.res b/resource/ui/lobbycontainerframe.res index 55bf690..35bec20 100644 --- a/resource/ui/lobbycontainerframe.res +++ b/resource/ui/lobbycontainerframe.res @@ -25,7 +25,7 @@ "titletextinsetY" "0" "titlebarfgcolor_override" "200 187 161 255" "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "46 43 42 255" + "titlebarbgcolor_override" "TanDarker" "clientinsetx_override" "0" "sheetinset_bottom" "40" @@ -103,7 +103,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "Sheet" @@ -130,7 +130,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "tabskv" |
