blob: 6c9acae35e2cde04c0cadf5273523b0d1eaaf43b (
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" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="570"
label="Things"
layout="topleft"
min_height="350"
min_width="240"
name="objects panel"
width="333">
<panel
follows="all"
layout="topleft"
left="0"
name="sidepanel__inventory_panel"
top="0"
label=""
height="570"
visible="true"
width="330">
<panel
class="panel_main_inventory"
filename="panel_main_inventory.xml"
follows="all"
layout="topleft"
left="0"
name="panel_main_inventory"
top="0"
label=""
height="545"
width="330" />
<panel
height="25"
layout="topleft"
name="button_panel"
left="9"
top_pad="-2"
width="313">
<button
enabled="true"
follows="bottom|left"
height="23"
label="Profile"
layout="topleft"
left="0"
name="info_btn"
tool_tip="Show object profile"
top="0"
width="102" />
<button
enabled="true"
follows="bottom|left"
height="23"
label="Share"
layout="topleft"
left="105"
name="share_btn"
tool_tip="Share an inventory item"
top="0"
width="102" />
<button
enabled="true"
follows="bottom|left"
height="23"
label="Shop"
layout="topleft"
left="210"
name="shop_btn"
tool_tip="Open Marketplace webpage"
top="0"
width="102" />
<button
enabled="false"
follows="bottom|left"
height="23"
label="Wear"
layout="topleft"
left="210"
name="wear_btn"
tool_tip="Wear seleceted outfit"
top="0"
width="102" />
<button
enabled="false"
follows="bottom|left"
height="23"
label="Play"
layout="topleft"
name="play_btn"
left="210"
top="0"
width="102" />
<button
enabled="false"
follows="bottom|left"
height="23"
label="Teleport"
layout="topleft"
left="210"
name="teleport_btn"
tool_tip="Teleport to the selected area"
top="0"
width="102" />
</panel>
</panel>
<panel
follows="all"
layout="topleft"
left="0"
class="sidepanel_item_info"
filename="sidepanel_item_info.xml"
name="sidepanel__item_panel"
top="0"
label=""
height="570"
visible="false"
width="330">
</panel>
<panel
follows="all"
layout="topleft"
left="0"
class="sidepanel_task_info"
filename="sidepanel_task_info.xml"
name="sidepanel__task_panel"
top="0"
label=""
height="570"
visible="false"
width="330">
</panel>
</panel>
|