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/DisguiseStatusPanel.res | 4 ++-- minmode/resource/ui/SpectatorGUIHealth.res | 22 +++++++++++----------- minmode/resource/ui/TargetID.res | 16 ++++++++-------- 3 files changed, 21 insertions(+), 21 deletions(-) (limited to 'minmode/resource') diff --git a/minmode/resource/ui/DisguiseStatusPanel.res b/minmode/resource/ui/DisguiseStatusPanel.res index 5e3281b..1af6715 100644 --- a/minmode/resource/ui/DisguiseStatusPanel.res +++ b/minmode/resource/ui/DisguiseStatusPanel.res @@ -115,8 +115,8 @@ { "ControlName" "EditablePanel" "fieldName" "SpectatorGUIHealth" - "xpos" "48" - "ypos" "3" + "xpos" "42" + "ypos" "-7" "wide" "50" "tall" "50" "visible" "1" 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%" diff --git a/minmode/resource/ui/TargetID.res b/minmode/resource/ui/TargetID.res index 1a82a4f..fc5edcb 100644 --- a/minmode/resource/ui/TargetID.res +++ b/minmode/resource/ui/TargetID.res @@ -109,10 +109,10 @@ "ControlName" "CExLabel" "fieldName" "TargetNameLabel" "font" "Cerbetica14" - "xpos" "40" + "xpos" "45" "ypos" "14" "zpos" "7" - "wide" "600" + "wide" "300" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -128,10 +128,10 @@ "ControlName" "Label" "fieldName" "TargetDataLabel" "font" "Cerbetica12" - "xpos" "40" + "xpos" "45" "ypos" "28" "zpos" "6" - "wide" "600" + "wide" "300" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -146,11 +146,11 @@ { "ControlName" "EditablePanel" "fieldName" "SpectatorGUIHealth" - "xpos" "2" - "ypos" "7" + "xpos" "-2" + "ypos" "-3" "zpos" "10" - "wide" "32" - "tall" "32" + "wide" "38" + "tall" "42" "visible" "1" "enabled" "1" "HealthBonusPosAdj" "10" -- cgit v1.2.3