a359f74ea4
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3670 178a84e3-b1eb-0310-8ba1-8eac791a3b58
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
|
|
|
<label align="center" text="SuperTuxKart Options"/>
|
|
<spacer height="15" width="10"/>
|
|
|
|
<tabs id="options_choice" height="10%" max_height="110" width="100%" 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"/>
|
|
</tabs>
|
|
|
|
<box proportion="1" width="100%" layout="vertical-row">
|
|
|
|
<spacer width="5" height="5"/>
|
|
|
|
<label width="100%" text="Press enter or double-click on a player to edit him/her" text_align="center" />
|
|
|
|
<spacer width="5" height="20"/>
|
|
<list id="players" proportion="5" width="75%" align="center"/>
|
|
<spacer width="20" height="25"/>
|
|
|
|
<button id="addplayer" x="20" width="35%" height="30" text="Add Player" align="center"/>
|
|
<!--
|
|
<spacer width="50" height="10" />
|
|
<button id="renameplayer" x="20" width="35%" height="30" text="Rename Player" align="center"/>
|
|
<spacer width="50" height="10" />
|
|
<button id="rempayer" x="20" width="35%" height="30" text="Remove Player" align="center"/>
|
|
-->
|
|
|
|
<spacer width="20" height="15"/>
|
|
</box>
|
|
|
|
<spacer width="50" height="40" />
|
|
|
|
|
|
</div>
|
|
|
|
<button id="back" x="20" y="-40" width="250" height="35" align="left" text="Back to main menu"/>
|