Hello! I need some help with the Native Cursor extension. I'm trying to change the cursor sprite, but it doesn't seem to take effect.
In my Create Event, I wrote: spr_cur = native_cursor_create_from_sprite(spr_cursor);
native_cursor_set(spr_cur);
And in the Step Event:
native_cursor_update();
The cursor just won't change to my custom sprite. I am not sure what I am doing wrong here. Does anyone have any ideas?
