PlayerBar < Label anchors.top: PlayerBarWindow.top image-source: /images/game/Module/hpinfo/bar size: 712 240 HealthBar2 < ProgressBar id: healthBar2 width: 475 background-color: #fa0000 anchors.top: parent.top anchors.left: parent.left anchors.right: PlayerBarWindow.right HealthBackground < Label id: HealthBackground image-source: /images/game/Module/hpinfo/textBorder image-border: 3 width: 475 background-color: #fa0000 anchors.top: parent.top anchors.left: parent.left anchors.right: PlayerBarWindow.right ManaBar2 < ProgressBar id: manaBar2 width: 475 background-color: #1f63ff anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: PlayerBarWindow.right ManaBackground < Label id: ManaBackground image-source: /images/game/Module/hpinfo/textBorder width: 475 background-color: #1f63ff anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: PlayerBarWindow.right LevelBar < Label id: lvlBar2 !text: tr('0') color: green anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: parent.right AvatarBar < Label id: AvatarBar anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right width: 240 height: 240 PlayerBarWindow < Window visible: false id: PlayerBarWindow size: 282 144 image-source: /images/game/Module/hpinfo/blank &save: true HealthBackground margin-top: 70 margin-right: 80 margin-left: 210 height: 52 ManaBackground margin-right: 80 margin-left: 210 margin-bottom: -50 height: 35 HealthBar2 margin-top: 70 margin-right: 80 margin-left: 210 height: 62 image-source: /images/game/Module/hpinfo/blank ManaBar2 margin-right: 80 margin-left: 210 margin-bottom: -50 image-source: /images/game/Module/hpinfo/blank height: 35 PlayerBar margin-top: 5 LevelBar margin-left: 50 margin-bottom: 7 AvatarBar //margin-top: -25 margin-left: 2 //margin-right: 140 //margin-bottom: 150 width: 240 height: 240 focusable: false Label id: changePan2 anchors.top: parent.top anchors.right: parent.right margin-top: 10 margin-right: 5 !text: tr('~') text-align: center color: red !tooltip: tr('Options') phantom: false @onClick: modules.client_options.toggle() Label id: changePan3 anchors.top: changePan2.top anchors.left: changePan2.right margin-left: 3 !text: tr('x') text-align: center color: red !tooltip: tr('Close panel') phantom: false @onClick: modules.game_healthinfo.toggle()