diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/SpectatorGUIHealth.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/SpectatorGUIHealth.res')
| -rw-r--r-- | resource/ui/SpectatorGUIHealth.res | 20 |
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" |
