mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
major UIWidget rewrite with new features
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
HealthBar < UIProgressBar
|
||||
HealthBar < ProgressBar
|
||||
id: healthBar
|
||||
color: black
|
||||
height: 15
|
||||
background-color: red
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
ManaBar < UIProgressBar
|
||||
ManaBar < ProgressBar
|
||||
id: manaBar
|
||||
color: black
|
||||
height: 15
|
||||
background-color: blue
|
||||
anchors.bottom: parent.bottom
|
||||
|
Reference in New Issue
Block a user