mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
create in game interface panels and renable about and options windows
This commit is contained in:
47
modules/skills/skills.otui
Normal file
47
modules/skills/skills.otui
Normal file
@@ -0,0 +1,47 @@
|
||||
SkillFirstWidget < UIWidget
|
||||
margin.top: 2
|
||||
anchors.top: parent.top
|
||||
|
||||
SkillNameLabel < Label
|
||||
font: verdana-11px-monochrome
|
||||
|
||||
margin.top: 2
|
||||
margin.left: 10
|
||||
margin.right: 10
|
||||
anchors.top: prev.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
SkillLevelLabel < Label
|
||||
font: verdana-11px-monochrome
|
||||
align: right
|
||||
margin.top: 2
|
||||
margin.left: 10
|
||||
margin.right: 10
|
||||
anchors.top: prev.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
SkillPercentPanel < UIWidget
|
||||
color: blue
|
||||
background-color: red
|
||||
height: 4
|
||||
margin.top: 2
|
||||
margin.left: 10
|
||||
margin.right: 10
|
||||
anchors.top: prev.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
Window
|
||||
id: skillWindow
|
||||
title: Skills
|
||||
size: 200 200
|
||||
|
||||
Panel
|
||||
id: skillPanel
|
||||
anchors.fill: parent
|
||||
margin.top: 19
|
||||
margin.bottom: 3
|
||||
margin.left: 3
|
||||
margin.right: 3
|
Reference in New Issue
Block a user