2013-01-01 08:58:16 -05:00
<stkgui>
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
2013-12-22 12:44:09 -05:00
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
2013-01-01 08:58:16 -05:00
<header width="80%" text="Race Setup" align="center" text_align="center" />
2013-01-09 16:32:43 -05:00
<spacer height="25" width="25"/>
2013-01-01 08:58:16 -05:00
2013-12-21 12:04:46 -05:00
<div layout="horizontal-row" width="fit" height="35" align="left">
2013-01-01 08:58:16 -05:00
<bright proportion="1" height="100%"
2013-12-21 12:04:46 -05:00
I18N="In soccer setup menu" text="Number of goals to win" text_align="left" />
2013-01-01 08:58:16 -05:00
<spacer width="50" height="25"/>
2013-12-21 12:04:46 -05:00
<spinner id="goalamount" width="200" height="90%" min_value="1" max_value="10"/>
2013-01-01 08:58:16 -05:00
</div>
2013-11-17 20:58:10 -05:00
2013-12-21 12:04:46 -05:00
<div layout="horizontal-row" width="fit" height="35" align="left">
<bright proportion="1" height="100%"
I18N="In soccer setup menu" text="Maximum time (min.)" text_align="left" />
<spacer width="50" height ="25">
<spinner id="timeamount" width="200" height="90%" min_value="1" max_value="15"/>
</div>
2013-01-01 08:58:16 -05:00
2013-12-21 12:04:46 -05:00
<div layout="horizontal-row" width="fit" height="35" align="left">
2013-11-17 20:58:10 -05:00
<bright proportion="1" height="100%"
2013-12-21 12:04:46 -05:00
I18N="In soccer setup menu" text="Game type (Goals limit / Time limit)" text_align="left" />
<spacer width="50" height="25"/>
2013-11-17 21:15:05 -05:00
<checkbox id="time_enabled"/>
2013-11-17 20:58:10 -05:00
</div>
2013-12-21 12:04:46 -05:00
<spacer height="40" width="25"/>
2013-01-29 14:33:23 -05:00
2013-12-21 12:04:46 -05:00
<bright height="15" width="25" I18N="In soccer setup menu" text="Use left/right to choose your team and press fire" text_align="center" align="center" />
2013-01-01 08:58:16 -05:00
2013-01-09 16:32:43 -05:00
<div id="central_div" layout="horizontal-row" width="100%" proportion="1" align="center">
2013-12-22 12:44:09 -05:00
<roundedbox y="5%" width="100%" layout="horizontal-row" height="100%">
2013-01-29 14:33:23 -05:00
<!-- Content is added programmatically -->
</roundedbox>
<header id="vs" text="VS"/> <!-- Layout is done programmatically -->
2013-01-09 16:32:43 -05:00
</div>
2013-01-01 08:58:16 -05:00
<button id="continue" I18N="In soccer setup screen" text="Continue" align="center" width="60%"/>
2013-01-09 16:32:43 -05:00
2013-01-01 08:58:16 -05:00
</div>
</stkgui>