diff options
| author | CriticalFlaw <[email protected]> | 2017-10-21 11:34:41 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-10-21 11:34:41 -0400 |
| commit | fde9a84ac024248e34ff3ac23c170e191c7069f1 (patch) | |
| tree | 8b11b42b66d3476b0e8232407c1c2c80ca20e16a | |
| parent | cf1a9f769bcf5b2c315fd6ecf701a86334fbf918 (diff) | |
20172021 - Fixed the Max Health Number
| -rw-r--r-- | resource/ui/HudPlayerHealth.res | 26 | ||||
| -rw-r--r-- | sound/sound.cache | bin | 16 -> 0 bytes |
2 files changed, 13 insertions, 13 deletions
diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 3f59a83..f11ca4e 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -103,36 +103,36 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusMaxHealthValue" - "xpos" "76" - "xpos_minmode" "61" - "ypos" "20" + "xpos" "156" + "xpos_minmode" "156" + "ypos" "77" "zpos" "6" "wide" "50" - "tall" "38" + "tall" "20" "visible" "1" "enabled" "1" "labelText" "%MaxHealth%" "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TanDark" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold28" + "fgcolor" "Health Normal" } "PlayerStatusMaxHealthValueShadow" { "ControlName" "CExLabel" "fieldName" "PlayerStatusMaxHealthValueShadow" - "xpos" "76" - "xpos_minmode" "61" - "ypos" "20" + "xpos" "157" + "xpos_minmode" "157" + "ypos" "78" "zpos" "6" "wide" "50" - "tall" "18" + "tall" "20" "visible" "1" "enabled" "1" "labelText" "%MaxHealth%" "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold28" "fgcolor" "TransparentBlack" } "PlayerStatusBleedImage" diff --git a/sound/sound.cache b/sound/sound.cache Binary files differdeleted file mode 100644 index 96a982a..0000000 --- a/sound/sound.cache +++ /dev/null |
