summaryrefslogtreecommitdiff
path: root/resource/ui/SpectatorGUIHealth.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-03-09 16:08:53 -0500
committerCriticalFlaw <[email protected]>2019-03-09 16:08:53 -0500
commitb5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch)
treedb478a5395093809c203afb62167e70a99631344 /resource/ui/SpectatorGUIHealth.res
parentfc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (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/SpectatorGUIHealth.res')
-rw-r--r--resource/ui/SpectatorGUIHealth.res18
1 files changed, 11 insertions, 7 deletions
diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res
index 0a440cd..0a972f9 100644
--- a/resource/ui/SpectatorGUIHealth.res
+++ b/resource/ui/SpectatorGUIHealth.res
@@ -42,10 +42,10 @@
"scaleImage" "1"
}
- "PlayerStatusHealthValue"
+ "PlayerStatusHealthValueSpec"
{
"ControlName" "CExLabel"
- "fieldName" "PlayerStatusHealthValue"
+ "fieldName" "PlayerStatusHealthValueSpec"
"xpos" "2"
"ypos" "19"
"zpos" "5"
@@ -59,12 +59,12 @@
"textAlignment" "center"
}
- "PlayerStatusHealthValueBackground"
+ "PlayerStatusHealthValueSpecShadow"
{
"ControlName" "CExLabel"
- "fieldName" "PlayerStatusHealthValueBackground"
- "xpos" "3"
- "ypos" "20"
+ "fieldName" "PlayerStatusHealthValueSpecShadow"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "5"
"wide" "40"
"tall" "10"
@@ -72,8 +72,12 @@
"enabled" "1"
"labelText" "%Health%"
"font" "CerbeticaBold16"
- "fgcolor" "0 0 0 255"
"textAlignment" "center"
+ "fgcolor" "TransparentBlack"
+
+ "pin_to_sibling" "PlayerStatusHealthValueSpec"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
"PlayerStatusPlayerLevel"