mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
progress bar and skills improve
This commit is contained in:
@@ -48,5 +48,10 @@ function ToolTip.hide()
|
||||
end
|
||||
end
|
||||
|
||||
function UIWidget:setTooltip(text)
|
||||
self:applyStyle({ tooltip = text })
|
||||
end
|
||||
|
||||
-- hooks
|
||||
connect(UIButton, { onHoverChange = onButtonHoverChange})
|
||||
connect(UIProgressBar, { onHoverChange = onButtonHoverChange})
|
||||
|
Reference in New Issue
Block a user