mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-16 23:33:27 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
34
SabrehavenOTClient/data/styles/10-progressbars.otui
Normal file
34
SabrehavenOTClient/data/styles/10-progressbars.otui
Normal file
@@ -0,0 +1,34 @@
|
||||
ProgressBar < UIProgressBar
|
||||
height: 16
|
||||
background-color: red
|
||||
image-source: /images/ui/progressbar
|
||||
image-border: 1
|
||||
font: verdana-11px-rounded
|
||||
text-offset: 0 2
|
||||
|
||||
$!on:
|
||||
visible: false
|
||||
margin-top: 0
|
||||
margin-bottom: 0
|
||||
height: 0
|
||||
|
||||
LifeProgressBar < UIProgressBar
|
||||
height: 16
|
||||
background-color: green
|
||||
border: 1 black
|
||||
font: verdana-11px-rounded
|
||||
text-offset: 0 2
|
||||
margin: 2
|
||||
|
||||
ProgressRect < UIProgressRect
|
||||
anchors.fill: parent
|
||||
phantom: true
|
||||
color: white
|
||||
background-color: #00000088
|
||||
font: verdana-11px-rounded
|
||||
|
||||
HealthBar < ProgressBar
|
||||
background-color: #ff4444
|
||||
|
||||
ManaBar < ProgressBar
|
||||
background-color: #4444ff
|
Reference in New Issue
Block a user