blob: 041297a542fead2d38855d796af1cb12b70874a0 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
label="Appearance"
layout="topleft"
min_height="350"
min_width="240"
name="appearance panel"
width="333">
<string
name="looks_tab_title"
value="Outfits" />
<panel
left="5" width="320" height="55"
background_visible="true"
background_opaque="false"
bg_alpha_color="0.2 0.2 0.2 1.0"
name="panel_currentlook"
follows="left|top|right">
<text
top="-5" width="200" left="5" height="10" follows="left|right|top"
font="SansSerif" text_color="LtGray" word_wrap="true"
mouse_opaque="false" name="currentlook_title">
Current Outfit
</text>
<text
top="-30" left="8" height="10" follows="left|right|top"
font="SansSerifBold" text_color="white" word_wrap="true"
mouse_opaque="false" name="currentlook_name" >
MyOutfit
</text>
<button
follows="left|right|top"
font="SansSerif"
top="28" right="-105" width="60" height="20"
layout="topleft"
label="Edit"
name="editappearance_btn"/>
</panel>
<filter_editor
follows="left|top|right"
font="SansSerif"
label="Filter"
layout="topleft"
left="15"
width="313"
height="20"
name="Filter" />
<panel
class="panel_outfits_inventory"
filename="panel_outfits_inventory.xml"
name="panel_outfits_inventory"
follows="all"
height="271"
halign="center"
layout="topleft"
left="10"
top_pad="19"
width="313" />
<button
follows="bottom|left"
font="SansSerifSmall"
height="25"
label="Wear"
layout="topleft"
left="10"
name="wear_btn"
top_pad="0"
width="80" />
<button
follows="bottom|left"
font="SansSerifSmall"
height="25"
label="New Outfit"
layout="topleft"
left_pad="0"
name="newlook_btn"
top_delta="0"
width="90" />
<panel
class="panel_look_info"
filename="panel_look_info.xml"
follows="all"
layout="topleft"
left="0"
name="panel_look_info"
top="-200"
visible="false" />
<panel
class="panel_edit_wearable"
filename="panel_edit_wearable.xml"
follows="all"
layout="topleft"
left="0"
name="panel_edit_wearable"
top="-200"
visible="false"
width="333" />
</panel>
|