blob: 487da54fdf293d516bef211ae23c3f6563847c38 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<panel
border="true"
follows="all"
height="408"
label="Uploads"
layout="topleft"
left="102"
name="uploads"
top="1"
width="517">
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="33"
name="title"
top_pad="10"
width="250">
Current destination folders for uploads
</text>
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="37"
name="title_models"
top_pad="17"
width="100">
Images
</text>
<text
type="string"
use_ellipses="true"
follows="left|top"
height="23"
layout="topleft"
font.style="BOLD"
left="37"
name="upload_textures"
top_pad="5"
width="350" />
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="37"
name="title_sounds"
top_pad="7"
width="100">
Sounds
</text>
<text
type="string"
use_ellipses="true"
follows="left|top"
height="23"
layout="topleft"
font.style="BOLD"
left="37"
name="upload_sounds"
top_pad="5"
width="350" />
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="37"
name="title_animation"
top_pad="7"
width="100">
Animations
</text>
<text
type="string"
use_ellipses="true"
follows="left|top"
height="23"
layout="topleft"
font.style="BOLD"
left="37"
name="upload_animation"
top_pad="5"
width="350" />
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="37"
name="title_animation"
top_pad="7"
width="100">
Models
</text>
<text
type="string"
use_ellipses="true"
follows="left|top"
height="23"
layout="topleft"
font.style="BOLD"
left="37"
name="upload_models"
top_pad="5"
width="350" />
<text
type="string"
length="1"
follows="left|top"
height="30"
layout="topleft"
font.style="ITALIC"
left="33"
name="upload_help"
top_pad="6"
width="387">
To change a destination folder, right click on it in inventory and choose
"Use as default for"
</text>
</panel>
|