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