2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-03-20 14:50:20 -04:00
|
|
|
<stkgui>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" 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" >
|
2018-06-21 19:50:16 -04:00
|
|
|
<header width="80%" height="7%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
|
|
|
<spacer width="100%" height="1%"/>
|
|
|
|
|
|
|
|
<div width="100%" height="92%" layout="horizontal-row" >
|
|
|
|
|
|
|
|
<vertical-tabs id="options_choice" height="100%" width="18%">
|
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"
|
2018-06-21 19:50:16 -04:00
|
|
|
I18N="Section in the settings menu" text="User 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%"/>
|
|
|
|
|
|
|
|
<box width="80%" height="100%" layout="vertical-row">
|
|
|
|
|
|
|
|
<spacer width="5" height="1%"/>
|
|
|
|
|
|
|
|
<!-- ************ SKIN CHOICE ************ -->
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
2018-09-23 21:15:51 -04:00
|
|
|
<label proportion="1" I18N="In the ui settings" text="Skin" align="center"/>
|
2018-06-21 19:50:16 -04:00
|
|
|
<spacer width="2%" height="20"/>
|
2018-09-23 21:15:51 -04:00
|
|
|
<div layout="horizontal-row" proportion="5" height="100%">
|
|
|
|
<spinner id="skinchoice" width="60%"/>
|
|
|
|
</div>
|
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
|
|
|
|
2018-09-23 21:15:51 -04:00
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<label proportion="1" I18N="In the ui settings" text="Minimap" align="center"/>
|
|
|
|
<spacer width="2%" height="20"/>
|
|
|
|
<div layout="horizontal-row" proportion="5" height="100%">
|
|
|
|
<spinner id="minimap" width="60%"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
|
|
|
|
|
|
<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
|
|
|
|
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="split_screen_horizontally"/>
|
|
|
|
<spacer width="1%" height="100%" />
|
|
|
|
<label height="100%" I18N="In the ui settings" text="Multiplayer splits screen horizontally" word_wrap="true"/>
|
2014-10-26 12:47:29 -04:00
|
|
|
</div>
|
|
|
|
|
2018-09-15 18:41:11 -04:00
|
|
|
<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>
|