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"/>
|
2014-06-19 03:49:36 -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>
|
|
|
|
|
|
|
|
<spacer width="2%" height="100%"/>
|
|
|
|
|
2020-01-13 00:02:50 -05:00
|
|
|
<box width="78%" height="100%" layout="vertical-row">
|
2019-11-07 16:57:02 -05:00
|
|
|
<label width="100%" I18N="In the video settings" text="Graphics"/>
|
|
|
|
|
2019-09-28 16:19:03 -04:00
|
|
|
<spacer width="5" height="1%"/>
|
2018-06-21 19:50:16 -04:00
|
|
|
|
2019-10-18 11:58:28 -04:00
|
|
|
<!-- ************ GRAPHICAL EFFECTS SETTINGS ************ -->
|
2019-09-28 16:19:03 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
2019-11-28 03:13:00 -05:00
|
|
|
<spacer width="3%" height="100%" />
|
2020-08-27 17:19:23 -04:00
|
|
|
<div layout="vertical-row" width="10f" height="fit">
|
2019-10-18 11:58:28 -04:00
|
|
|
<gauge id="gfx_level" min_value="1" max_value="8" width="100%" align="center" />
|
2019-09-28 16:19:03 -04:00
|
|
|
</div>
|
2019-10-18 11:58:28 -04:00
|
|
|
<div layout="vertical-row" proportion="1" height="100%">
|
|
|
|
<label height="100%" I18N="In the video settings" text="Graphical Effects Level" align="left"/>
|
2018-06-21 19:50:16 -04:00
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2019-10-24 09:56:42 -04:00
|
|
|
|
|
|
|
<spacer width="5" height="1%"/>
|
|
|
|
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
2019-11-28 03:13:00 -05:00
|
|
|
<spacer width="3%" height="100%" />
|
2020-08-27 17:19:23 -04:00
|
|
|
<div layout="vertical-row" width="10f" height="fit">
|
|
|
|
<gauge id="scale_rtts" min_value="0" max_value="7" width="100%" align="center" />
|
|
|
|
</div>
|
|
|
|
<div layout="vertical-row" proportion="1" height="100%">
|
|
|
|
<label id="scale_rtts_label" height="100%" I18N="In the video settings" text="Render resolution" align="left"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="1%"/>
|
|
|
|
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
|
|
<spacer width="3%" height="100%" />
|
|
|
|
<div layout="vertical-row" width="10f" height="fit">
|
2019-10-24 09:56:42 -04:00
|
|
|
<gauge id="blur_level" min_value="0" max_value="2" width="100%" align="center" />
|
|
|
|
</div>
|
|
|
|
<div layout="vertical-row" proportion="1" height="100%">
|
|
|
|
<label height="100%" I18N="In the video settings" text="Blur Effects Level" align="left"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
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
|
|
|
|
2019-10-18 11:58:28 -04:00
|
|
|
<!-- ************ VSYNC ************ -->
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" id="outer_box" >
|
2019-11-28 03:13:00 -05:00
|
|
|
<spacer width="3%" height="100%" />
|
2020-08-27 17:19:23 -04:00
|
|
|
<div layout="vertical-row" width="10f" height="fit" id="inner_box">
|
2019-10-18 11:58:28 -04:00
|
|
|
<spinner id="vsync" width="100%" align="center" />
|
|
|
|
</div>
|
|
|
|
<div layout="vertical-row" proportion="1" height="100%">
|
2020-07-10 00:13:12 -04:00
|
|
|
<label id="vsync_label" height="100%" I18N="In the video settings" text="Vertical Sync" align="left"/>
|
2019-10-18 11:58:28 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="1%"/>
|
|
|
|
|
|
|
|
<!-- ************ CUSTOM SETTINGS ************ -->
|
2019-09-28 16:19:03 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" id="outer_box" >
|
2019-11-28 03:13:00 -05:00
|
|
|
<spacer width="5%" height="100%" />
|
|
|
|
<button id="custom" text="Custom settings..." I18N="In the video settings" align="center"/>
|
2018-06-21 19:50:16 -04:00
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-09-28 16:19:03 -04:00
|
|
|
<spacer width="5" height="3%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<!-- ************ RESOLUTION CHOICE ************ -->
|
|
|
|
<spacer width="5" height="1%"/>
|
|
|
|
<label width="100%" I18N="In the video settings" text="Resolution"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-01-07 17:58:34 -05:00
|
|
|
<scrollable_ribbon id="resolutions" height="20%" label_location="each"
|
2018-06-21 19:50:16 -04:00
|
|
|
width="100%" square_items="false"
|
2019-01-07 17:58:34 -05:00
|
|
|
align="center" child_width="128" child_height="128" />
|
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
|
|
|
|
2020-09-25 23:35:58 -04:00
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<div proportion="2" height="fit" layout="horizontal-row" >
|
|
|
|
<spacer width="5%" height="100%" />
|
|
|
|
<checkbox id="fullscreen"/>
|
|
|
|
<spacer width="2%" height="100%" />
|
|
|
|
<label id="fullscreenText" height="100%" I18N="In the video settings" text="Fullscreen"/>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2020-09-25 23:35:58 -04:00
|
|
|
<div proportion="3" layout="horizontal-row" height="fit">
|
|
|
|
<spacer width="5%" height="100%" />
|
|
|
|
<checkbox id="rememberWinpos"/>
|
|
|
|
<spacer width="2%" height="100%" />
|
|
|
|
<label id="rememberWinposText" height="100%" I18N="In the video settings" text="Remember window location"/>
|
|
|
|
</div>
|
2018-06-21 19:50:16 -04:00
|
|
|
</div>
|
2011-03-26 20:59:31 -04:00
|
|
|
|
2020-09-25 23:35:58 -04:00
|
|
|
<spacer width="5" height="2%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2018-06-21 19:50:16 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2019-11-28 03:13:00 -05:00
|
|
|
<spacer width="5%" height="100%" />
|
2018-06-21 19:50:16 -04:00
|
|
|
<button id="apply_resolution"
|
|
|
|
I18N="In the video settings" text="Apply new resolution" />
|
|
|
|
</div>
|
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>
|