colonel315 Posted January 17, 2015 Share Posted January 17, 2015 I am trying to pivot a sprite at a specific point (in the center of the world) so I tried doing// Grid being my js objectthis._player.pivot.x = Grid.GAME_WIDTH / 2;this._player.pivot.y = Grid.GAME_HEIGHT / 2;But when I do this it still pivots at the same point. Also for pivot do I have to use it with sprite.rotation or could I also use it with sprite.angle? Link to comment Share on other sites More sharing options...
Recommended Posts