tibia-client/modules/game/game.otui

26 lines
567 B
Plaintext
Raw Normal View History

2011-08-29 05:04:23 +02:00
UIWidget
2011-08-30 01:40:56 +02:00
id: gameRootInterface
2011-08-29 05:04:23 +02:00
anchors.fill: parent
2011-11-02 04:02:56 +01:00
anchors.top: topMenu.bottom
2011-08-29 05:04:23 +02:00
InterfacePanel
id: rightPanel
width: 200
layout: verticalBox
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
InterfacePanel2
id: bottomPanel
2011-11-04 00:34:32 +01:00
height: 144
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