diff options
| author | Igor Nikitin <[email protected]> | 2017-10-21 10:31:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-21 10:31:47 -0400 |
| commit | 2edb231e27a58ca29259599bfd74c8a86183e3e2 (patch) | |
| tree | 67c7e09609c7ed20a3e8418d12b8bc390a118af2 /resource/ui/HudPlayerHealth.res | |
| parent | d173986001e1ebba220a6e358f3d204d15ea47e4 (diff) | |
| parent | 522e8901bdb74f3ace861d6eb5458371212230c8 (diff) | |
20171020 - Jungle Inferno Update
Jungle Inferno Update: This version is functional but untested in gameplay. If you experience any serious graphical issues or crashes, please report them to me and I'll have a hot-fix out tomorrow. Any other minor visual inconsistencies, oddities or overlaps will be fixed in the near future.
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" + } } |
