summaryrefslogtreecommitdiff
path: root/resource/ui/HudPlayerHealth.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2017-10-20 23:55:02 -0400
committerCriticalFlaw <[email protected]>2017-10-20 23:55:02 -0400
commit8a00ab448cc9521673bec49b0ef66870a1267b55 (patch)
treee017c16cfaf2253efd9c3d0e59f098158a559dca /resource/ui/HudPlayerHealth.res
parentd173986001e1ebba220a6e358f3d204d15ea47e4 (diff)
v2017.1020 RC1
Diffstat (limited to 'resource/ui/HudPlayerHealth.res')
-rw-r--r--resource/ui/HudPlayerHealth.res73
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"
+ }
}