1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <stkgui >
3
+ <div x =" 2%" y =" 2%" width =" 96%" height =" 96%" layout =" vertical-row" >
4
+ <header id =" title" width =" 100%" height =" fit" text_align =" center" word_wrap =" true" text =" Camera Settings" />
5
+ <spacer width =" 100%" height =" 3%" />
6
+ <div width =" 100%" height =" 91%" layout =" vertical-row" >
7
+
8
+ <label id =" camera_name" width =" 100%" I18N =" In the ui/camera settings" text =" Player camera" />
9
+ <spacer width =" 5" height =" 1%" />
10
+
11
+ <div width =" 100%" height =" fit" layout =" horizontal-row" >
12
+ <spacer width =" 3%" height =" 100%" />
13
+ <div proportion =" 1" height =" fit" layout =" horizontal-row" >
14
+ <label width =" 35%" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" FOV" />
15
+ <gauge id =" fov" proportion =" 1" />
16
+ </div >
17
+ </div >
18
+
19
+ <spacer height =" 2%" width =" 100%" />
20
+
21
+ <div width =" 100%" height =" fit" layout =" horizontal-row" >
22
+ <spacer width =" 3%" height =" 100%" />
23
+ <div proportion =" 1" height =" fit" layout =" horizontal-row" >
24
+ <label width =" 35%" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Distance" />
25
+ <gauge id =" camera_distance" proportion =" 1" />
26
+ </div >
27
+ </div >
28
+
29
+ <spacer height =" 2%" width =" 100%" />
30
+
31
+
32
+ <div width =" 100%" height =" fit" layout =" horizontal-row" >
33
+ <spacer width =" 3%" height =" 100%" />
34
+ <div proportion =" 1" height =" fit" layout =" horizontal-row" >
35
+ <label width =" 35%" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Angle" />
36
+ <gauge id =" camera_angle" proportion =" 1" />
37
+ </div >
38
+ </div >
39
+
40
+ <spacer height =" 2%" width =" 100%" />
41
+
42
+ <label width =" 100%" I18N =" In the ui/camera settings" text =" Smooth camera" />
43
+ <spacer height =" 1%" width =" 100%" />
44
+ <div width =" 100%" height =" fit" layout =" horizontal-row" >
45
+ <spacer width =" 3%" height =" 100%" />
46
+ <label width =" fit" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Distance" />
47
+ <gauge id =" smooth_position" width =" 35%" />
48
+ <spacer width =" 2%" height =" 100%" />
49
+ <label width =" fit" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Angle" />
50
+ <gauge id =" smooth_rotation" width =" 35%" />
51
+ </div >
52
+
53
+ <spacer width =" 5" height =" 2%" />
54
+
55
+ <label width =" 100%" I18N =" In the ui/camera settings" text =" Backward camera" />
56
+ <spacer height =" 1%" width =" 100%" />
57
+ <div width =" 100%" height =" fit" layout =" horizontal-row" >
58
+ <spacer width =" 3%" height =" 100%" />
59
+ <label width =" fit" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Distance" />
60
+ <gauge id =" backward_camera_distance" width =" 35%" />
61
+ <spacer width =" 2%" height =" 100%" />
62
+ <label width =" fit" height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Angle" />
63
+ <gauge id =" backward_camera_angle" width =" 35%" />
64
+ </div >
65
+
66
+ <spacer height =" 2%" width =" 100%" />
67
+
68
+ <div width =" 100%" height =" fit" layout =" horizontal-row" >
69
+ <spacer width =" 3%" height =" 100%" />
70
+ <div proportion =" 1" height =" fit" layout =" horizontal-row" >
71
+ <checkbox id =" use_soccer_camera" />
72
+ <spacer width =" 1%" height =" 100%" />
73
+ <label height =" 100%" text_align =" left" I18N =" In the ui/camera screen" text =" Follow ball in soccer mode" />
74
+ </div >
75
+ </div >
76
+
77
+ <spacer proportion =" 1" width =" 100%" />
78
+
79
+ <buttonbar id =" buttons" height =" 20%" width =" 90%" align =" center" >
80
+ <icon-button id =" reset" width =" 128" height =" 128" icon =" gui/icons/restart.png"
81
+ I18N =" In the ui/camera screen" text =" Reset" align =" center" />
82
+ <icon-button id =" cancel" width =" 128" height =" 128" icon =" gui/icons/red_x.png"
83
+ I18N =" In the ui/camera screen" text =" Cancel" align =" center" />
84
+ <icon-button id =" apply" width =" 128" height =" 128" icon =" gui/icons/green_check.png"
85
+ I18N =" In the ui/camera screen" text =" Apply" align =" center" />
86
+ </buttonbar >
87
+ </div >
88
+ </div >
89
+ </stkgui >
0 commit comments