Evens out the spacing and lines the bottom with the background tiling

This commit is contained in:
Verkister
2017-11-04 14:48:27 +02:00
parent 32dd9c4e0d
commit 5ea0ffe83e
+3 -3
View File
@@ -12,16 +12,16 @@
mannequin.dir = NORTH
var/icon/stamp = getFlatIcon(mannequin)
stamp.Scale(stamp.Width()*size_multiplier,stamp.Height()*size_multiplier)
preview_icon.Blend(stamp, ICON_OVERLAY, 67-stamp.Width()/2, 4)
preview_icon.Blend(stamp, ICON_OVERLAY, 65-stamp.Width()/2, 5)
mannequin.dir = WEST
stamp = getFlatIcon(mannequin)
stamp.Scale(stamp.Width()*size_multiplier,stamp.Height()*size_multiplier)
preview_icon.Blend(stamp, ICON_OVERLAY, 17-stamp.Width()/2, 4)
preview_icon.Blend(stamp, ICON_OVERLAY, 15-stamp.Width()/2, 5)
mannequin.dir = SOUTH
stamp = getFlatIcon(mannequin)
stamp.Scale(stamp.Width()*size_multiplier,stamp.Height()*size_multiplier)
preview_icon.Blend(stamp, ICON_OVERLAY, 99-stamp.Width()/2, 4)
preview_icon.Blend(stamp, ICON_OVERLAY, 115-stamp.Width()/2, 5)
preview_icon.Scale(preview_icon.Width() * 2, preview_icon.Height() * 2) // Scaling here to prevent blurring in the browser.