2016-12-02 19:02:26 -05:00

3 lines
83 B
Plaintext

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