Polish interface, pt translations

This commit is contained in:
Henrique Santiago
2012-08-20 18:58:43 -03:00
parent 518e123a08
commit ac8d6891ca
16 changed files with 52 additions and 27 deletions

View File

@@ -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

View File

@@ -42,6 +42,7 @@ SoulLabel < GameLabel
anchors.right: parent.right
anchors.left: parent.horizontalCenter
margin-top: 5
margin-right: 3
text: Soul:
CapLabel < GameLabel
@@ -52,6 +53,7 @@ CapLabel < GameLabel
anchors.left: parent.left
anchors.right: parent.horizontalCenter
margin-top: 5
margin-left: 3
text: Cap:
ConditionWidget < UIWidget