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/compstats.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/compstats.res')
| -rw-r--r-- | resource/ui/compstats.res | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index c56bc5a..4552806 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -195,9 +195,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort0" "actionsignallevel" "4" @@ -228,9 +228,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort1" "actionsignallevel" "4" @@ -261,9 +261,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort2" "actionsignallevel" "4" @@ -292,9 +292,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort3" "actionsignallevel" "4" |
