mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
restore old modules
* partially restore vip, battle, healthbar, skills and inventory modules * more fixes on UIWidgets * implement UIMiniWindow close/minimize functionality * allow drag and drop miniwindows beteween game panels
This commit is contained in:
@@ -8,7 +8,8 @@ function UIMiniWindowContainer.create()
|
||||
end
|
||||
|
||||
function UIMiniWindowContainer:onDrop(widget, mousePos)
|
||||
print 'drop'
|
||||
widget:setParent(self)
|
||||
return true
|
||||
end
|
||||
|
||||
function UIMiniWindowContainer:getClassName()
|
||||
|
Reference in New Issue
Block a user