mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
restore old modules
* partially restore vip, battle, healthbar, skills and inventory modules * more fixes on UIWidgets * implement UIMiniWindow close/minimize functionality * allow drag and drop miniwindows beteween game panels
This commit is contained in:
@@ -28,15 +28,16 @@ SkillPercentPanel < ProgressBar
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
tooltip: 0
|
||||
phantom: false
|
||||
|
||||
MiniWindow
|
||||
id: skillWindow
|
||||
text: Skills
|
||||
height: 350
|
||||
icon: skills.png
|
||||
@onClose: Skills.toggle()
|
||||
|
||||
Panel
|
||||
id: skillPanel
|
||||
MiniWindowContents
|
||||
anchors.fill: parent
|
||||
layout: verticalBox
|
||||
|
||||
|
Reference in New Issue
Block a user