Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong pivots in StarlingFactory.generateDisplay #56

Closed
fysx opened this issue Jan 30, 2015 · 1 comment
Closed

Wrong pivots in StarlingFactory.generateDisplay #56

fysx opened this issue Jan 30, 2015 · 1 comment

Comments

@fysx
Copy link

fysx commented Jan 30, 2015

If starling TextureAtlas is using and subtextures has frameX and frameY, pivots are growing and animation became bad. if I comment block
if(subTextureFrame){
pivotX += subTextureFrame.x;
pivotY += subTextureFrame.y;
}
everything works well

@akdcl
Copy link
Member

akdcl commented Jul 22, 2016

Pivots are always center now in db displays.

@akdcl akdcl closed this as completed Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants