stk-code_catmod/data/gui/options_input.stkgui
auria a15c23d878 the input config screen now contains some stuff... ugly and will need some serious thinking, but going along
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3439 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-04-26 01:31:56 +00:00

80 lines
3.0 KiB
Plaintext

<div x="5%" y="2%" width="90%" height="96%" layout="vertical-row" >
<label align="center" text="SuperTuxKart Options"/>
<ribbon id="options_choice" height="20%" width="75%" align="center">
<icon-button id="audio_video" width="128" height="128" icon="gui/options_audio_video.png" text="Audio/Video"/>
<icon-button id="players" width="128" height="128" icon="gui/options_players.png" text="Players"/>
<icon-button id="controls" width="128" height="128" icon="gui/options_input.png" text="Controls"/>
</ribbon>
<spacer height="15" width="10" />
<scrollable_ribbon id="devices" proportion="3" text="all" width="100%" square_items="false" align="center" child_width="256" child_height="128" />
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Accelerate"/>
<spacer width="20" height="100%" />
<button id="binding_up" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Brake"/>
<spacer width="20" height="100%" />
<button id="binding_down" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Left"/>
<spacer width="20" height="100%" />
<button id="binding_left" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Right"/>
<spacer width="20" height="100%" />
<button id="binding_right" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Fire"/>
<spacer width="20" height="100%" />
<button id="binding_fire" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Nitro"/>
<spacer width="20" height="100%" />
<button id="binding_nitro" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Sharp Turn"/>
<spacer width="20" height="100%" />
<button id="binding_drift" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Rescue"/>
<spacer width="20" height="100%" />
<button id="binding_rescue" proportion="1" height="100%" text="[none]"/>
</div>
<spacer height="5" width="10"/>
<div width="75%" proportion="1" layout="horizontal-row" >
<label proportion="2" height="100%" text="Look Back"/>
<spacer width="20" height="100%" />
<button id="binding_look_back" proportion="1" height="100%" text="[none]"/>
</div>
</div>