tibia-client/modules/game/game.otui

33 lines
696 B
Plaintext
Raw Normal View History

2011-11-20 21:38:35 +01:00
UIGame
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: gameRightPanel
2012-01-14 20:31:20 +01:00
width: 178
layout: verticalBox
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
InterfacePanel2
id: gameBottomPanel
height: 170
anchors.left: parent.left
anchors.right: gameRightPanel.left
anchors.bottom: parent.bottom
Map
id: gameMapPanel
anchors.left: parent.left
anchors.right: gameRightPanel.left
anchors.top: parent.top
anchors.bottom: gameBottomPanel.top
focusable: false
2011-11-21 17:29:21 +01:00
UIWidget
id: mouseGrabber
focusable: false
visible: false
phantom: true