2009-08-29 21:28:46 -04:00
|
|
|
<stkgui>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2009-09-09 09:16:42 -04:00
|
|
|
<div x="5%" y="0" width="90%" height="98%" layout="vertical-row" >
|
2009-08-29 21:28:46 -04:00
|
|
|
|
2009-09-09 09:16:42 -04:00
|
|
|
<icon id="logo" align="center" proportion="8" width="100%" icon="gui/logo.png"/>
|
2009-08-29 21:28:46 -04:00
|
|
|
|
2009-09-09 09:16:42 -04:00
|
|
|
<buttonbar id="menu_toprow" proportion="3" width="75%" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<icon-button id="new" width="128" height="128" icon="gui/main_race.png"
|
|
|
|
I18N="Main menu button" text="Race"/>
|
2010-10-10 11:44:36 -04:00
|
|
|
<icon-button id="network" width="128" height="128" icon="gui/main_options.png"
|
|
|
|
I18N="Main menu button" text="DEBUG"/>
|
2009-08-29 21:28:46 -04:00
|
|
|
<icon-button id="challenges" width="128" height="128"
|
2009-11-13 19:32:12 -05:00
|
|
|
icon="gui/challenge.png"
|
2009-08-29 21:28:46 -04:00
|
|
|
I18N="Main menu button" text="Challenges"/>
|
|
|
|
</buttonbar>
|
|
|
|
|
|
|
|
<spacer width="10" proportion="1"/>
|
|
|
|
|
2009-09-09 09:16:42 -04:00
|
|
|
<buttonbar id="menu_bottomrow" proportion="3" width="85%" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<icon-button id="options" width="128" height="128" icon="gui/main_options.png"
|
|
|
|
I18N="Main menu button" text="Options"/>
|
|
|
|
<icon-button id="help" width="128" height="128" icon="gui/main_help.png"
|
|
|
|
I18N="Main menu button" text="Help"/>
|
|
|
|
<icon-button id="about" width="128" height="128" icon="gui/main_about.png"
|
|
|
|
I18N="Main menu button" text="About"/>
|
|
|
|
<icon-button id="quit" width="128" height="128" icon="gui/main_quit.png"
|
|
|
|
I18N="Main menu button" text="Quit"/>
|
|
|
|
</buttonbar>
|
|
|
|
|
|
|
|
<spacer width="10" proportion="1"/>
|
|
|
|
|
|
|
|
</div>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2009-08-29 21:28:46 -04:00
|
|
|
</stkgui>
|