2016-02-16 18:33:09 -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"/>
|
2016-02-16 18:33:09 -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" text_align="center" height="8%" width="80%" align="center" text="Global Networking"/>
|
|
|
|
<spacer height="1%" width="10"/>
|
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="wan" proportion="1" width="90%" align="center">
|
|
|
|
<icon-button id="find_wan_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_wan_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="quick_wan_play" width="128" height="128"
|
2018-09-16 10:37:42 -04:00
|
|
|
icon="gui/icons/online/menu_quick_play.png" focus_icon="gui/icons/online/menu_quick_play_hover.png"
|
2017-11-25 18:51:49 -05:00
|
|
|
I18N="In the online multiplayer screen" text="Quick Play"/>
|
|
|
|
</buttonbar>
|
|
|
|
|
2019-10-05 17:43:41 -04:00
|
|
|
<spacer height="5%" width="10"/>
|
2017-11-25 18:51:49 -05:00
|
|
|
|
2016-02-16 18:33:09 -05:00
|
|
|
</div>
|
|
|
|
</stkgui>
|