stk-code_catmod/data/gui/karts.stkgui
auria 8417a50796 Fixed keyboard navigation on kart selection screen (still 1-p only though)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3923 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-08-26 20:05:51 +00:00

26 lines
887 B
Plaintext

<div x="2%" y="1%" width="96%" height="99%" layout="vertical-row" >
<label width="100%" height="25" text="Choose a Kart (more players can join by pressing 'fire' now)"
align="center" text_align="center" />
<placeholder id="playerskarts" width="100%" proportion="4">
<!-- Contents is added programatically -->
</placeholder>
<spacer height="15" width="25"/>
<box proportion="2" width="100%" layout="vertical-row"/>
<ribbon_grid id="karts" proportion="1" square_items="true" width="100%" align="center"
child_width="80" child_height="80"/>
</box>
<tabs width="100%" height="25" id="kartgroups">
<button id="standard" text="Standard"/>
<button id="addons" text="Add-Ons"/>
<button id="all" text="All"/>
</tabs>
<spacer height="15" width="25"/>
</div>