Change cursor size #1281
Replies: 1 comment 1 reply
-
I think it's a JavaFX fault. I have the same problem when I change the cursor in a default JavaFX application. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I created a 256x256 px mouse cursor for my game and added it via:
gameSettings.setDefaultCursor(new CursorInfo("cursor.png", 0, 0));
. However, the cursor is shown way too small, like a dot. Is there an option to increase the cursor size?Edit: Also the default FXGL cursor is small like a dot.
Beta Was this translation helpful? Give feedback.
All reactions