Now Soul Points are shown in the bottom of the HealthBar widget.

This commit is contained in:
kilouco
2012-07-11 00:47:53 -03:00
parent d2bdab42b5
commit 104785818b
2 changed files with 29 additions and 3 deletions

View File

@@ -34,6 +34,17 @@ ManaLabel < GameLabel
margin-top: 2
text: 0 / 0
SoulLabel < GameLabel
id: soulLabel
color: white
text-align: center
font: verdana-11px-rounded
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
margin-top: 5
text: Soul:
ConditionWidget < UIWidget
size: 18 18
@@ -44,7 +55,7 @@ MiniWindow
icon: healthbar.png
id: healthBarWindow
!text: tr('Health Bar')
height: 86
height: 102
@onClose: HealthBar.onMiniWindowClose()
&save: true
@@ -62,3 +73,4 @@ MiniWindow
margin-top: 5
anchors.top: prev.bottom
anchors.horizontalcenter: parent.horizontalcenter
SoulLabel