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">
|
|
|
|
|
|
|
|
<spacer height="15" width="10"/>
|
|
|
|
|
|
|
|
<div width="75%" height="40" layout="horizontal-row" >
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%"
|
|
|
|
I18N="Section in the audio/video settings submenu" text="Music"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
<checkbox id="music_enabled" width="40" icon="gui/glasscheckbox.png" height="40"/>
|
|
|
|
<spacer width="20" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="1" height="100%" I18N="Next to checkbox in settings menu" text="Enabled"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<div width="75%" height="30" layout="horizontal-row" >
|
|
|
|
<spacer proportion="1" height="100%"/>
|
2009-05-03 21:15:12 -04:00
|
|
|
<gauge id="music_volume" proportion="1" height="100%" min_value="0" max_value="10"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="15" width="10"/>
|
|
|
|
|
|
|
|
<div width="75%" height="40" layout="horizontal-row" >
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%"
|
|
|
|
I18N="Section in audio/video settings submenu" text="Sound Effects"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
<checkbox id="sfx_enabled" width="40" height="40"/>
|
|
|
|
<spacer width="20" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="1" height="100%" I18N="Next to checkbox in settings menu" text="Enabled"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
<div width="75%" height="30" layout="horizontal-row" >
|
|
|
|
<spacer proportion="1" height="100%"/>
|
2009-05-03 21:15:12 -04:00
|
|
|
<gauge id="sfx_volume" proportion="1" height="100%" min_value="0" max_value="10"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<spacer height="20" width="10"/>
|
|
|
|
|
|
|
|
|
|
|
|
<div width="75%" height="40" layout="horizontal-row" >
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="2" height="100%"
|
|
|
|
I18N="Section in the audio/video settings submenu" text="Video"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
<checkbox id="fullscreen" width="40" height="40"/>
|
|
|
|
<spacer width="20" height="100%" />
|
2009-08-29 21:28:46 -04:00
|
|
|
<label proportion="1" height="100%" I18N="In the video settings" text="Fullscreen"/>
|
2009-05-03 12:16:11 -04:00
|
|
|
</div>
|
|
|
|
|
2010-01-15 19:02:27 -05:00
|
|
|
<scrollable_ribbon id="resolutions" proportion="2" label_location="each"
|
2009-08-29 21:28:46 -04:00
|
|
|
width="100%" square_items="false"
|
2009-05-03 12:16:11 -04:00
|
|
|
align="center" child_width="128" child_height="128" max_height="150" />
|
|
|
|
|
2009-09-06 14:50:41 -04:00
|
|
|
<spacer height="10" width="10"/>
|
|
|
|
|
2010-01-02 15:55:19 -05:00
|
|
|
<button id="apply_resolution" height="35"
|
2009-08-29 21:28:46 -04:00
|
|
|
I18N="In the video settings menu" text="Apply video changes" />
|
2009-05-03 12:16:11 -04:00
|
|
|
|
|
|
|
</box>
|
|
|
|
|
2009-05-22 21:28:14 -04:00
|
|
|
<spacer width="50" height="40" />
|
2009-05-03 12:16:11 -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>
|