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/hudspellselection.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/hudspellselection.res')
| -rw-r--r-- | resource/ui/hudspellselection.res | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index 38abb43..76ab103 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -41,7 +41,7 @@ "ypos" "9999" "wide" "100" "tall" "10" - "fgcolor" "tanlight" + "fgcolor" "TanLight" "visible" "1" } @@ -75,7 +75,7 @@ "ypos_minmode" "50" "wide" "20" "tall" "30" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CountTextShadow" @@ -85,14 +85,16 @@ "font" "CerbeticaBold28" "labelText" "%counttext%" "textAlignment" "center" - "xpos" "44" - "ypos" "31" + "xpos" "-1" + "ypos" "-1" "zpos" "0" "font_minmode" "CerbeticaBold20" - "xpos_minmode" "19" - "ypos_minmode" "51" "wide" "20" "tall" "30" - "fgcolor" "0 0 0 255" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "CountText" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } }
\ No newline at end of file |
