标签: android andengine
我想要旋转一个圆圈。如果它没有缩放它的旋转完美但是当它被缩放时它不会在其中心点上旋转。我使用.setsize( - )函数来缩放和.setrotation( - )函数来旋转。任何人都可以给我解决方案吗?
答案 0 :(得分:3)
在缩放Sprite之后和调用setRotation()之前,请确保并调用
yourSprite.setRotationCenter(pRotationCenterX, pRotationCenterY)