mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
fix and move textmessage to a module
This commit is contained in:
26
modules/game/game.otui
Normal file
26
modules/game/game.otui
Normal 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
|
Reference in New Issue
Block a user