From 95fa0ed2ec02248c2138be50f1d01161148ac057 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 1 Jun 2018 21:49:26 -0400 Subject: Fixed Vaccinator Icon #106 --- resource/ui/HudMedicCharge.res | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'resource') diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index ed47814..2392e98 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -289,16 +289,32 @@ "fgcolor" "150 150 150 255" } + "ResistIconAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "ResistIconAnchor" + "xpos" "0" + "ypos" "20" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + } + "ResistIcon" { - "ControlName" "ImagePanel" - "fieldName" "ResistIcon" - "xpos" "0" + "ControlName" "ImagePanel" + "fieldName" "ResistIcon" + "xpos" "0" "ypos" "0" - "wide" "24" - "tall" "24" - "visible" "1" - "enabled" "1" - "image" "../HUD/defense_buff_bullet_blue" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "image" "../HUD/defense_buff_bullet_blue" + "scaleImage" "1" + "pin_to_sibling" "ResistIconAnchor" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } \ No newline at end of file -- cgit v1.2.3