2013-06-17 21:53:26 -04:00
|
|
|
<stkgui>
|
|
|
|
<div x="0" y="0" width="100%" height="100%" layout="vertical-row" >
|
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"/>
|
|
|
|
<spacer height="15" width="10"/>
|
|
|
|
<box proportion="4" width="90%" layout="vertical-row" align="center">
|
|
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" id="outer_box" >
|
2013-06-28 22:27:56 -04:00
|
|
|
<label I18N="In the online multiplayer screen" proportion="4" word_wrap="true" text=
|
|
|
|
"Here will come some information.. or statistic.. or whatever. Yet to be filled in!" align="center"/>
|
2013-06-27 21:33:15 -04:00
|
|
|
</div>
|
|
|
|
</box>
|
2013-06-17 21:53:26 -04:00
|
|
|
|
2013-06-27 21:33:15 -04:00
|
|
|
<buttonbar id="menu_toprow" proportion="3" width="90%" align="center">
|
|
|
|
<icon-button id="quick_play" width="128" height="128"
|
|
|
|
icon="gui/menu_race.png" focus_icon="gui/menu_race_focus.png"
|
|
|
|
I18N="Online menu button" text="Quick Play"/>
|
|
|
|
<icon-button id="find_server" width="128" height="128"
|
2013-06-17 21:53:26 -04:00
|
|
|
icon="gui/menu_race.png" focus_icon="gui/menu_race_focus.png"
|
2013-06-27 21:33:15 -04:00
|
|
|
I18N="Online menu button" text="Find Server"/>
|
|
|
|
<icon-button id="create_server" width="128" height="128"
|
|
|
|
icon="gui/menu_race.png" focus_icon="gui/menu_race_focus.png"
|
|
|
|
I18N="Online menu button" text="Create Server"/>
|
2013-06-17 21:53:26 -04:00
|
|
|
</buttonbar>
|
|
|
|
|
|
|
|
<spacer width="10" height="7%"/>
|
|
|
|
|
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=""/>
|
|
|
|
|
2013-06-27 21:33:15 -04:00
|
|
|
<spacer width="10" height="10" />
|
2013-06-17 21:53:26 -04:00
|
|
|
|
2013-06-28 22:27:56 -04:00
|
|
|
<buttonbar id="menu_bottomrow" x="0" y="0" width="20%" height="100%" align="center">
|
|
|
|
<icon-button id="sign_in" width="64" height="64" icon="gui/main_about.png" extend_label="50"
|
2013-06-27 21:33:15 -04:00
|
|
|
I18N="Main menu button" text="Sign In" label_location="hover"/>
|
|
|
|
<icon-button id="sign_out" width="64" height="64" icon="gui/main_quit.png" extend_label="50"
|
|
|
|
I18N="Main menu button" text="Sign Out" label_location="hover"/>
|
2013-06-28 22:27:56 -04:00
|
|
|
<icon-button id="sign_up" width="64" height="64" icon="gui/tutorial.png" extend_label="50"
|
2013-06-27 21:33:15 -04:00
|
|
|
I18N="Main menu button" text="Register" label_location="hover"/>
|
2013-06-17 21:53:26 -04:00
|
|
|
</buttonbar>
|
|
|
|
|
|
|
|
</bottombar>
|
|
|
|
|
|
|
|
</div>
|
2013-06-27 21:33:15 -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>
|