2017-11-29 22:13:32 -05:00

3 lines
81 B
Plaintext

function gui:SetHover(img,x,y)
_GuiPro.CursorH=love.mouse.newCursor(img,x,y)
end