create in game interface panels and renable about and options windows

This commit is contained in:
Eduardo Bart
2011-11-03 07:59:11 -02:00
parent b05bb7818d
commit b345a6d783
30 changed files with 400 additions and 70 deletions

View File

@@ -2,9 +2,24 @@ UIWidget
id: gameRootInterface
anchors.fill: parent
anchors.top: topMenu.bottom
margin.top: 1
UIMap
InterfacePanel
id: rightPanel
width: 200
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
InterfacePanel
id: bottomPanel
height: 140
anchors.left: parent.left
anchors.right: rightPanel.left
anchors.bottom: parent.bottom
MapPanel
id: gameMap
anchors.fill:parent
margin.right: 200
anchors.left: parent.left
anchors.right: rightPanel.left
anchors.top: parent.top
anchors.bottom: bottomPanel.top

View File

@@ -1,47 +0,0 @@
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

View File

@@ -1,16 +0,0 @@
VipListLabel < Label
font: verdana-11px-monochrome
margin.left: 30
Window
id: vipWindow
title: VIP
size: 200 200
TextList
id: vipList
anchors.fill: parent
margin.top: 19
margin.bottom: 3
margin.left: 3
margin.right: 3