some UI changes

This commit is contained in:
Eduardo Bart
2012-01-14 17:31:20 -02:00
parent c6013dfeda
commit 5e5ddae167
20 changed files with 48 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
HealthBar < ProgressBar
id: healthBar
height: 15
background-color: red
background-color: #ff4444
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
@@ -9,7 +9,7 @@ HealthBar < ProgressBar
ManaBar < ProgressBar
id: manaBar
height: 15
background-color: blue
background-color: #4444ff
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right