How can I set cursor hotspot to bottom-left?

So if 0,0 is top-left (…correct?), what would be bottom-left? I noticed there is no max or indication when moving, so it’s a bit confusing :slight_smile: I hear that hardware cursor max is 32px, is that right? so like … 0, 32? I can’t find much documentation relating to this ~

(we’re using a sort of “pencil” cursor, so that’s why bottom-left)

I found it rather quickly.

Cursor.SetCursor

if your pencil texture is 32x32 then the hotspot would be (0,31)

1 Like

Thank you! Just to be clear, the max isn’t 32x32 right? So whatever the size of my texture is (which is 48px I believe)?

2 Likes