Jump to content

Custom cursor that persists


mattbrand
 Share

Recommended Posts

Hey all!

I am trying to use a custom cursor in my game. It works at first, but when I roll over a Phaser button (in latest Chrome and latest Safari), it switches back to the regular hand cursor.

I have tried setting the cursor through CSS:

canvas {
  cursor: url('./assets/images/hand_blue.png'), auto;
}

And Phaser:

game.canvas.style.cursor = "url(assets/images/hand_blue.png), auto";

It fails using both methods, when the input goes over a Phaser button. Any thoughts on this?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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