2017-11-25 18:51:49 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2019-10-24 16:24:20 -04:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2017-11-25 18:51:49 -05:00
|
|
|
|
|
|
|
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
2019-10-05 17:03:04 -04:00
|
|
|
<header id="title" width="80%" height="8%" align="center" text_align="center" text="Local Networking"/>
|
|
|
|
<spacer width="100%" height="1%"/>
|
2017-11-25 18:51:49 -05:00
|
|
|
|
|
|
|
<spacer height="5%" width="10"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon id="logo" align="center" proportion="1" width="100%" icon="gui/icons/logo.png"/>
|
2017-11-25 18:51:49 -05:00
|
|
|
<spacer height="5%" width="10"/>
|
|
|
|
|
|
|
|
<buttonbar id="lan" proportion="1" width="90%" align="center">
|
|
|
|
<icon-button id="find_lan_server" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/online/menu_find_server.png" focus_icon="gui/icons/online/menu_find_server_hover.png"
|
2017-11-25 18:51:49 -05:00
|
|
|
I18N="In the online multiplayer screen" text="Find Server"/>
|
|
|
|
<icon-button id="create_lan_server" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/online/menu_create_server.png" focus_icon="gui/icons/online/menu_create_server_hover.png"
|
2017-11-25 18:51:49 -05:00
|
|
|
I18N="In the online multiplayer screen" text="Create Server"/>
|
|
|
|
<!--
|
|
|
|
<icon-button id="manage_user" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/options_players.png"
|
2017-11-25 18:51:49 -05:00
|
|
|
I18N="In the online multiplayer screen" text="Users"/>
|
|
|
|
-->
|
|
|
|
</buttonbar>
|
|
|
|
|
2019-10-05 17:43:41 -04:00
|
|
|
<spacer height="5%" width="10"/>
|
2017-11-25 18:51:49 -05:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</stkgui>
|