Possible to change cursor?

Hi!

Is it possible to replace the default cursor with a custom sprite for the HTML5 version of a game?

Thanks!

You can’t change the default cursor from the engine using Lua, but you should be able to do it using the normal CSS cursor property.

1 Like

Yes that way I would be able to set the cursor for the entire game, but I guess there is then no way to change the cursor to something else in the game (for example when the player hovers over something clickable).

Thank you for the fast support btw :smiley: you guys are supporting us 24/7

I suppose you could hide the cursor altogether and instead replace it with an in-game generated cursor.

2 Likes