diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/freezepanelkillerhealth.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/freezepanelkillerhealth.res')
| -rw-r--r-- | resource/ui/freezepanelkillerhealth.res | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/resource/ui/freezepanelkillerhealth.res b/resource/ui/freezepanelkillerhealth.res index 796aa7b..978e1e3 100644 --- a/resource/ui/freezepanelkillerhealth.res +++ b/resource/ui/freezepanelkillerhealth.res @@ -6,8 +6,8 @@ "fieldName" "PlayerStatusHealthImage" "wide" "0" "tall" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" } "PlayerStatusHealthImageBG" @@ -16,8 +16,8 @@ "fieldName" "PlayerStatusHealthImageBG" "wide" "0" "tall" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" } "BuildingStatusHealthImageBG" @@ -26,8 +26,8 @@ "fieldName" "BuildingStatusHealthImageBG" "wide" "0" "tall" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" } "PlayerStatusHealthBonusImage" @@ -36,14 +36,14 @@ "fieldName" "PlayerStatusHealthBonusImage" "wide" "0" "tall" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" } - "GuiPlayerHealth" + "TargetHealthValue" { "ControlName" "CExLabel" - "fieldName" "GuiPlayerHealth" + "fieldName" "TargetHealthValue" "xpos" "3" "ypos" "3" "zpos" "5" @@ -52,14 +52,14 @@ "visible" "1" "enabled" "1" "textAlignment" "center" - "font" "Cerbetica16" + "font" "HudFontMediumSmall" "labeltext" "%Health%" } - "GuiPlayerHealthShadow" + "TargetHealthShadow" { "ControlName" "CExLabel" - "fieldName" "GuiPlayerHealthShadow" + "fieldName" "TargetHealthShadow" "xpos" "4" "ypos" "4" "zpos" "5" @@ -68,7 +68,7 @@ "visible" "1" "enabled" "1" "textAlignment" "center" - "font" "Cerbetica16" + "font" "HudFontMediumSmall" "fgcolor" "TransparentBlack" "labeltext" "%Health%" } |
