47 lines
1010 B
Plaintext
47 lines
1010 B
Plaintext
GameSidePanel < UIMiniWindowContainer
|
|
image-source: /core_styles/styles/images/sidepanel.png
|
|
image-border: 4
|
|
|
|
GameBottomPanel < Panel
|
|
image-source: /core_styles/styles/images/bottompanel.png
|
|
image-border: 4
|
|
|
|
GameMapPanel < UIMap
|
|
padding: 4
|
|
image-source: /core_styles/styles/images/mappanel.png
|
|
image-border: 4
|
|
|
|
UIGame
|
|
id: gameRootPanel
|
|
anchors.fill: parent
|
|
anchors.top: topMenu.bottom
|
|
|
|
InterfacePanel
|
|
id: gameRightPanel
|
|
width: 190
|
|
layout: verticalBox
|
|
anchors.right: parent.right
|
|
anchors.top: parent.top
|
|
anchors.bottom: parent.bottom
|
|
|
|
GameBottomPanel
|
|
id: gameBottomPanel
|
|
height: 170
|
|
anchors.left: parent.left
|
|
anchors.right: gameRightPanel.left
|
|
anchors.bottom: parent.bottom
|
|
|
|
GameMapPanel
|
|
id: gameMapPanel
|
|
anchors.left: parent.left
|
|
anchors.right: gameRightPanel.left
|
|
anchors.top: parent.top
|
|
anchors.bottom: gameBottomPanel.top
|
|
focusable: false
|
|
|
|
UIWidget
|
|
id: mouseGrabber
|
|
focusable: false
|
|
visible: false
|
|
|