diff options
| author | CriticalFlaw <[email protected]> | 2017-12-06 21:04:10 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-06 21:04:10 -0500 |
| commit | 3e9202275e318a6679ee2ae05f4dc6aa6c75dda2 (patch) | |
| tree | c35026a503ad4271d0b72c0d5e4a23a9cb6caced /resource/ui/HudPlayerHealth.res | |
| parent | eada6a181c78428fafb206af2984e8de3bead75c (diff) | |
20171206 - Removed Max Player Health Value
Diffstat (limited to 'resource/ui/HudPlayerHealth.res')
| -rw-r--r-- | resource/ui/HudPlayerHealth.res | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 3b29be1..7ebe205 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -109,8 +109,8 @@ "zpos" "6" "wide" "50" "tall" "20" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%MaxHealth%" "textAlignment" "center" "font" "CerbeticaBold28" @@ -127,14 +127,14 @@ "zpos" "6" "wide" "50" "tall" "20" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%MaxHealth%" "textAlignment" "center" "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold28" "fgcolor" "TransparentBlack" - } + } "PlayerStatusBleedImage" { "ControlName" "ImagePanel" @@ -596,4 +596,4 @@ "image" "../vgui/slowed" "fgcolor" "TanDark" } -} +}
\ No newline at end of file |
