Handehua Posted July 2, 2015 Share Posted July 2, 2015 I'd like to know how to make a sprite rotate around another or the center of the screen.I've tried sprite.pivot.set(game.world.centerX, game.world.centerY);and then rotated it withsprite.angle += 4;but what I end up with is the sprite rotates in an oval shape and not perfectly Link to comment Share on other sites More sharing options...
Recommended Posts