2014-06-19 09:49:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-08-30 01:28:46 +00:00
|
|
|
<stkgui>
|
2014-06-19 09:49:36 +02:00
|
|
|
<div x="1%" y="1%" width="98%" height="99%" layout="vertical-row" >
|
2019-10-05 23:03:04 +02:00
|
|
|
<header width="80%" height="8%"
|
2014-06-19 09:49:36 +02:00
|
|
|
I18N="In the kart selection (player setup) screen"
|
|
|
|
text="Choose a Kart"
|
|
|
|
align="center" text_align="center" />
|
2018-11-25 22:21:48 +01:00
|
|
|
<spacer height="1%" width="25"/>
|
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<placeholder id="playerskarts" width="100%" align="center" proportion="4">
|
|
|
|
<!-- Contents is added programatically -->
|
|
|
|
</placeholder>
|
2009-03-15 01:34:21 +00:00
|
|
|
|
2019-05-18 03:42:45 +08:00
|
|
|
<spacer height="1f" width="25"/>
|
2011-03-26 23:51:49 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<box proportion="2" width="100%" layout="vertical-row" padding="2">
|
|
|
|
<ribbon_grid id="karts" proportion="1" square_items="true" width="100%" align="center"
|
2019-10-05 23:03:04 +02:00
|
|
|
child_width="90" child_height="90" max_rows="2"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</box>
|
|
|
|
|
|
|
|
<!-- Groups will be added dynamically at runtime -->
|
2019-05-14 05:39:43 +08:00
|
|
|
<tabs width="98%" x="1%" height="1f" id="kartgroups">
|
2014-06-19 09:49:36 +02:00
|
|
|
</tabs>
|
|
|
|
<spacer width="100%" height="2%"/>
|
|
|
|
</div>
|
|
|
|
|
2019-10-24 22:24:20 +02:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</stkgui>
|