mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
new lua function for creating widgets: createWidget
This commit is contained in:
@@ -41,7 +41,7 @@ end
|
||||
|
||||
-- public functions
|
||||
function Skills.create()
|
||||
skillWindow = UI.display('skills.otui', { parent = Game.gameRightPanel })
|
||||
skillWindow = displayUI('skills.otui', { parent = Game.gameRightPanel })
|
||||
end
|
||||
|
||||
function Skills.destroy()
|
||||
|
Reference in New Issue
Block a user