2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-06-17 21:53:26 -04:00
|
|
|
<stkgui>
|
2015-10-09 21:13:32 -04:00
|
|
|
<div x="0" y="0" width="100%" height="fit" layout="vertical-row">
|
|
|
|
<button id="user-id" width="20%" height="fit" align="right"/>
|
|
|
|
</div>
|
|
|
|
|
2015-10-08 18:36:08 -04:00
|
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-06-27 21:33:15 -04:00
|
|
|
<header text_align="center" width="80%" align="center" I18N="In the online multiplayer screen" text="Online Multiplayer"/>
|
2015-10-08 18:36:08 -04:00
|
|
|
|
|
|
|
<spacer height="5%" width="25"/>
|
|
|
|
<box width="100%" height="38%" padding="10" layout="vertical-row">
|
|
|
|
<bright width="100%" text="Local Networking" align="center" text_align="left" />
|
|
|
|
|
|
|
|
<buttonbar id="lan" proportion="2" width="90%" align="center">
|
|
|
|
<icon-button id="find_lan_server" width="128" height="128"
|
|
|
|
icon="gui/online/menu_find_server.png" focus_icon="gui/online/menu_find_server_hover.png"
|
|
|
|
I18N="In the online multiplayer screen" text="Find Server"/>
|
|
|
|
<icon-button id="create_lan_server" width="128" height="128"
|
|
|
|
icon="gui/online/menu_create_server.png" focus_icon="gui/online/menu_create_server_hover.png"
|
|
|
|
I18N="In the online multiplayer screen" text="Create Server"/>
|
|
|
|
<icon-button id="manage_user" width="128" height="128"
|
|
|
|
icon="gui/options_players.png"
|
2015-10-09 21:13:32 -04:00
|
|
|
I18N="In the online multiplayer screen" text="Users"/>
|
2015-10-08 18:36:08 -04:00
|
|
|
</buttonbar>
|
2013-06-27 21:33:15 -04:00
|
|
|
</box>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2015-10-08 18:36:08 -04:00
|
|
|
<spacer height="5%" width="25"/>
|
|
|
|
|
|
|
|
<box width="100%" height="38%" padding="10" layout="vertical-row">
|
|
|
|
<bright width="100%" text="Global Networking" align="center" text_align="left" />
|
|
|
|
|
|
|
|
<buttonbar id="menu_top_row" proportion="2" width="90%" align="center">
|
|
|
|
<icon-button id="find_wan_server" width="128" height="128"
|
|
|
|
icon="gui/online/menu_find_server.png" focus_icon="gui/online/menu_find_server_hover.png"
|
|
|
|
I18N="In the online multiplayer screen" text="Find Server"/>
|
|
|
|
<icon-button id="create_wan_server" width="128" height="128"
|
|
|
|
icon="gui/online/menu_create_server.png" focus_icon="gui/online/menu_create_server_hover.png"
|
|
|
|
I18N="In the online multiplayer screen" text="Create Server"/>
|
|
|
|
<icon-button id="quick_wan_play" width="128" height="128"
|
|
|
|
icon="gui/online/menu_quick_play.png" focus_icon="gui/online/menu_quick_play_hover.png"
|
|
|
|
I18N="In the online multiplayer screen" text="Quick Play"/>
|
|
|
|
</buttonbar>
|
|
|
|
</box>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-06-27 21:33:15 -04:00
|
|
|
<bottombar x="2%" width="96%" height="10%" layout="horizontal-row">
|
2013-06-28 22:27:56 -04:00
|
|
|
<label text_align="left" align="center" height="100%" id="online_status" proportion="1" text=""/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
|
|
|
<spacer width="10" height="10" />
|
|
|
|
|
2013-07-23 18:29:05 -04:00
|
|
|
<buttonbar id="menu_bottomrow" x="0" y="0" width="12%" height="100%" align="center">
|
2013-08-04 22:03:33 -04:00
|
|
|
<icon-button id="profile" width="64" height="64" icon="gui/green_check.png" extend_label="50"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the online multiplayer screen" text="Profile" label_location="hover"/>
|
2013-07-05 21:28:31 -04:00
|
|
|
<icon-button id="sign_out" width="64" height="64" icon="gui/main_quit.png" extend_label="70"
|
2015-01-07 21:32:50 -05:00
|
|
|
I18N="In the online multiplayer screen" text="Log Out" label_location="hover"/>
|
2013-06-17 21:53:26 -04:00
|
|
|
</buttonbar>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-06-17 21:53:26 -04:00
|
|
|
</bottombar>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-06-17 21:53:26 -04:00
|
|
|
</div>
|
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
2013-06-17 21:53:26 -04:00
|
|
|
</stkgui>
|