2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-02 20:12:00 -04:00
|
|
|
<stkgui>
|
|
|
|
<div x="0" y="0" width="100%" height="100%" layout="vertical-row" >
|
2018-11-29 17:39:19 -05:00
|
|
|
<header id="lobby-text" text_align="center" width="80%" height="7%" align="center" I18N="In networking lobby" text="Lobby"/>
|
|
|
|
<spacer height="2%" width="10"/>
|
2018-06-18 19:08:34 -04:00
|
|
|
<div proportion="9" x="2%" width="96%" layout="vertical-row">
|
2013-07-02 20:12:00 -04:00
|
|
|
<div width="100%" proportion="2" layout="horizontal-row">
|
2018-02-25 00:31:45 -05:00
|
|
|
<box id="info" proportion="2" height="100%" layout="vertical-row">
|
|
|
|
<label word_wrap="true" id="text" proportion="3" width="100%" height="100%" text_valign="top"/>
|
|
|
|
</box>
|
2018-11-29 17:39:19 -05:00
|
|
|
<spacer width="3%" height="10"/>
|
2013-07-05 21:28:31 -04:00
|
|
|
<box proportion="1" height="100%" layout="vertical-row">
|
|
|
|
<list id="players" width="100%" height="100%"/>
|
|
|
|
</box>
|
2013-07-02 20:12:00 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-06-18 19:08:34 -04:00
|
|
|
<spacer height="2%"/>
|
2018-11-29 17:39:19 -05:00
|
|
|
<div x="2%" width="96%" height="20%" layout="horizontal-row">
|
2018-11-14 03:01:36 -05:00
|
|
|
<box proportion="4" height="100%" layout="vertical-row">
|
2018-11-30 15:42:15 -05:00
|
|
|
<div x="1%" width="98%" height="fit" layout="horizontal-row">
|
|
|
|
<textbox id="chat" width="77%"/>
|
2018-11-29 17:39:19 -05:00
|
|
|
<spacer width="3%" height="10"/>
|
2018-11-30 15:42:15 -05:00
|
|
|
<button id="send" width="20%" height="fit" align="center" I18N="In the network lobby" text="Send"/>
|
2018-06-05 13:06:44 -04:00
|
|
|
</div>
|
2018-11-30 15:42:15 -05:00
|
|
|
<spacer height="5%" width="10"/>
|
|
|
|
<label id="timeout-message" x="1%" width="98%" proportion="1" text="" word_wrap="true" align="center"/>
|
2018-02-24 13:09:07 -05:00
|
|
|
</box>
|
2018-06-18 19:08:34 -04:00
|
|
|
<spacer width="3%"/>
|
2018-11-29 17:39:19 -05:00
|
|
|
<icon-button id="start" proportion="1" height="60%" icon="gui/icons/green_check.png" align="top"
|
2018-06-18 19:08:34 -04:00
|
|
|
I18N="In the network lobby" text="Start race"/>
|
2018-11-29 17:39:19 -05:00
|
|
|
<icon-button id="config" proportion="1" height="60%" icon="gui/icons/main_options.png" align="top"
|
2018-11-15 23:48:53 -05:00
|
|
|
I18N="In the network lobby" text="Server Configuration"/>
|
2018-02-24 13:09:07 -05:00
|
|
|
</div>
|
2018-11-29 17:39:19 -05:00
|
|
|
<spacer height="2%"/>
|
2013-07-02 20:12:00 -04:00
|
|
|
</div>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/>
|
2013-07-02 20:12:00 -04:00
|
|
|
</stkgui>
|