blob: 434f2a23964cf62836e23f48f9af3a135110f15f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="18"
can_minimize="false"
can_resize="true"
height="330"
layout="topleft"
min_height="330"
min_width="225"
name="settings picker"
help_topic="settings_picker"
title="PICK: SETTINGS"
width="225">
<!-- top static -->
<floater.string
name="pick title">
Pick:
</floater.string>
<floater.string
name="pick_track">
SELECT TRACK
</floater.string>
<floater.string
name="pick_settings">
SELECT SETTINGS
</floater.string>
<floater.string
name="track_water">
Water
</floater.string>
<floater.string
name="track_ground">
Ground
</floater.string>
<floater.string
name="track_sky">
Sky[NUM]
</floater.string>
<layout_stack name="test_stack"
follows="all"
animate="false"
top="20"
left="6"
right="-6"
bottom="-10"
orientation="vertical">
<layout_panel name="inv_list"
border="false"
auto_resize="true"
user_resize="false"
height="29"
min_height="29"
bg_alpha_color="blue"
background_visible="false">
<filter_editor
follows="left|top|right"
height="23"
label="Filter Settings"
layout="topleft"
left="4"
name="flt_inventory_search"
top="4"
right="-2" />
<panel
name="pnl_inv_wrap"
follows="all"
layout="topleft"
left="2"
top="28"
right="-2"
bottom="-2"
background_visible="true"
bg_alpha_color="DkGray2">
<asset_filtered_inv_panel
allow_multi_select="false"
allow_drag="false"
accepts_drag_and_drop="false"
suppress_folder_menu="true"
bg_visible="true"
bg_alpha_color="DkGray2"
border="false"
follows="all"
layout="topleft"
left_delta="0"
name="pnl_inventory"
top="1"
right="-4"
bottom="-1"
filter_asset_types="settings" />
</panel>
</layout_panel>
<layout_panel name="pnl_combo"
border="false"
auto_resize="false"
user_resize="false"
visible="true"
height="29"
bg_alpha_color="blue"
background_visible="false">
<combo_box
allow_text_entry="false"
follows="left|top"
height="23"
left="10"
max_chars="100"
mouse_opaque="true"
name="track_selection"
enabled="false"
top="1"
width="190"/>
</layout_panel>
<layout_panel name="temp"
border="false"
auto_resize="false"
user_resize="false"
height="29"
min_height="29">
<button
follows="top|left"
height="20"
label="OK"
label_selected="OK"
layout="topleft"
left="2"
top="2"
name="btn_select"
width="100" />
<button
follows="top|left"
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_delta="110"
top_delta="0"
name="btn_cancel"
width="100" />
</layout_panel>
</layout_stack>
<!-- middle: inventory mode -->
<!--
-->
<!-- bottom static -->
<!--
-->
</floater>
|