2014-06-19 03:49:36 -04:00
<?xml version="1.0" encoding="UTF-8"?>
2013-01-01 08:58:16 -05:00
<stkgui>
2019-10-24 16:24:20 -04:00
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
2014-06-19 03:49:36 -04:00
2019-10-05 17:03:04 -04:00
<div x="2%" y="1%" width="96%" height="98%" layout="vertical-row" >
<header height="8%" width="80%" text="Race Setup" align="center" text_align="center" />
2018-11-01 18:40:27 -04:00
<spacer height="1%" width="25"/>
2014-06-19 03:49:36 -04:00
2020-03-06 22:53:43 -05:00
<bubble height="fit" id="choose_team" width="100%" I18N="In soccer setup screen" text="Use left/right to choose your team and press fire" word_wrap="true" text_align="center"/>
2014-06-19 03:49:36 -04:00
2018-11-01 18:40:27 -04:00
<spacer height="1%" width="25"/>
2018-09-03 18:31:56 -04:00
2019-01-03 15:44:15 -05:00
<roundedbox layout="vertical-row" width="100%" proportion="1" align="center">
<spacer height="2%" width="25"/>
<div layout="horizontal-row" width="100%" height="12%" align="center">
<spacer height="10" proportion="1"/>
<icon id="red_team" I18N="In soccer setup screen" text="Red Team" icon="gui/icons/soccer_ball_red.png" height="100%"/>
<spacer height="10" proportion="2"/>
<icon id="blue_team" I18N="In soccer setup screen" text="Blue Team" icon="gui/icons/soccer_ball_blue.png" height="100%"/>
<spacer height="10" proportion="1"/>
</div>
<spacer height="2%" width="25"/>
<div id="central_div" layout="horizontal-row" width="100%" proportion="1" align="center">
2013-01-29 14:33:23 -05:00
<!-- Content is added programmatically -->
2019-01-03 15:44:15 -05:00
</div>
<spacer height="2%" width="25"/>
</roundedbox>
2013-01-09 16:32:43 -05:00
2018-11-01 18:40:27 -04:00
<spacer height="1%" width="25"/>
2018-09-03 18:31:56 -04:00
2014-06-19 03:49:36 -04:00
<button id="continue" I18N="In soccer setup screen" text="Continue" align="center" width="60%"/>
2013-01-01 08:58:16 -05:00
</div>
</stkgui>