stk-code_catmod/data/gui/screens/soccer_setup.stkgui

52 lines
2.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/>
<icon id="red_team" I18N="In soccer setup screen" text="Red Team" icon="gui/icons/soccer_ball_red.png" width="7%" height="7%"/>
<icon id="blue_team" I18N="In soccer setup screen" text="Blue Team" icon="gui/icons/soccer_ball_blue.png" width="7%" height="7%"/>
2018-09-03 18:31:56 -04:00
<div x="2%" y="1%" width="96%" height="98%" layout="vertical-row" >
<header width="80%" text="Race Setup" align="center" text_align="center" />
<spacer height="1%" width="25"/>
2018-11-14 16:41:20 -05:00
<div layout="horizontal-row" width="100%" height="fit" align="left">
<bright width="fit" height="100%"
2018-11-11 23:11:08 -05:00
I18N="In soccer setup screen" text="Soccer game type" text_align="left" />
<spacer width="2%" height="25"/>
2018-11-14 16:41:20 -05:00
<spinner id="time_enabled" width="30%" wrap_around="true"/>
</div>
<div layout="horizontal-row" width="100%" height="fit" align="left">
<bright width="fit" height="100%"
2018-11-11 23:11:08 -05:00
I18N="In soccer setup screen" text="Number of goals to win" text_align="left" />
<spacer width="2%" height="25"/>
2018-11-11 23:11:08 -05:00
<spinner id="goalamount" width="15%" min_value="1" max_value="10"/>
</div>
<div layout="horizontal-row" width="100%" height="fit" align="left">
<bright width="fit" height="100%"
2018-11-11 23:11:08 -05:00
I18N="In soccer setup screen" text="Maximum time (min.)" text_align="left" />
<spacer width="2%" height="25"/>
2018-11-11 23:11:08 -05:00
<spinner id="timeamount" width="15%" min_value="1" max_value="15"/>
</div>
<spacer height="1%" width="25"/>
<bubble height="fit" width="100%" id="lblLeftRight" I18N="In soccer setup screen" text="Use left/right to choose your team and press fire" word_wrap="true" text_align="center"/>
<spacer height="1%" width="25"/>
2018-09-03 18:31:56 -04:00
<div id="central_div" layout="horizontal-row" width="100%" proportion="1" align="center">
2018-09-03 18:31:56 -04:00
<roundedbox width="100%" layout="horizontal-row" height="100%">
<!-- Content is added programmatically -->
</roundedbox>
</div>
<spacer height="1%" width="25"/>
2018-09-03 18:31:56 -04:00
<button id="continue" I18N="In soccer setup screen" text="Continue" align="center" width="60%"/>
</div>
</stkgui>