From 7a89f9bbf1fbf867361502a372eb7300d1c2a205 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Sat, 20 Oct 2012 15:30:25 -0500 Subject: Fixed ammo/health/uber not downsizing properly on smaller resolutions --- resource/ui/HudAmmoWeapons.res | 8 ++++---- resource/ui/HudMedicCharge.res | 8 ++++---- resource/ui/HudPlayerHealth.res | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res index 2ce2702..9170de6 100644 --- a/resource/ui/HudAmmoWeapons.res +++ b/resource/ui/HudAmmoWeapons.res @@ -40,7 +40,7 @@ { "ControlName" "CExLabel" "fieldName" "AmmoInClip" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "48 255 48 255" "xpos" "-18" "ypos" "-11" @@ -57,7 +57,7 @@ { "ControlName" "CExLabel" "fieldName" "AmmoInClipShadow" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "TransparentBlack" "xpos" "-16" "ypos" "-9" @@ -106,7 +106,7 @@ { "ControlName" "CExLabel" "fieldName" "AmmoNoClip" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "48 255 48 255" "xpos" "1" "ypos" "-11" @@ -123,7 +123,7 @@ { "ControlName" "CExLabel" "fieldName" "AmmoNoClipShadow" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "TransparentBlack" "xpos" "3" "ypos" "-9" diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index 947fff8..5ffa1cc 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -24,7 +24,7 @@ "xpos" "161" "ypos" "34" "zpos" "2" - "wide" "100" + "wide" "120" "tall" "72" "autoResize" "1" "pinCorner" "2" @@ -35,7 +35,7 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "48 255 48 255" } "ChargeLabelShadow" @@ -45,7 +45,7 @@ "xpos" "163" "ypos" "36" "zpos" "2" - "wide" "100" + "wide" "120" "tall" "72" "autoResize" "1" "pinCorner" "2" @@ -56,7 +56,7 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "TransparentBlack" } diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 56d9d23..cc3ded4 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -70,7 +70,7 @@ "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "TanLight" } "PlayerStatusHealthValueShadow" @@ -86,7 +86,7 @@ "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold72" + "font" "CerbeticaBold56" "fgcolor" "TransparentBlack" } "PlayerStatusBleedImage" -- cgit v1.2.3