2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-03-20 14:50:20 -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">
|
2018-06-21 19:50:16 -04:00
|
|
|
|
|
|
|
<spacer width="5" height="1%"/>
|
|
|
|
|
|
|
|
<!-- ************ SKIN CHOICE ************ -->
|
2019-10-18 12:12:03 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
2020-07-19 16:19:36 -04:00
|
|
|
<spinner id="skinchoice" width="10f" align="center" />
|
2020-11-18 23:17:01 -05:00
|
|
|
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Skin"/>
|
2014-10-26 11:56:50 -04:00
|
|
|
</div>
|
2011-08-19 21:28:17 -04:00
|
|
|
|
2018-09-15 18:41:11 -04:00
|
|
|
<spacer width="5" height="2%"/>
|
2014-10-26 11:56:50 -04:00
|
|
|
|
2019-10-18 12:12:03 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
2020-07-19 16:19:36 -04:00
|
|
|
<spinner id="minimap" width="10f" align="center" />
|
2020-11-18 23:17:01 -05:00
|
|
|
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Minimap"/>
|
2018-09-23 21:15:51 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
|
|
|
2020-04-19 09:56:49 -04:00
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
2020-07-19 16:19:36 -04:00
|
|
|
<spinner id="splitscreen_method" width="10f" align="center" />
|
2020-11-18 23:17:01 -05:00
|
|
|
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Splitscreen Multiplayer layout"/>
|
2020-04-19 09:56:49 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
|
|
|
2019-10-18 12:12:03 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
2020-07-19 16:19:36 -04:00
|
|
|
<gauge id="font_size" width="10f" align="center" />
|
2020-11-18 23:17:01 -05:00
|
|
|
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Font size"/>
|
2019-05-16 16:16:36 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
|
|
|
2020-07-09 23:39:19 -04:00
|
|
|
<!-- ************ GRAPHICAL EFFECTS SETTINGS ************ -->
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
2020-07-19 16:19:36 -04:00
|
|
|
<spinner id="camera_preset" width="10f" align="center" />
|
2020-11-18 23:17:01 -05:00
|
|
|
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Camera"/>
|
2020-07-19 16:19:36 -04:00
|
|
|
<spacer width="2%" height="100%" />
|
|
|
|
<button id="custom_camera" text="Custom..." I18N="In the ui settings" align="center"/>
|
2020-07-09 23:39:19 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
|
|
|
2018-09-23 21:15:51 -04:00
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
2018-09-15 18:41:11 -04:00
|
|
|
<checkbox id="showfps"/>
|
|
|
|
<spacer width="1%" height="100%" />
|
|
|
|
<label height="100%" I18N="In the ui settings" text="Display FPS" word_wrap="true"/>
|
2014-10-26 11:56:50 -04:00
|
|
|
</div>
|
|
|
|
|
2018-09-15 18:41:11 -04:00
|
|
|
<spacer width="5" height="2%"/>
|
2014-10-26 11:56:50 -04:00
|
|
|
|
2019-10-18 00:03:36 -04:00
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<checkbox id="karts_powerup_gui"/>
|
|
|
|
<spacer width="1%" height="100%" />
|
|
|
|
<label height="100%" I18N="In the ui settings" text="Show other karts' held powerups" word_wrap="true"/>
|
|
|
|
</div>
|
|
|
|
|
2018-09-15 18:41:11 -04:00
|
|
|
<spacer width="5" height="2%"/>
|
2019-11-01 08:25:27 -04:00
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<checkbox id="story-mode-timer"/>
|
|
|
|
<spacer width="1%" height="100%" />
|
|
|
|
<label height="100%" I18N="In the ui settings" text="Enable the story mode timer" word_wrap="true"/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<checkbox id="speedrun-timer"/>
|
|
|
|
<spacer width="1%" height="100%" />
|
|
|
|
<label id="speedrun-timer-text" height="100%" I18N="In the ui settings" text="Enable the speedrun timer" word_wrap="true"/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
</box>
|
2018-06-21 19:50:16 -04:00
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2011-03-20 14:50:20 -04:00
|
|
|
</stkgui>
|