From 6c991a13e9cbaadc98fe0d73bf9d74bcf0f3cc52 Mon Sep 17 00:00:00 2001 From: RaysFire Date: Sat, 12 Jan 2013 20:07:53 -0600 Subject: Fixed cross behind MvM enemies being cut off on the lerft and top --- minmode/resource/ui/SpectatorGUIHealth.res | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'minmode/resource/ui/SpectatorGUIHealth.res') diff --git a/minmode/resource/ui/SpectatorGUIHealth.res b/minmode/resource/ui/SpectatorGUIHealth.res index 6a97728..3e61040 100644 --- a/minmode/resource/ui/SpectatorGUIHealth.res +++ b/minmode/resource/ui/SpectatorGUIHealth.res @@ -45,11 +45,11 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "5" - "ypos" "4" + "xpos" "11" + "ypos" "13" "zpos" "3" "wide" "22" - "tall" "22" + "tall" "23" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" @@ -59,11 +59,11 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValue" - "xpos" "1" - "ypos" "2" + "xpos" "2" + "ypos" "12" "zpos" "5" - "wide" "30" - "tall" "26" + "wide" "40" + "tall" "24" "visible" "1" "enabled" "1" "labelText" "%Health%" @@ -74,11 +74,11 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueBackground" - "xpos" "2" - "ypos" "3" + "xpos" "3" + "ypos" "13" "zpos" "5" - "wide" "30" - "tall" "26" + "wide" "40" + "tall" "24" "visible" "1" "enabled" "1" "labelText" "%Health%" -- cgit v1.2.3