2009-08-29 21:28:46 -04:00
|
|
|
<stkgui>
|
|
|
|
|
2011-12-07 19:25:23 -05:00
|
|
|
<div x="0" y="0" width="100%" height="100%" layout="vertical-row" >
|
2011-12-12 18:58:04 -05:00
|
|
|
|
2011-12-07 19:25:23 -05:00
|
|
|
<icon id="logo" align="center" proportion="5" width="100%" icon="gui/logo.png"/>
|
|
|
|
|
2013-06-17 21:53:26 -04:00
|
|
|
<buttonbar id="menu_toprow" proportion="3" width="90%" align="center">
|
2011-12-04 18:06:53 -05:00
|
|
|
<icon-button id="story" width="128" height="128"
|
2011-12-08 12:54:58 -05:00
|
|
|
icon="gui/menu_story.png" focus_icon="gui/menu_story_focus.png"
|
2011-12-04 18:06:53 -05:00
|
|
|
I18N="Main menu button" text="Story Mode"/>
|
2011-12-08 12:54:58 -05:00
|
|
|
<icon-button id="new" width="128" height="128"
|
|
|
|
icon="gui/menu_race.png" focus_icon="gui/menu_race_focus.png"
|
2011-12-07 19:25:23 -05:00
|
|
|
I18N="Main menu button" text="Single-player"/>
|
2011-12-08 12:54:58 -05:00
|
|
|
<icon-button id="multiplayer" width="128" height="128"
|
|
|
|
icon="gui/menu_multi.png" focus_icon="gui/menu_multi_focus.png"
|
2011-12-07 19:25:23 -05:00
|
|
|
I18N="Main menu button" text="Multiplayer"/>
|
2013-06-17 21:53:26 -04:00
|
|
|
<icon-button id="online" width="128" height="128"
|
|
|
|
icon="gui/menu_online.png" focus_icon="gui/menu_online_focus.png"
|
|
|
|
I18N="Main menu button" text="Online"/>
|
2011-01-23 21:01:18 -05:00
|
|
|
<icon-button id="addons" width="128" height="128"
|
2011-12-08 12:54:58 -05:00
|
|
|
icon="gui/menu_addons.png" focus_icon="gui/menu_addons_focus.png"
|
2011-01-23 21:01:18 -05:00
|
|
|
I18N="Main menu button" text="Addons"/>
|
2009-08-29 21:28:46 -04:00
|
|
|
</buttonbar>
|
|
|
|
|
2011-12-07 19:52:16 -05:00
|
|
|
<spacer width="10" height="7%"/>
|
2011-12-07 19:25:23 -05:00
|
|
|
|
2011-01-23 21:01:18 -05:00
|
|
|
<bottombar width="100%" height="10%" layout="horizontal-row">
|
2011-08-19 21:28:17 -04:00
|
|
|
|
2011-04-08 16:34:40 -04:00
|
|
|
<spacer width="10" height="10" />
|
|
|
|
|
2011-01-23 21:01:18 -05:00
|
|
|
<label proportion="3" height="100%" id="info_addons"
|
|
|
|
I18N="In the main screen"
|
2011-03-24 17:28:50 -04:00
|
|
|
text=""
|
|
|
|
align="center" text_align="left" />
|
2011-01-23 21:01:18 -05:00
|
|
|
|
2011-04-08 16:34:40 -04:00
|
|
|
<spacer width="10" height="10" />
|
|
|
|
|
2011-12-12 18:58:04 -05:00
|
|
|
<buttonbar id="menu_bottomrow" x="0" y="0" width="30%" height="100%" align="center">
|
|
|
|
<icon-button id="options" width="64" height="64" icon="gui/main_options.png" extend_label="50"
|
|
|
|
I18N="Main menu button" text="Options" label_location="hover"/>
|
|
|
|
<icon-button id="help" width="64" height="64" icon="gui/main_help.png" extend_label="50"
|
|
|
|
I18N="Main menu button" text="Help" label_location="hover"/>
|
2013-03-05 18:37:31 -05:00
|
|
|
<icon-button id="startTutorial" width="64" height="64" icon="gui/tutorial.png" extend_label="150"
|
|
|
|
I18N="Main menu button" text="Tutorial" label_location="hover"/>
|
2011-12-12 18:58:04 -05:00
|
|
|
<icon-button id="about" width="64" height="64" icon="gui/main_about.png" extend_label="50"
|
|
|
|
I18N="Main menu button" text="About" label_location="hover"/>
|
|
|
|
<icon-button id="quit" width="64" height="64" icon="gui/main_quit.png" extend_label="50"
|
|
|
|
I18N="Main menu button" text="Quit" label_location="hover"/>
|
|
|
|
</buttonbar>
|
|
|
|
|
2011-01-23 21:01:18 -05:00
|
|
|
</bottombar>
|
|
|
|
|
2009-08-29 21:28:46 -04:00
|
|
|
</div>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2011-01-23 21:01:18 -05:00
|
|
|
</stkgui>
|