0f3518e71b
* Initial SplitScreen All are upside down and player 1, 5 player does 6 even... * Working version of splitscreen * black screen fix * te fix * Update race_gui.cpp * Change item * wrong way fix and refactorings * Fix icon scale, cleaning code for lap count * Remove tabs * Add settings option * Fix FOV Right now the FOV gradually decreases when going from 1,2,3,4 players. Then after 4 players it wont drop any lower. This behaviour can easily be replaced in the future * Prevent overflow * Unlimited splitscreen * Space out duplicate skins across additional players * Update stk_config.cpp * Update irr_driver.cpp * Update options_screen_ui.cpp * Update irr_driver.cpp * Update options_screen_ui.cpp * Update race_gui.cpp * Update irr_driver.cpp * Fix for empty pixels at edges * Fix referring to template not int * Fix compile errors * Progress towards fixing selection screen * Begin process for selections * Fix selection screen for >4 people Important GUI changes included * Disable changing rows/cols ingame * fix sp related crash * Styling fixes
98 lines
4.2 KiB
XML
98 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stkgui>
|
|
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
|
|
|
<header text_align="center" width="80%" align="center" text="SuperTuxKart Options"/>
|
|
<spacer height="15" width="10"/>
|
|
|
|
<tabs id="options_choice" height="10%" max_height="110" x="2%" width="98%" align="center">
|
|
<icon-button id="tab_video" width="128" height="128" icon="gui/options_video.png"/>
|
|
<icon-button id="tab_audio" width="128" height="128" icon="gui/options_audio.png"/>
|
|
<icon-button id="tab_ui" width="128" height="128" icon="gui/options_ui.png"
|
|
I18N="Section in the settings menu" text="User Interface"/>
|
|
<icon-button id="tab_players" width="128" height="128" icon="gui/options_players.png"/>
|
|
<icon-button id="tab_controls" width="128" height="128" icon="gui/options_input.png"/>
|
|
</tabs>
|
|
|
|
<box proportion="1" width="100%" layout="vertical-row">
|
|
|
|
<spacer height="5" width="10" />
|
|
|
|
<!-- ************ SKIN CHOICE ************ -->
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<label I18N="In the ui settings" text="Skin" align="center"/>
|
|
<spacer width="20" height="20"/>
|
|
<spinner id="skinchoice" width="30%"/>
|
|
</div>
|
|
|
|
<spacer width="20" height="18" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
<checkbox id="showfps"/>
|
|
<spacer width="20" height="100%" />
|
|
<label height="100%" I18N="In the ui settings" text="Display FPS"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" proportion="1" height="fit">
|
|
<checkbox id="show-login"/>
|
|
<spacer width="20" height="100%" />
|
|
<label height="100%" I18N="In the ui settings" text="Always show login screen"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<div layout="horizontal-row" proportion="1" height="fit">
|
|
<checkbox id="enable-hw-report"/>
|
|
<spacer width="20" height="100%" />
|
|
<label height="100%" id="label-hw-report" I18N="In the ui settings"
|
|
text="Send anonymous HW statistics"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" proportion="1" height="fit">
|
|
<checkbox id="perPlayerDifficulty"/>
|
|
<spacer width="20" height="100%" />
|
|
<label height="100%" I18N="In the ui settings" text="Enable per-player handicaps"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<checkbox id="enable-internet"/>
|
|
<spacer width="20" height="100%" />
|
|
<label height="100%" I18N="In the ui settings" text="Connect to the Internet"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" proportion="1" height="fit">
|
|
<checkbox id="split_screen_horizontally"/>
|
|
<spacer width="20" height="100%" />
|
|
<label height="100%" I18N="In the ui settings" text="Multiplayer splits screen horizontally"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="18" width="4"/>
|
|
|
|
<!-- ************ 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 height="18" width="4"/>
|
|
|
|
</box>
|
|
</div>
|
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
|
</stkgui>
|