2012-01-10 23:13:40 +01:00
|
|
|
ProgressBar < UIProgressBar
|
2012-01-11 13:06:50 +01:00
|
|
|
height: 16
|
2012-01-10 23:13:40 +01:00
|
|
|
background-color: red
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/progressbar
|
2012-01-14 20:31:20 +01:00
|
|
|
image-border: 1
|
2013-02-09 22:57:37 +01:00
|
|
|
font: verdana-11px-rounded
|
|
|
|
text-offset: 0 2
|
|
|
|
|
|
|
|
$!on:
|
|
|
|
visible: false
|
2013-02-21 01:50:45 +01:00
|
|
|
margin-top: 0
|
|
|
|
margin-bottom: 0
|
2013-02-09 22:57:37 +01:00
|
|
|
height: 0
|
2012-06-10 08:09:37 +02:00
|
|
|
|
2013-02-14 19:34:33 +01:00
|
|
|
LifeProgressBar < UIProgressBar
|
|
|
|
height: 16
|
|
|
|
background-color: green
|
|
|
|
border: 1 black
|
|
|
|
font: verdana-11px-rounded
|
|
|
|
text-offset: 0 2
|
|
|
|
margin: 2
|
|
|
|
|
2012-06-10 08:09:37 +02:00
|
|
|
ProgressRect < UIProgressRect
|
|
|
|
anchors.fill: parent
|
2012-06-10 09:46:00 +02:00
|
|
|
phantom: true
|
|
|
|
color: white
|
|
|
|
background-color: #00000088
|
|
|
|
font: verdana-11px-rounded
|