2011-12-22 17:07:10 -05:00
|
|
|
<stkgui>
|
|
|
|
|
|
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
|
|
|
|
|
|
|
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true" text="Graphics Settings" />
|
|
|
|
|
|
|
|
<spacer height="25" 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="5" 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="5" width="10" />
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
2012-04-25 11:44:17 -04:00
|
|
|
<label text="Animated Characters" I18N="Video settings" width="40%"/>
|
2011-12-22 17:07:10 -05:00
|
|
|
<spacer width="10" height="10"/>
|
2012-04-25 11:44:17 -04:00
|
|
|
<gauge id="steering_animations" min_value="0" max_value="2" width="50%" />
|
2011-12-22 17:07:10 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="5" width="10" />
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
2012-04-25 11:44:17 -04:00
|
|
|
<label text="Texture filtering" I18N="Video settings" width="40%"/>
|
2011-12-22 17:07:10 -05:00
|
|
|
<spacer width="10" height="10"/>
|
2011-12-27 14:49:03 -05:00
|
|
|
<gauge id="filtering" min_value="0" max_value="5" width="50%" />
|
2011-12-22 17:07:10 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="5" width="10" />
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
2012-04-25 11:44:17 -04:00
|
|
|
<label text="Anti-aliasing (requires restart)" I18N="Video settings" width="40%" />
|
2011-12-22 17:07:10 -05:00
|
|
|
<spacer width="10" height="10"/>
|
2012-04-25 11:44:17 -04:00
|
|
|
<gauge id="antialiasing" min_value="0" max_value="3" width="50%"/>
|
2011-12-22 17:07:10 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="5" width="10" />
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<checkbox id="postprocessing"/>
|
|
|
|
<spacer width="10" height="10"/>
|
|
|
|
<label text="Post-processing (motion blur)" I18N="Video settings"/>
|
|
|
|
</div>
|
|
|
|
|
2011-12-25 15:22:37 -05:00
|
|
|
<spacer height="5" width="10" />
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" height="fit">
|
|
|
|
<checkbox id="pixelshaders"/>
|
|
|
|
<spacer width="10" height="10"/>
|
|
|
|
<label text="Pixel Shaders" I18N="Video settings"/>
|
|
|
|
</div>
|
|
|
|
|
2011-12-22 17:07:10 -05:00
|
|
|
<spacer proportion="1"/>
|
|
|
|
|
|
|
|
<button id="close" text="Close" align="center"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</stkgui>
|