From cf1a9f769bcf5b2c315fd6ecf701a86334fbf918 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 21 Oct 2017 10:50:41 -0400 Subject: 20171021 - Fixed Max Health Number Cutoff --- resource/ui/HudPlayerHealth.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index dce7d8b..3f59a83 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -108,7 +108,7 @@ "ypos" "20" "zpos" "6" "wide" "50" - "tall" "18" + "tall" "38" "visible" "1" "enabled" "1" "labelText" "%MaxHealth%" -- cgit v1.2.3 From fde9a84ac024248e34ff3ac23c170e191c7069f1 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 21 Oct 2017 11:34:41 -0400 Subject: 20172021 - Fixed the Max Health Number --- resource/ui/HudPlayerHealth.res | 26 +++++++++++++------------- sound/sound.cache | Bin 16 -> 0 bytes 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 sound/sound.cache 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 deleted file mode 100644 index 96a982a..0000000 Binary files a/sound/sound.cache and /dev/null differ -- cgit v1.2.3