For example: I want my mouse cursor to look like a hand in my game, how do I do that?
Develop games in your browser. Powerful, performant & highly capable.
On start of layout set cursor to none
On every tick set sprite (hand) position to mouse.x and mouse.y
Ok thanks!