diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/spectatorguihealth.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/spectatorguihealth.res')
| -rw-r--r-- | resource/ui/spectatorguihealth.res | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res index 2a09454..4a12c68 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -31,51 +31,51 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "11" - "ypos" "13" + "xpos" "13" + "ypos" "15" "zpos" "3" - "wide" "22" - "tall" "23" + "wide" "18" + "tall" "19" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" "scaleImage" "1" } - "PlayerStatusHealthValue" + "GuiPlayerHealth" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" + "fieldName" "GuiPlayerHealth" "xpos" "2" - "ypos" "19" + "ypos" "16" "zpos" "5" "wide" "40" - "tall" "10" + "tall" "15" "visible" "1" "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold16" + "font" "Cerbetica18" "fgcolor" "Health Normal" } - "PlayerStatusHealthValueShadow" + "GuiPlayerHealthShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueShadow" + "fieldName" "GuiPlayerHealthShadow" "xpos" "-1" - "ypos" "-1" + "ypos" "-2" "zpos" "5" "wide" "40" - "tall" "10" + "tall" "15" "visible" "1" "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold16" + "font" "Cerbetica18" "fgcolor" "TransparentBlack" - "pin_to_sibling" "PlayerStatusHealthValue" + "pin_to_sibling" "GuiPlayerHealth" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } |
