Is there a way to change the size of your cursor, particularly when it's set to a sprite?
I'm working on a level editor, and I read somewhere that setting your cursor to a sprite was better for performance than setting the sprite to follow mouse.x,mouse.y. makes sense.
But I'm scaling to zoom in and out and when I do, the cursor stays the same size, so when i zoom out it seems huge.
I suspect this can't be done easily, but if someone knows, please let me know!