mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02: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