84 lines
3.6 KiB
XML
84 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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="Camera Settings" />
|
|
<spacer width="100%" height="3%"/>
|
|
<div width="100%" height="91%" layout="vertical-row" >
|
|
|
|
<label width="100%" I18N="In the ui/camera settings" text="Player camera"/>
|
|
<spacer width="5" height="1%"/>
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<spacer width="3%" height="100%" />
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<label width="20%" height="100%" I18N="In the ui/camera screen" text="FOV"/>
|
|
<gauge id="fov" proportion="1"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="2%" width="100%" />
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<spacer width="3%" height="100%" />
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<label width="20%" height="100%" text_align="left" I18N="In the ui/camera screen" text="Distance"/>
|
|
<gauge id="camera_distance" proportion="1"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="2%" width="100%" />
|
|
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<spacer width="3%" height="100%" />
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<label width="20%" height="100%" text_align="left" I18N="In the ui/camera screen" text="Angle"/>
|
|
<gauge id="camera_angle" proportion="1"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="2%" width="100%" />
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<spacer width="3%" height="100%" />
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<checkbox id="camera_smoothing"/>
|
|
<spacer width="1%" height="100%" />
|
|
<label height="100%" text_align="left" I18N="In the ui/camera screen" text="Smooth camera"/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<spacer width="5" height="2%"/>
|
|
<label width="100%" I18N="In the ui/camera settings" text="Backward camera"/>
|
|
<spacer width="5" height="1%"/>
|
|
|
|
<spacer height="2%" width="100%" />
|
|
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<spacer width="3%" height="100%" />
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<label width="20%" height="100%" text_align="left" I18N="In the ui/camera screen" text="Angle"/>
|
|
<gauge id="backward_camera_angle" proportion="1"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="2%" width="100%" />
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<spacer width="3%" height="100%" />
|
|
<div proportion="1" height="fit" layout="horizontal-row" >
|
|
<checkbox id="use_soccer_camera"/>
|
|
<spacer width="1%" height="100%" />
|
|
<label height="100%" text_align="left" I18N="In the ui/camera screen" text="Follow ball in soccer mode"/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer width="100%" height="2%"/>
|
|
<button id="close" text="Apply" align="center"/>
|
|
<spacer width="100%" height="1%"/>
|
|
</div>
|
|
</div>
|
|
</stkgui>
|