blob: c6ed2457f1c37ab1302e354689d51f06ba3001fc (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Tekstury Gruntu" name="Textures">
<text name="region_text_lbl">
Region:
</text>
<text name="region_text">
brak danych
</text>
<text name="detail_texture_text">
Tekstury terenu (24-bitowe 512x512 pliki .tga wymagane)
</text>
<text name="height_text_lbl">
1 (Dół)
</text>
<text name="height_text_lbl2">
2
</text>
<text name="height_text_lbl3">
3
</text>
<text name="height_text_lbl4">
4 (Góra)
</text>
<text name="height_text_lbl5">
Zakres poziomów dla tekstury
</text>
<text name="height_text_lbl6">
Północny-Zachód
</text>
<text name="height_text_lbl7">
Północny-Wschód
</text>
<text name="height_text_lbl8">
Południowy-Zachód
</text>
<text name="height_text_lbl9">
Południowy-Wschód
</text>
<spinner label="Dół" name="height_start_spin_0"/>
<spinner label="Dół" name="height_start_spin_1"/>
<spinner label="Dół" name="height_start_spin_2"/>
<spinner label="Dół" name="height_start_spin_3"/>
<spinner label="Góra" name="height_range_spin_0"/>
<spinner label="Góra" name="height_range_spin_1"/>
<spinner label="Góra" name="height_range_spin_2"/>
<spinner label="Góra" name="height_range_spin_3"/>
<text name="height_text_lbl10">
Wartości reprezentują zakresy zlewania powyższych tekstur.
</text>
<text name="height_text_lbl11">
Wartość DÓŁ, wyrażona w metrach, to MAKSYMALNY poziom dla tekstury #1, a wartość GÓRA to MINIMALNY poziom dla tekstury #4.
</text>
<text name="height_text_lbl12">
a wartość GÓRA to MINIMALNY poziom dla tekstury #4.
</text>
<button label="Zastosuj" name="apply_btn"/>
</panel>
|