mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
Polish interface, pt translations
This commit is contained in:
@@ -93,6 +93,13 @@ function toggle()
|
||||
end
|
||||
end
|
||||
|
||||
function hideLabels()
|
||||
capLabel:hide()
|
||||
soulLabel:hide()
|
||||
local removeHeight = capLabel:getHeight() + capLabel:getMarginTop() + capLabel:getMarginBottom()
|
||||
healthInfoWindow:setHeight(healthInfoWindow:getHeight() - removeHeight)
|
||||
end
|
||||
|
||||
function onMiniWindowClose()
|
||||
healthInfoButton:setOn(false)
|
||||
end
|
||||
|
Reference in New Issue
Block a user