tibia-client/modules/health_mana/health_mana.otui

43 lines
836 B
Plaintext
Raw Normal View History

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
2011-11-17 22:41:02 +01:00
2011-11-14 09:21:01 +01:00
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
2011-11-17 22:41:02 +01:00
text-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-17 22:41:02 +01:00
margin-top: 2
2011-11-04 00:10:12 +01:00
ManaLabel < Label
color: white
2011-11-17 22:41:02 +01:00
text-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-17 22:41:02 +01:00
margin-bottom: -1
2011-11-04 00:10:12 +01:00
UIWindow
id: healthManaPanel
width: 192
2011-11-17 22:41:02 +01:00
margin-top: 10
margin-left: 6
margin-right: 6
move-policy: free updated
2011-11-04 00:10:12 +01:00