diff options
| author | CriticalFlaw <[email protected]> | 2018-06-01 21:49:26 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-06-01 21:49:26 -0400 |
| commit | 95fa0ed2ec02248c2138be50f1d01161148ac057 (patch) | |
| tree | 59d9d9ebd73f057ff02ffe5d1fb0f146c10f190d | |
| parent | b246f6bf21c9a9f9d33f29f3f4b62b74f3c389f8 (diff) | |
Fixed Vaccinator Icon #106
| -rw-r--r-- | resource/ui/HudMedicCharge.res | 32 |
1 files changed, 24 insertions, 8 deletions
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 |
