'Phaser 3 - Custom animated cursor not working
I tried implementing a custom animated cursor. I used the line gameState.idle.setInteractive({cursor: 'url("assets/pet.cur"), pointer'});. The same line worked when the cursor wasn't animated, but once I made it an animated cursor, it only would load the pointer cursor.
Is there any way to use animated custom cursors?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
