2010-06-30 14:40:55 -04:00
|
|
|
<stkgui>
|
|
|
|
|
|
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
|
|
|
|
2010-09-08 14:02:48 -04:00
|
|
|
<header text_align="center" width="100%" text="SuperTuxKart Addons"/>
|
2010-06-30 14:40:55 -04:00
|
|
|
<spacer height="15" width="10"/>
|
|
|
|
|
2010-07-01 06:02:57 -04:00
|
|
|
<tabs id="category" height="10%" max_height="110" width="100%" align="center">
|
2010-07-28 13:46:48 -04:00
|
|
|
<icon-button id="tab_kart" width="128" height="128" icon="gui/karts.png"
|
|
|
|
I18N="Section in the addons menu" text="Karts"/>
|
|
|
|
<icon-button id="tab_track" width="128" height="128" icon="gui/mode_normal.png"
|
|
|
|
I18N="Section in the addons menu" text="Tracks"/>
|
|
|
|
<icon-button id="tab_update" width="128" height="128" icon="gui/package.png"
|
2010-07-01 06:02:57 -04:00
|
|
|
I18N="Section in the addons menu" text="Update"/>
|
2010-06-30 14:40:55 -04:00
|
|
|
</tabs>
|
2010-09-01 12:01:19 -04:00
|
|
|
|
2010-07-01 06:02:57 -04:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row">
|
2010-09-01 12:01:19 -04:00
|
|
|
<label id="update_status" width="100%" height="10%" text_align="left" />
|
|
|
|
<spacer height="5%" width="100%"/>
|
|
|
|
<list id="list_addons" height="50%" proportion="5" width="100%" align="center"/>
|
|
|
|
<spacer height="15%" width="100%"/>
|
2010-06-30 14:40:55 -04:00
|
|
|
</box>
|
2010-07-01 06:02:57 -04:00
|
|
|
|
|
|
|
<spacer width="50" height="45" />
|
2010-06-30 14:40:55 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<button id="back" x="20" y="-40" width="250" height="35" align="left"
|
|
|
|
I18N="In the options menu, to go back to the main menu or game" text="Back"/>
|
|
|
|
|
|
|
|
</stkgui>
|