Fix for chat commands #s #w #y

* Some progressbar changes
This commit is contained in:
Eduardo Bart
2013-02-14 16:34:33 -02:00
parent 07dd78002b
commit 62f38d678d
5 changed files with 39 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ HealthBar < ProgressBar
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
margin: 1
ManaBar < ProgressBar
id: manaBar
@@ -11,6 +12,7 @@ ManaBar < ProgressBar
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
margin: 1
margin-top: 3
ExperienceBar < ProgressBar
@@ -19,9 +21,8 @@ ExperienceBar < ProgressBar
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
margin: 1
margin-top: 3
//margin-top: 6
//height: 12
SoulLabel < GameLabel
id: soulLabel