enable skills and vip window on right panel

This commit is contained in:
Eduardo Bart
2011-11-03 10:17:10 -02:00
parent 101f608d40
commit 14ce1c8183
19 changed files with 115 additions and 30 deletions

View File

@@ -6,11 +6,12 @@ UIWidget
InterfacePanel
id: rightPanel
width: 200
layout: verticalBox
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
InterfacePanel
InterfacePanel2
id: bottomPanel
height: 140
anchors.left: parent.left
@@ -18,7 +19,7 @@ UIWidget
anchors.bottom: parent.bottom
MapPanel
id: gameMap
id: mapPanel
anchors.left: parent.left
anchors.right: rightPanel.left
anchors.top: parent.top

View File

@@ -11,6 +11,7 @@ BottomLabel < Label
font: verdana-11px-rounded
height: 16
align: center
margin.bottom: 2
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right