mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
healthmana module
This commit is contained in:
29
modules/health_mana/health_mana.otui
Normal file
29
modules/health_mana/health_mana.otui
Normal file
@@ -0,0 +1,29 @@
|
||||
HealthLabel < Label
|
||||
color: white
|
||||
background-color: red
|
||||
align: center
|
||||
font: verdana-11px-monochrome
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
image: /core_styles/images/empty_rect.png
|
||||
|
||||
ManaLabel < Label
|
||||
color: white
|
||||
background-color: blue
|
||||
align: center
|
||||
font: verdana-11px-monochrome
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
image: /core_styles/images/empty_rect.png
|
||||
|
||||
UIWindow
|
||||
id: healthManaPanel
|
||||
width: 192
|
||||
margin.top: 6
|
||||
margin.left: 6
|
||||
margin.right: 6
|
||||
move policy: free updated
|
||||
image: /core_styles/images/empty_rect.png
|
||||
|
Reference in New Issue
Block a user