summaryrefslogtreecommitdiff
path: root/resource/ui/SpectatorGUIHealth.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/SpectatorGUIHealth.res')
-rw-r--r--resource/ui/SpectatorGUIHealth.res20
1 files changed, 12 insertions, 8 deletions
diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res
index 0a440cd..611538d 100644
--- a/resource/ui/SpectatorGUIHealth.res
+++ b/resource/ui/SpectatorGUIHealth.res
@@ -54,26 +54,30 @@
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
- "font" "CerbeticaBold16"
- "fgcolor" "Health Normal"
"textAlignment" "center"
+ "font" "CerbeticaBold16"
+ "fgcolor" "Health Normal"
}
- "PlayerStatusHealthValueBackground"
+ "PlayerStatusHealthValueShadow"
{
"ControlName" "CExLabel"
- "fieldName" "PlayerStatusHealthValueBackground"
- "xpos" "3"
- "ypos" "20"
+ "fieldName" "PlayerStatusHealthValueShadow"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "5"
"wide" "40"
"tall" "10"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
- "font" "CerbeticaBold16"
- "fgcolor" "0 0 0 255"
"textAlignment" "center"
+ "font" "CerbeticaBold16"
+ "fgcolor" "TransparentBlack"
+
+ "pin_to_sibling" "PlayerStatusHealthValue"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
"PlayerStatusPlayerLevel"