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/itemquickswitch.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/itemquickswitch.res')
| -rw-r--r-- | resource/ui/itemquickswitch.res | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index 615eea4..ec7c213 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -15,7 +15,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "2" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "itempanel_xpos" "0" "itempanel_ydelta" "0" "border" "NoBorder" @@ -36,7 +36,7 @@ "text_xpos" "60" "text_wide" "190" "name_only" "1" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" } } @@ -150,8 +150,8 @@ "tall" "40" "visible" "1" "PaintBackgroundType" "2" - "fgcolor_override" "200 80 60 255" - "bgcolor_override" "0 0 0 0" + "fgcolor_override" "LightRed" + "bgcolor_override" "Transparent" } } @@ -171,7 +171,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "loadout_preset_panel" |
