From 3e9202275e318a6679ee2ae05f4dc6aa6c75dda2 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 6 Dec 2017 21:04:10 -0500 Subject: 20171206 - Removed Max Player Health Value --- resource/ui/HudPlayerHealth-cross.res | 40 +++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'resource/ui/HudPlayerHealth-cross.res') diff --git a/resource/ui/HudPlayerHealth-cross.res b/resource/ui/HudPlayerHealth-cross.res index b8ba90c..36f3620 100644 --- a/resource/ui/HudPlayerHealth-cross.res +++ b/resource/ui/HudPlayerHealth-cross.res @@ -165,7 +165,43 @@ "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "TransparentBlack" - } + } + "PlayerStatusMaxHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValue" + "xpos" "156" + "xpos_minmode" "156" + "ypos" "77" + "zpos" "6" + "wide" "50" + "tall" "20" + "visible" "0" + "enabled" "0" + "labelText" "%MaxHealth%" + "textAlignment" "center" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold28" + "fgcolor" "Health Normal" + } + "PlayerStatusMaxHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValueShadow" + "xpos" "157" + "xpos_minmode" "157" + "ypos" "78" + "zpos" "6" + "wide" "50" + "tall" "20" + "visible" "0" + "enabled" "0" + "labelText" "%MaxHealth%" + "textAlignment" "center" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold28" + "fgcolor" "TransparentBlack" + } "PlayerStatusBleedImage" { "ControlName" "ImagePanel" @@ -676,4 +712,4 @@ "image" "../Effects/powerup_supernova_hud" "fgcolor" "TanDark" } -} +} \ No newline at end of file -- cgit v1.2.3