mirror of
https://github.com/edubart/otclient.git
synced 2026-01-08 15:21:30 +01:00
Now Soul Points are shown in the bottom of the HealthBar widget.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user