UnderwaterApps / overlap2d

Overlap2D Game development toolkit for UI and Level design
Other
780 stars 224 forks source link

Spriter animation displaying issue? #330

Open ihitang opened 8 years ago

ihitang commented 8 years ago

Just want to double check that everything is OK with my Spriter Animation and the editor.

Here's a screenshot of my mainmenu screen with spriter animation in the center of the screen. Why animation is not aligned to the center of the movable area?

image

azakhary commented 8 years ago

That's because in spriter you made it be on (0,0) coordinate with it's center part. So overlap2d is putting same 0,0 part in the 0,0 of moving area.. I am not sure how to tackle this, because sometimes people want it like this, while it is confusing too.