mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
change loadUI/UI.display lua API
This commit is contained in:
@@ -5,7 +5,7 @@ local background
|
||||
|
||||
-- public functions
|
||||
function Background.create()
|
||||
background = UI.loadAndDisplay('/background/background.otui')
|
||||
background = UI.display('background.otui')
|
||||
end
|
||||
|
||||
function Background.destroy()
|
||||
|
Reference in New Issue
Block a user