2011-11-14 09:21:01 +01:00
|
|
|
HealthBar < UIProgressBar
|
|
|
|
color: black
|
|
|
|
height: 15
|
|
|
|
background-color: red
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
|
|
|
|
ManaBar < UIProgressBar
|
|
|
|
color: black
|
|
|
|
height: 15
|
|
|
|
background-color: blue
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
|
2011-11-04 00:10:12 +01:00
|
|
|
HealthLabel < Label
|
|
|
|
color: white
|
|
|
|
align: center
|
2011-11-14 09:21:01 +01:00
|
|
|
font: verdana-11px-rounded
|
2011-11-04 00:10:12 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: parent.top
|
2011-11-14 09:21:01 +01:00
|
|
|
margin.top: 2
|
2011-11-04 00:10:12 +01:00
|
|
|
|
|
|
|
ManaLabel < Label
|
|
|
|
color: white
|
|
|
|
align: center
|
2011-11-14 09:21:01 +01:00
|
|
|
font: verdana-11px-rounded
|
2011-11-04 00:10:12 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2011-11-14 09:21:01 +01:00
|
|
|
margin.bottom: -1
|
2011-11-04 00:10:12 +01:00
|
|
|
|
|
|
|
UIWindow
|
|
|
|
id: healthManaPanel
|
|
|
|
width: 192
|
2011-11-10 06:29:25 +01:00
|
|
|
margin.top: 10
|
2011-11-04 00:10:12 +01:00
|
|
|
margin.left: 6
|
|
|
|
margin.right: 6
|
|
|
|
move policy: free updated
|
|
|
|
|