Jump to content

Pivoting a sprite at a certain point


colonel315
 Share

Recommended Posts

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

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...