You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't found something in Bevy that lets you load custom cursors. I would disable the bevy cursor visibility and render a sprite at that cursor's position every frame.
We could add a Resource that acts associates a CursorIcon with a Sprite/Bundle and have a new system handle visibility/updating the sprite.
It should be fairly easy to allow for custom cursors instead of using the default OS's cursors.
The text was updated successfully, but these errors were encountered: