2009-08-29 21:28:46 -04:00
|
|
|
<stkgui>
|
|
|
|
|
2009-05-03 12:16:11 -04:00
|
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
2009-04-01 15:48:42 -04:00
|
|
|
|
2009-12-22 19:41:13 -05:00
|
|
|
<header text_align="center" width="100%" text="SuperTuxKart Options"/>
|
2009-05-03 13:01:10 -04:00
|
|
|
<spacer height="15" width="10"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
|
|
|
|
<tabs id="options_choice" height="10%" max_height="110" width="100%" align="center">
|
2010-05-15 12:12:41 -04:00
|
|
|
<icon-button id="tab_video" width="128" height="128" icon="gui/options_video.png"
|
|
|
|
I18N="Section in the settings menu" text="Graphics"/>
|
|
|
|
<icon-button id="tab_audio" width="128" height="128" icon="gui/options_audio.png"
|
|
|
|
I18N="Section in the settings menu" text="Audio"/>
|
2010-03-27 19:18:07 -04:00
|
|
|
<icon-button id="tab_players" width="128" height="128" icon="gui/options_players.png"
|
2009-08-29 21:28:46 -04:00
|
|
|
I18N="Section in the settings menu" text="Players"/>
|
2010-03-27 19:18:07 -04:00
|
|
|
<icon-button id="tab_controls" width="128" height="128" icon="gui/options_input.png"
|
2009-08-29 21:28:46 -04:00
|
|
|
I18N="Section in the settings menu" text="Controls"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</tabs>
|
2009-06-28 17:08:19 -04:00
|
|
|
|
2009-05-03 12:16:11 -04:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row">
|
2009-06-28 17:08:19 -04:00
|
|
|
|
|
|
|
<spacer width="5" height="5"/>
|
|
|
|
|
2009-08-29 21:28:46 -04:00
|
|
|
<label width="100%"
|
|
|
|
I18N="In players configuration menu"
|
|
|
|
text="Press enter or double-click on a player to edit him/her"
|
|
|
|
text_align="center" />
|
2009-06-28 17:08:19 -04:00
|
|
|
|
|
|
|
<spacer width="5" height="20"/>
|
2009-06-13 20:10:44 -04:00
|
|
|
<list id="players" proportion="5" width="75%" align="center"/>
|
|
|
|
<spacer width="20" height="25"/>
|
|
|
|
|
2010-01-02 15:55:19 -05:00
|
|
|
<button id="addplayer" x="20" height="35"
|
2009-08-29 21:28:46 -04:00
|
|
|
I18N="In players configuration menu"
|
|
|
|
text="Add Player" align="center"/>
|
2009-06-21 14:55:12 -04:00
|
|
|
<!--
|
|
|
|
<spacer width="50" height="10" />
|
|
|
|
<button id="renameplayer" x="20" width="35%" height="30" text="Rename Player" align="center"/>
|
2009-06-13 20:10:44 -04:00
|
|
|
<spacer width="50" height="10" />
|
2009-06-19 20:28:25 -04:00
|
|
|
<button id="rempayer" x="20" width="35%" height="30" text="Remove Player" align="center"/>
|
2009-06-21 14:55:12 -04:00
|
|
|
-->
|
|
|
|
|
2009-06-13 20:10:44 -04:00
|
|
|
<spacer width="20" height="15"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</box>
|
2009-04-01 15:48:42 -04:00
|
|
|
|
2009-05-22 21:28:14 -04:00
|
|
|
<spacer width="50" height="40" />
|
2009-04-01 16:37:34 -04:00
|
|
|
|
2009-06-13 20:10:44 -04:00
|
|
|
|
2009-05-22 21:28:14 -04:00
|
|
|
</div>
|
|
|
|
|
2009-09-06 14:50:41 -04:00
|
|
|
<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"/>
|
2009-08-29 21:28:46 -04:00
|
|
|
|
|
|
|
</stkgui>
|