Sprite Positioning and TexturePacker's "Trim" Function

@Brent Sorrentino: Thanks! I’ll be using Center from now on. I was trying to use TopLeft to make it easier to match the layout of the scene in Sketch (vector graphics app), which gives me coordinates based on TopLeft, but using Center I can just add half of the width and height to the coordinate and it will match perfectly. A bit of a workaround, but not bad.

Thanks again!

  • David