2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-05-15 12:12:41 -04:00
|
|
|
<stkgui>
|
2019-10-24 16:24:20 -04:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2018-06-21 19:50:16 -04:00
|
|
|
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
2019-10-05 17:03:04 -04:00
|
|
|
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
2018-06-21 19:50:16 -04:00
|
|
|
<spacer width="100%" height="1%"/>
|
|
|
|
|
2019-10-05 17:03:04 -04:00
|
|
|
<div width="100%" height="91%" layout="horizontal-row" >
|
2018-06-21 19:50:16 -04:00
|
|
|
|
2020-01-13 00:02:50 -05:00
|
|
|
<vertical-tabs id="options_choice" height="100%" width="20%">
|
2018-11-15 21:20:39 -05:00
|
|
|
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
|
|
|
I18N="Section in the settings menu" text="General"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
2018-06-21 19:50:16 -04:00
|
|
|
I18N="Section in the settings menu" text="Graphics"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
2018-06-21 19:50:16 -04:00
|
|
|
I18N="Section in the settings menu" text="Audio"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
2019-10-06 17:20:30 -04:00
|
|
|
I18N="Section in the settings menu" text="Interface"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
2018-06-21 19:50:16 -04:00
|
|
|
I18N="Section in the settings menu" text="Players"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
2018-06-21 19:50:16 -04:00
|
|
|
I18N="Section in the settings menu" text="Controls"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
2018-06-21 19:50:16 -04:00
|
|
|
I18N="Section in the settings menu" text="Language"/>
|
|
|
|
</vertical-tabs>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<spacer width="2%" height="100%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2020-01-13 00:02:50 -05:00
|
|
|
<box width="78%" height="100%" layout="vertical-row">
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<spacer width="5" height="1%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<!-- ******** Music ******** -->
|
|
|
|
<label width="100%" I18N="In the audio options screen" text="Music"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<div width="75%" height="fit" layout="horizontal-row" >
|
|
|
|
<label proportion="1" height="100%" text_align="right" I18N="In the audio options screen" text="Enabled"/>
|
2010-05-15 12:12:41 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
|
|
<spacer width="40" height="100%" />
|
|
|
|
<!-- FIXME: don't hardcode height -->
|
|
|
|
<checkbox id="music_enabled"/>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2018-06-21 19:50:16 -04:00
|
|
|
<div width="75%" height="fit" layout="horizontal-row" >
|
|
|
|
<label proportion="1" height="100%" text_align="right" I18N="In the audio options screen" text="Volume"/>
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
|
|
<spacer width="40" height="100%" />
|
|
|
|
<gauge id="music_volume" proportion="1" min_value="1" max_value="10"/>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<spacer width="5" height="1%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<!-- ******** SFX ******** -->
|
|
|
|
<label width="100%" I18N="In the audio options screen" text="Sound Effects"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<div width="75%" height="fit" layout="horizontal-row" >
|
|
|
|
<label proportion="1" height="100%" text_align="right" I18N="In the audio options screen" text="Enabled"/>
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
|
|
<spacer width="40" height="100%" />
|
|
|
|
<!-- FIXME: don't hardcode height -->
|
|
|
|
<checkbox id="sfx_enabled"/>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2018-06-21 19:50:16 -04:00
|
|
|
<div width="75%" height="fit" layout="horizontal-row" >
|
|
|
|
<label proportion="1" height="100%" text_align="right" I18N="In the audio options screen" text="Volume"/>
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
|
|
<spacer width="40" height="100%" />
|
|
|
|
<gauge id="sfx_volume" proportion="1" min_value="1" max_value="10"/>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2010-06-24 21:29:10 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<spacer width="5" height="2%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
</box>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2010-05-15 12:12:41 -04:00
|
|
|
</stkgui>
|