mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
8 lines
158 B
Lua
8 lines
158 B
Lua
function setTargetCursor()
|
|
g_window.setMouseCursor('/core_styles/icons/targetcursor.png')
|
|
end
|
|
|
|
function restoreCursor()
|
|
g_window.restoreMouseCursor()
|
|
end
|