63d5961dd0
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@14607 178a84e3-b1eb-0310-8ba1-8eac791a3b58
100 lines
3.2 KiB
Plaintext
100 lines
3.2 KiB
Plaintext
<stkgui>
|
|
|
|
<div x="2%" y="1%" width="96%" height="98%" layout="vertical-row" >
|
|
|
|
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true" text="Graphics Settings" />
|
|
|
|
<spacer height="20" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<checkbox id="pixelshaders"/>
|
|
<spacer width="10" height="10"/>
|
|
<label text="Pixel Shaders (requires restart)" I18N="Video settings"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<spacer width="50" height="10" />
|
|
<checkbox id="motionblur"/>
|
|
<spacer width="10" height="10"/>
|
|
<label text="Motion blur" I18N="Video settings"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<spacer width="50" height="10" />
|
|
<checkbox id="mlaa"/>
|
|
<spacer width="10" height="10"/>
|
|
<label text="Anti-aliasing" I18N="Video settings"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<spacer width="50" height="10" />
|
|
<label text="Ambient Occlusion" I18N="Video settings"/>
|
|
<spacer width="10" height="10"/>
|
|
<gauge id="ssao" min_value="0" max_value="2" width="50%"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<spacer width="50" height="10" />
|
|
<label text="Shadows (requires restart)" I18N="Video settings"/>
|
|
<spacer width="10" height="10"/>
|
|
<gauge id="shadows" min_value="0" max_value="2" width="50%"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<checkbox id="weather_gfx"/>
|
|
<spacer width="10" height="10"/>
|
|
<label text="Weather Effects" I18N="Video settings"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<checkbox id="anim_gfx"/>
|
|
<spacer width="10" height="10"/>
|
|
<label text="Animated Scenery" I18N="Video settings"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<label text="Animated Characters" I18N="Video settings" width="40%"/>
|
|
<spacer width="10" height="10"/>
|
|
<gauge id="steering_animations" min_value="0" max_value="2" width="50%" />
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<label text="Texture filtering" I18N="Video settings" width="40%"/>
|
|
<spacer width="10" height="10"/>
|
|
<gauge id="filtering" min_value="0" max_value="5" width="50%" />
|
|
</div>
|
|
|
|
<!--
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
<label text="Anti-aliasing (requires restart)" I18N="Video settings" width="40%" />
|
|
<spacer width="10" height="10"/>
|
|
<gauge id="antialiasing" min_value="0" max_value="3" width="50%"/>
|
|
</div>
|
|
|
|
<spacer height="4" width="10" />
|
|
-->
|
|
|
|
|
|
<spacer proportion="1"/>
|
|
|
|
<button id="close" text="Close" align="center"/>
|
|
</div>
|
|
|
|
</stkgui>
|