fix and move textmessage to a module

This commit is contained in:
Eduardo Bart
2011-11-03 20:16:47 -02:00
parent 667ff41ad9
commit f444dc624c
5 changed files with 19 additions and 4 deletions

26
modules/game/game.otui Normal file
View File

@@ -0,0 +1,26 @@
UIWidget
id: gameRootInterface
anchors.fill: parent
anchors.top: topMenu.bottom
InterfacePanel
id: rightPanel
width: 200
layout: verticalBox
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
InterfacePanel2
id: bottomPanel
height: 140
anchors.left: parent.left
anchors.right: rightPanel.left
anchors.bottom: parent.bottom
MapPanel
id: mapPanel
anchors.left: parent.left
anchors.right: rightPanel.left
anchors.top: parent.top
anchors.bottom: bottomPanel.top