2020-07-09 23:39:19 -04:00
|
|
|
<?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%" />
|
2020-07-10 01:07:27 -04:00
|
|
|
<label height="100%" text_align="left" I18N="In the ui/camera screen" text="Smooth camera"/>
|
2020-07-09 23:39:19 -04:00
|
|
|
</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>
|
|
|
|
|
2020-12-23 22:39:30 -05:00
|
|
|
<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>
|
|
|
|
|
2020-12-24 00:23:27 -05:00
|
|
|
<spacer height="4%" width="100%" />
|
|
|
|
|
|
|
|
<div layout="horizontal-row" width="100%" proportion="1">
|
|
|
|
<spacer width="25%" height="100%" />
|
|
|
|
<div layout="horizontal-row" proportion="1" height="fit">
|
|
|
|
<button id="close" text="Apply" align="center"/>
|
|
|
|
</div>
|
|
|
|
<div layout="horizontal-row" proportion="1" height="fit">
|
|
|
|
<button id="reset" text="Reset" align="center"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-07-09 23:39:19 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</stkgui>
|