diff options
Diffstat (limited to 'resource/ui/HudPlayerHealth.res')
| -rw-r--r-- | resource/ui/HudPlayerHealth.res | 73 |
1 files changed, 70 insertions, 3 deletions
diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 75d8da6..dce7d8b 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -94,11 +94,47 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "TransparentBlack" - } + } + "PlayerStatusMaxHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValue" + "xpos" "76" + "xpos_minmode" "61" + "ypos" "20" + "zpos" "6" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%MaxHealth%" + "textAlignment" "center" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" + "fgcolor" "TanDark" + } + "PlayerStatusMaxHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValueShadow" + "xpos" "76" + "xpos_minmode" "61" + "ypos" "20" + "zpos" "6" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%MaxHealth%" + "textAlignment" "center" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + } "PlayerStatusBleedImage" { "ControlName" "ImagePanel" @@ -137,6 +173,22 @@ "image" "../vgui/bleed_drop" "fgcolor" "TanDark" } + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "117" + "xpos_minmode" "102" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/covered_in_gas" + "fgcolor" "TanDark" + } "PlayerStatusMarkedForDeathImage" { "ControlName" "ImagePanel" @@ -609,5 +661,20 @@ "image" "../Effects/powerup_supernova_hud" "fgcolor" "TanDark" } - + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "85" + "xpos_minmode" "70" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/slowed" + "fgcolor" "TanDark" + } } |
