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

@@ -9,7 +9,7 @@ TopPanel
id: settingsButton
anchors.top: parent.top
anchors.left: parent.left
margin.top: 3
margin.top: 4
margin.left: 6
onClick: Options.create()
@@ -39,7 +39,7 @@ TopPanel
TopButton
anchors.top: parent.top
anchors.right: parent.right
margin.top: 3
margin.top: 4
margin.right: 6
onClick: |
if Game.isOnline() then
@@ -57,7 +57,7 @@ TopPanel
TopButton
anchors.top: parent.top
anchors.right: prev.left
margin.top: 3
margin.top: 4
margin.right: 6
onClick: About.create()