Fix some lobby yaml nits.
This commit is contained in:
@@ -7,14 +7,14 @@ Container@SERVER_LOBBY:
|
|||||||
Children:
|
Children:
|
||||||
ColorPreviewManager@COLOR_MANAGER:
|
ColorPreviewManager@COLOR_MANAGER:
|
||||||
Label@SERVER_NAME:
|
Label@SERVER_NAME:
|
||||||
Width: 800
|
Width: PARENT_RIGHT
|
||||||
Y: 0-25
|
Y: 0-25
|
||||||
Font: BigBold
|
Font: BigBold
|
||||||
Contrast: true
|
Contrast: true
|
||||||
Align: Center
|
Align: Center
|
||||||
Background@bg:
|
Background@bg:
|
||||||
Width: 800
|
Width: PARENT_RIGHT
|
||||||
Height: 540
|
Height: PARENT_BOTTOM - 35
|
||||||
Background: panel-black
|
Background: panel-black
|
||||||
Children:
|
Children:
|
||||||
Container@MAP_PREVIEW_ROOT:
|
Container@MAP_PREVIEW_ROOT:
|
||||||
@@ -122,13 +122,13 @@ Container@SERVER_LOBBY:
|
|||||||
Width: PARENT_RIGHT - 30
|
Width: PARENT_RIGHT - 30
|
||||||
Height: PARENT_BOTTOM - 330
|
Height: PARENT_BOTTOM - 330
|
||||||
Button@DISCONNECT_BUTTON:
|
Button@DISCONNECT_BUTTON:
|
||||||
Y: 539
|
Y: PARENT_BOTTOM - 36
|
||||||
Width: 140
|
Width: 140
|
||||||
Height: 35
|
Height: 35
|
||||||
Text: Leave Game
|
Text: Leave Game
|
||||||
Button@START_GAME_BUTTON:
|
Button@START_GAME_BUTTON:
|
||||||
X: PARENT_RIGHT - WIDTH
|
X: PARENT_RIGHT - WIDTH
|
||||||
Y: 539
|
Y: PARENT_BOTTOM - 36
|
||||||
Width: 140
|
Width: 140
|
||||||
Height: 35
|
Height: 35
|
||||||
Text: Start Game
|
Text: Start Game
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ Container@MAPCHOOSER_PANEL:
|
|||||||
X: 15
|
X: 15
|
||||||
Y: 45
|
Y: 45
|
||||||
Width: PARENT_RIGHT - 30
|
Width: PARENT_RIGHT - 30
|
||||||
Height: 440
|
Height: PARENT_BOTTOM - 60
|
||||||
Children:
|
Children:
|
||||||
ScrollPanel@MAP_LIST:
|
ScrollPanel@MAP_LIST:
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
@@ -69,7 +69,7 @@ Container@MAPCHOOSER_PANEL:
|
|||||||
X: 15
|
X: 15
|
||||||
Y: 45
|
Y: 45
|
||||||
Width: PARENT_RIGHT - 30
|
Width: PARENT_RIGHT - 30
|
||||||
Height: 440
|
Height: PARENT_BOTTOM - 60
|
||||||
Children:
|
Children:
|
||||||
ScrollPanel@MAP_LIST:
|
ScrollPanel@MAP_LIST:
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
@@ -79,7 +79,6 @@ Container@MAPCHOOSER_PANEL:
|
|||||||
Width: 183
|
Width: 183
|
||||||
Height: 232
|
Height: 232
|
||||||
X: 2
|
X: 2
|
||||||
Y: 0
|
|
||||||
Visible: false
|
Visible: false
|
||||||
Children:
|
Children:
|
||||||
MapPreview@PREVIEW:
|
MapPreview@PREVIEW:
|
||||||
|
|||||||
Reference in New Issue
Block a user