SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="1%"/>
|
||||
|
||||
<!-- ******** Music ******** -->
|
||||
<label width="100%" I18N="In the audio options screen" text="Music"/>
|
||||
|
||||
<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="music_enabled"/>
|
||||
</div>
|
||||
</div>
|
||||
<spacer width="5" height="2%"/>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<!-- ******** SFX ******** -->
|
||||
<label width="100%" I18N="In the audio options screen" text="Sound Effects"/>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<spacer width="5" height="2%"/>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
|
||||
<!-- Configuration name -->
|
||||
<spacer height="1%" width="10"/>
|
||||
<label id="title" width="100%" text_align="center" />
|
||||
<spacer height="2%" width="10"/>
|
||||
|
||||
<!-- List of key bindings -->
|
||||
<box proportion="10" width="75%" align="center" layout="vertical-row" padding="8">
|
||||
<list id="actions" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<!-- Bottom buttons -->
|
||||
|
||||
<spacer width="50" height="2%" />
|
||||
<div height="4f" width="100%" layout="horizontal-row">
|
||||
<div height="100%" width="fit" layout="vertical-row">
|
||||
<button id="delete"
|
||||
I18N="In the input configuration screen" text="Delete Configuration"/>
|
||||
<spacer width="50" height="2%" />
|
||||
<button id="disable_toggle"
|
||||
I18N="In the input configuration screen" text="Disable Configuration"/>
|
||||
<spacer width="50" height="2%" />
|
||||
<button id="back_to_device_list" I18N="In the input configuration screen" text="Back to device list"/>
|
||||
<spacer width="50" height="2%" />
|
||||
</div>
|
||||
|
||||
<spacer width="2%" height="10" />
|
||||
<div height="100%" width="40%" layout="vertical-row">
|
||||
<button id="rename_config" I18N="In the input configuration screen" text="Rename Configuration"/>
|
||||
<spacer height="15%"/>
|
||||
<div height="1f" width="100%" layout="horizontal-row">
|
||||
<checkbox id="force_feedback"/>
|
||||
<spacer width="3%"/>
|
||||
<label id="force_feedback_text" I18N="In the input configuration screen, for gamepad" text="Enable force feedback (if supported)" word_wrap="true"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
|
||||
<!-- ************ RESOLUTION CHOICE ************ -->
|
||||
<label width="100%" I18N="In the display settings" text="Resolution"/>
|
||||
|
||||
<spacer width="5" height="1%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<spacer width="3%" height="100%" />
|
||||
|
||||
<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 display settings" text="Fullscreen"/>
|
||||
</div>
|
||||
|
||||
<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 display settings" text="Remember window location"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="1%"/>
|
||||
|
||||
<scrollable_ribbon id="resolutions" height="20%" label_location="each"
|
||||
width="100%" square_items="false"
|
||||
align="center" child_width="128" child_height="128" />
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<spacer width="5%" height="100%" />
|
||||
<button id="apply_resolution"
|
||||
I18N="In the display settings" text="Apply new resolution" />
|
||||
</div>
|
||||
|
||||
<!-- ************ CAMERA SETTINGS ************ -->
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<label width="100%" I18N="In the display settings" text="Camera Settings"/>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<!-- ************ EXTRA UI ELEMENTS SETTINGS ************ -->
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<spinner id="camera_preset" width="10f" align="center" />
|
||||
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Camera"/>
|
||||
<spacer width="2%" height="100%" />
|
||||
<button id="custom_camera" text="Custom..." I18N="In the ui settings" align="center"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<spacer width="3%" height="100%" />
|
||||
<spinner id="splitscreen_method" width="10f" align="center" />
|
||||
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Splitscreen Multiplayer layout"/>
|
||||
</div>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<div width="100%" height="100%" layout="vertical-row" >
|
||||
<box width="78%" height="62%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<label width="80%" height="fit" align="center" I18N="In the general settings" text="Internet options" text_align="center"/>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="show-login"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" I18N="In the general settings" text="Always show login screen" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-internet"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" I18N="In the general settings" text="Connect to the Internet" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<!--
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-hw-report"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" id="label-hw-report" I18N="In the general settings"
|
||||
text="Send anonymous hardware statistics" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
-->
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-lobby-chat"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" id="label-lobby-chat" I18N="In the general settings" text="Enable chatting in online lobbies" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-race-chat"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" id="label-race-chat" I18N="In the general settings" text="Enable chatting in online matches" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
</box>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<box width="78%" height="36%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<label width="80%" height="fit" align="center" I18N="In the general settings" text="Miscellaneous options" text_align="center"/>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-handicap"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" I18N="In the general settings" text="Enable per-player handicaps" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<spacer width="1%" height="100%"/>
|
||||
<button id="assets_settings" text="Uninstall full game assets"/>
|
||||
</div>
|
||||
<spacer width="5" height="3%"/>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
<label id="help1" width="100%"
|
||||
I18N="In the input configuration screen"
|
||||
text="Press enter or double-click on a device to configure it"
|
||||
text_align="center" />
|
||||
|
||||
<spacer width="5" height="20"/>
|
||||
|
||||
<box proportion="5" width="75%" align="center" layout="vertical-row" padding="8">
|
||||
<list id="devices" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<spacer width="50" height="25" />
|
||||
|
||||
<button id="add_device" I18N="In the input configuration screen" text="Add a device" align="center"/>
|
||||
|
||||
<label id="help2" I18N="In the input configuration screen" text="* Which config to use will be inferred from which 'Select' key is pressed to join the game."
|
||||
proportion="2" word_wrap="true"/>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<!-- ************ LANGUAGE CHOICE ************ -->
|
||||
|
||||
<box proportion="1" width="75%" align="center" layout="vertical-row" padding="8">
|
||||
<list id="language" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="1%"/>
|
||||
|
||||
<!-- ************ SKIN CHOICE ************ -->
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spinner id="base_skinchoice" width="10f" align="center" />
|
||||
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Skin"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spinner id="variant_skinchoice" width="10f" align="center" />
|
||||
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Skin variant"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<!-- ************ MISC. CHOICE ************ -->
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spinner id="minimap" width="10f" align="center" />
|
||||
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Minimap"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<gauge id="font_size" width="10f" align="center" />
|
||||
<label height="100%" x="0" y="0" I18N="In the ui settings" text="Font size"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="showfps"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" I18N="In the ui settings" text="Display FPS" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<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>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<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%"/>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
<label width="100%" I18N="In the video settings" text="Graphics"/>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<!-- ************ GRAPHICAL EFFECTS SETTINGS ************ -->
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<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="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<div layout="vertical-row" width="10f" height="fit">
|
||||
<gauge id="gfx_level" min_value="1" max_value="8" width="100%" align="center" />
|
||||
</div>
|
||||
<div layout="vertical-row" proportion="1" height="100%">
|
||||
<label height="100%" I18N="In the video settings" text="Graphical Effects Level" align="left"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<div layout="vertical-row" width="10f" height="fit">
|
||||
<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>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<!-- ************ VSYNC ************ -->
|
||||
<div width="100%" height="fit" layout="horizontal-row" id="outer_box" >
|
||||
<spacer width="3%" height="100%" />
|
||||
<div layout="vertical-row" width="10f" height="fit" id="inner_box">
|
||||
<spinner id="vsync" width="100%" align="center" />
|
||||
</div>
|
||||
<div layout="vertical-row" proportion="1" height="100%">
|
||||
<label id="vsync_label" height="100%" I18N="In the video options, maximum frame per second" text="Maximum FPS" align="left"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<!-- ************ CUSTOM SETTINGS ************ -->
|
||||
<div width="100%" height="fit" layout="horizontal-row" id="outer_box" >
|
||||
<spacer width="5%" height="100%" />
|
||||
<button id="custom" text="Custom settings..." I18N="In the video settings" align="center"/>
|
||||
</div>
|
||||
|
||||
<!-- ************ BENCHMARK OPTIONS ************ -->
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<label width="100%" I18N="In the video settings" text="Performance tests"/>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" id="outer_box" >
|
||||
<spacer width="5%" height="100%" />
|
||||
<button id="benchmarkCurrent" text="Performance test of the current settings" I18N="In the video settings" align="center"/>
|
||||
</div>
|
||||
<!--
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" id="outer_box" >
|
||||
<spacer width="5%" height="100%" />
|
||||
<button id="benchmarkRecommend" text="Recommend settings" I18N="In the video settings" align="center"/>
|
||||
</div>
|
||||
-->
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text="SuperTuxKart Options" text_align="center"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<div width="100%" height="91%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="options_choice" height="100%" width="20%">
|
||||
<icon-button id="tab_general" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Section in the settings menu" text="General"/>
|
||||
<icon-button id="tab_display" width="128" height="128" icon="gui/icons/options_display.png"
|
||||
I18N="Section in the settings menu" text="Display"/>
|
||||
<icon-button id="tab_video" width="128" height="128" icon="gui/icons/options_video.png"
|
||||
I18N="Section in the settings menu" text="Graphics"/>
|
||||
<icon-button id="tab_audio" width="128" height="128" icon="gui/icons/options_audio.png"
|
||||
I18N="Section in the settings menu" text="Audio"/>
|
||||
<icon-button id="tab_ui" width="128" height="128" icon="gui/icons/options_ui.png"
|
||||
I18N="Section in the settings menu" text="Interface"/>
|
||||
<icon-button id="tab_players" width="128" height="128" icon="gui/icons/options_players.png"
|
||||
I18N="Section in the settings menu" text="Players"/>
|
||||
<icon-button id="tab_controls" width="128" height="128" icon="gui/icons/options_input.png"
|
||||
I18N="Section in the settings menu" text="Controls"/>
|
||||
<icon-button id="tab_language" width="128" height="128" icon="gui/icons/options_language.png"
|
||||
I18N="Section in the settings menu" text="Language"/>
|
||||
</vertical-tabs>
|
||||
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<box width="78%" height="100%" layout="vertical-row">
|
||||
|
||||
<spacer height="2%" width="10"/>
|
||||
|
||||
<scrollable_ribbon id="players" height="18%" y="10" x="10" width="98%" align="center" label_location="each"
|
||||
square_items="true" child_width="128" child_height="128" />
|
||||
|
||||
<spacer height="2%" width="10"/>
|
||||
<div width="90%" align="center" layout="vertical-row" proportion="1">
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<checkbox width="fit" id="online" I18N="In the user screen" text_align="left"/>
|
||||
<spacer width="10"/>
|
||||
<label proportion="1" height="100%" text_align="left" I18N="In the user screen" text="Online"/>
|
||||
</div>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<checkbox width="fit" id="remember-user" I18N="In the user screen" text_align="left"/>
|
||||
<spacer width="10"/>
|
||||
<label proportion="1" id="label_remember" height="100%" text_align="left"
|
||||
I18N="In the user screen" text="Remember password"/>
|
||||
</div>
|
||||
<!-- Disable guest accounts for now
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label width="40%" id="label_guest" height="100%" text_align="left"
|
||||
I18N="In the user screen" text="Guest login"/>
|
||||
<checkbox id="guest" I18N="In the user screen" text_align="left"/>
|
||||
</div>
|
||||
-->
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label width="40%" id="label_username" height="100%" text_align="left"
|
||||
I18N="In the user screen" text="Username"/>
|
||||
<textbox id="username" proportion="2" height="fit" I18N="In the user screen"/>
|
||||
</div>
|
||||
<spacer height="5%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label id="label_password" width="40%" height="100%" text_align="left"
|
||||
I18N="In the user screen" text="Password"/>
|
||||
<textbox id="password" proportion="2" height="fit" I18N="In the user screen"/>
|
||||
</div>
|
||||
|
||||
<spacer height="5%" width="20"/>
|
||||
|
||||
<button id="password_reset" width="fit" text="Reset password"/>
|
||||
|
||||
<spacer height="5%" width="20"/>
|
||||
|
||||
<label id="message" width="100%" text_align="center"/>
|
||||
</div>
|
||||
|
||||
<spacer width="20" height="2%"/>
|
||||
|
||||
<div width="100%" align="center" layout="vertical-row" height="13%">
|
||||
<buttonbar id="options" width="100%" height="100%" align="center">
|
||||
<icon-button id="new_user" width="128" height="128" icon="gui/icons/blue_plus.png"
|
||||
I18N="In the user screen" text="Add" label_location="bottom"/>
|
||||
<icon-button id="delete" width="128" height="128" icon="gui/icons/remove.png"
|
||||
I18N="In the user screen" text="Delete" label_location="bottom"/>
|
||||
<icon-button id="rename" width="128" height="128" icon="gui/icons/rename.png"
|
||||
I18N="In the user screen" text="Rename" label_location="bottom"/>
|
||||
<icon-button id="default_kart_color" width="128" height="128" icon="gui/icons/edit.png"
|
||||
I18N="In the user screen" text="Kart color" label_location="bottom"/>
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
|
||||
I18N="In the user screen" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the user screen" text="OK" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
<spacer width="20" height="5%"/>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
Reference in New Issue
Block a user