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-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">
|
2009-08-29 21:28:46 -04:00
|
|
|
<icon-button id="audio_video" width="128" height="128" icon="gui/options_audio_video.png"
|
|
|
|
I18N="Section in the settings menu" text="Audio/Video"/>
|
|
|
|
<icon-button id="players" width="128" height="128" icon="gui/options_players.png"
|
|
|
|
I18N="Section in the settings menu" text="Players"/>
|
|
|
|
<icon-button id="controls" width="128" height="128" icon="gui/options_input.png"
|
|
|
|
I18N="Section in the settings menu" text="Controls"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</tabs>
|
|
|
|
|
|
|
|
<box proportion="1" width="100%" layout="vertical-row">
|
|
|
|
|
2010-01-15 19:02:27 -05:00
|
|
|
<scrollable_ribbon id="devices" proportion="3" label_location="each" width="100%"
|
2009-08-29 21:28:46 -04:00
|
|
|
square_items="false" align="center" child_width="256" child_height="128" />
|
2009-05-03 12:16:11 -04:00
|
|
|
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Accelerate" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_up" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Brake" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_down" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Left" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_left" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Right" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_right" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Fire" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_fire" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center" >
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Nitro" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_nitro" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Sharp Turn" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_drift" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Rescue" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_rescue" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<spacer height="5" width="10"/>
|
|
|
|
|
2009-05-23 21:22:13 -04:00
|
|
|
<div width="85%" proportion="1" layout="horizontal-row" align="center">
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%" I18N="Key binding" text="Look Back" text_align="right"/>
|
2009-05-23 21:22:13 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<button id="binding_look_back" proportion="3" height="100%"
|
|
|
|
I18N="Unbound key binding" text="[none]"/>
|
2009-05-23 21:28:56 -04:00
|
|
|
<spacer proportion="1" height="100%" />
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
|
2009-05-22 21:28:14 -04:00
|
|
|
<spacer width="50" height="10" />
|
|
|
|
|
2010-01-18 21:47:36 -05:00
|
|
|
<button id="add_device" proportion="1" I18N="In the input configuration screen" text="Add a device"/>
|
2010-01-01 21:08:25 -05:00
|
|
|
|
|
|
|
<label text="* Which config to use will be inferred from which 'fire' key is pressed to join the game."
|
2010-01-31 11:46:12 -05:00
|
|
|
proportion="3" word_wrap="true"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</box>
|
|
|
|
|
2009-05-22 21:28:14 -04:00
|
|
|
<spacer width="50" height="40" />
|
|
|
|
</div>
|
2009-04-01 16:37:34 -04:00
|
|
|
|
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>
|