mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
init menu
This commit is contained in:
@@ -31,6 +31,10 @@ function UI.display(arg1, options)
|
||||
widget:lock()
|
||||
elseif option == 'visible' then
|
||||
widget:setVisible(value)
|
||||
elseif option == 'x' then
|
||||
widget:setX(value)
|
||||
elseif option == 'y' then
|
||||
widget:setY(value)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user