Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom cursors. #7

Open
StarArawn opened this issue Dec 7, 2021 · 1 comment
Open

Allow custom cursors. #7

StarArawn opened this issue Dec 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@StarArawn
Copy link
Owner

It should be fairly easy to allow for custom cursors instead of using the default OS's cursors.

@StarArawn StarArawn added the enhancement New feature or request label Dec 7, 2021
@Braymatter
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants