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-broeselcross.res | 42 +++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 4 deletions(-) (limited to 'resource/ui/HudPlayerHealth-broeselcross.res') diff --git a/resource/ui/HudPlayerHealth-broeselcross.res b/resource/ui/HudPlayerHealth-broeselcross.res index 451b9a1..a153e7e 100644 --- a/resource/ui/HudPlayerHealth-broeselcross.res +++ b/resource/ui/HudPlayerHealth-broeselcross.res @@ -1,7 +1,6 @@ "Resource/UI/HudPlayerHealth.res" { // player health data - //Change visible and enabled to "1" on "HPBorderPanel1" and "HPBorderPanel2" for team-colored cross. "HPBorderPanel1" @@ -142,7 +141,43 @@ "textAlignment" "center" "font" "CerbeticaBold24" "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" @@ -574,5 +609,4 @@ "image" "../Effects/powerup_supernova_hud" "fgcolor" "TanDark" } -} - +} \ No newline at end of file -- cgit v1.2.3