Jump to content

how turn the cursor into a hand when you move the cursor in a clickable direction, phaser 3


arif
 Share

Recommended Posts

Can you show me how to turn the cursor into a hand when I point the cursor in a clickable direction, but the hand does not appear when I point:

balls.getChildren().forEach(
s => s.setInteractive({  cursor: 'url(./src/games/gewgly/assets/images/pointer.png). pointer' 
  })
);
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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