blob: 5093c52129d53e7c6f7932a8bacc26e4b83da188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="top|left"
height="320"
help_topic="panel_region_terrain_tab"
label="Terrain"
layout="topleft"
left="0"
name="Terrain"
top="320"
width="480">
<text
follows="left|top"
font="SansSerif"
height="20"
layout="topleft"
left="10"
name="region_text_lbl"
top="10"
width="100">
Region:
</text>
<text
follows="left|top"
font="SansSerif"
height="20"
layout="topleft"
left_delta="50"
name="region_text"
top_delta="0"
width="400">
unknown
</text>
<spinner
follows="left|top"
height="20"
label="Water Height"
label_width="120"
layout="topleft"
left="15"
max_val="100"
name="water_height_spin"
top="40"
width="180" />
<spinner
follows="left|top"
height="20"
increment="0.2"
label="Terrain Raise Limit"
label_width="120"
layout="topleft"
left="15"
max_val="100"
name="terrain_raise_spin"
top="60"
width="180" />
<spinner
follows="left|top"
height="20"
increment="0.2"
label="Terrain Lower Limit"
label_width="120"
layout="topleft"
left="15"
max_val="0"
min_val="-100"
name="terrain_lower_spin"
top="80"
width="180" />
<check_box
height="20"
label="Use Estate Sun"
layout="topleft"
left="250"
name="use_estate_sun_check"
top="35"
width="100" />
<check_box
height="20"
label="Fixed Sun"
layout="topleft"
left="250"
name="fixed_sun_check"
top="55"
width="100" />
<icon
height="20"
image_name="icon_day_cycle.tga"
layout="topleft"
left="285"
name="daycycle"
top="80"
width="165" />
<slider
follows="left|top"
height="20"
increment="0.001"
label="Phase"
layout="topleft"
left="250"
max_val="30"
min_val="6"
name="sun_hour_slider"
show_text="false"
top="105"
width="200" />
<button
enabled="false"
follows="left|top"
height="20"
label="Apply"
layout="topleft"
left="350"
name="apply_btn"
top="135"
width="90" />
<view_border
bevel_style="none"
follows="top|left"
height="130"
layout="topleft"
left="8"
top="30"
width="460" />
<button
follows="left|top"
height="20"
label="Download RAW terrain..."
layout="topleft"
left_delta="2"
name="download_raw_btn"
tool_tip="Available only to estate owners, not managers"
top_pad="60"
width="170" />
<button
follows="left|top"
height="20"
label="Upload RAW terrain..."
layout="topleft"
left="10"
name="upload_raw_btn"
tool_tip="Available only to estate owners, not managers"
top="243"
width="170" />
<button
follows="left|top"
height="20"
label="Bake Terrain"
layout="topleft"
left="10"
name="bake_terrain_btn"
tool_tip="Set current terrain as mid-point for raise/lower limits"
top="283"
width="100" />
</panel>
|