2009-08-29 21:28:46 -04:00
|
|
|
<stkgui>
|
|
|
|
|
2009-03-14 21:34:21 -04:00
|
|
|
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
|
|
|
|
|
2011-03-26 19:51:49 -04:00
|
|
|
<header width="80%" text="Race Setup" align="center" text_align="center" />
|
2009-03-14 21:34:21 -04:00
|
|
|
|
|
|
|
<spacer proportion="1" width="25"/>
|
|
|
|
|
2009-12-19 13:54:08 -05:00
|
|
|
<div layout="horizontal-row" width="100%" height="50" align="center">
|
2010-09-03 15:42:36 -04:00
|
|
|
<bright proportion="1" height="100%"
|
2009-08-29 21:28:46 -04:00
|
|
|
I18N="In race setup menu" text="Number of AI karts" text_align="right" />
|
2009-03-14 21:34:21 -04:00
|
|
|
<spacer width="50" height="25"/>
|
2009-12-19 13:54:08 -05:00
|
|
|
<!--
|
|
|
|
<spinner id="aikartamount" proportion="3" height="100%" min_value="0" max_value="8" icon="gui/karts%i.png"/> -->
|
2010-09-15 23:24:26 -04:00
|
|
|
<!-- The maximum is set by stk from data/stk_config.xml. -->
|
2012-07-05 23:53:38 -04:00
|
|
|
<spinner id="aikartamount" proportion="1" height="100%" min_value="0" wrap_around="true"/>
|
2009-03-14 21:34:21 -04:00
|
|
|
</div>
|
|
|
|
|
2010-09-18 18:27:07 -04:00
|
|
|
<spacer proportion="1" width="25"/>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
|
|
|
<ribbon id="difficulty" height="135" width="65%" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<icon-button id="novice" width="128" height="128" icon="gui/difficulty_easy.png"
|
|
|
|
I18N="Difficulty" text="Novice"/>
|
|
|
|
<icon-button id="intermediate" width="128" height="128" icon="gui/difficulty_medium.png"
|
|
|
|
I18N="Difficulty" text="Intermediate"/>
|
|
|
|
<icon-button id="expert" width="128" height="128" icon="gui/difficulty_hard.png"
|
|
|
|
I18N="Difficulty" text="Expert"/>
|
2009-03-14 21:34:21 -04:00
|
|
|
</ribbon>
|
|
|
|
|
2010-09-18 18:27:07 -04:00
|
|
|
<spacer proportion="1" width="25"/>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2010-09-13 20:24:49 -04:00
|
|
|
<bright width="100%" text="Select a game mode" align="center" text_align="left" />
|
2009-06-08 21:03:48 -04:00
|
|
|
|
2010-01-15 19:02:27 -05:00
|
|
|
<scrollable_toolbar id="gamemode" height="135" width="85%" label_location="bottom" align="center"
|
|
|
|
child_width="135" child_height="135" />
|
2011-03-26 19:51:49 -04:00
|
|
|
<spacer proportion="1" width="25" />
|
2009-03-14 21:34:21 -04:00
|
|
|
</div>
|
|
|
|
|
2011-03-26 20:59:31 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
|
|
|
|
2009-08-29 21:28:46 -04:00
|
|
|
</stkgui>
|