blob: 76a8d7a4a38c0b86dab08d082165d1f8c2602802 (
plain) (
blame)
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
|
<elements>
<bitmap id="about.bg" file="about/about_bg.png"/>
<bitmap id="about.fg" file="about/about_fg.png"/>
<bitmap id="about.winampbolt" file="about/about_bolt.png"/>
<bitmap id="about.starani" file="about/about_star.png"/>
<bitmap id="about.eye" file="about/eye.png"/>
<color id="font.about.color1" value="255,225,155" gammagroup=""/>
<color id="font.about.color2" value="255,255,255" gammagroup=""/>
</elements>
<groupdef id="skin.about.group" w="0" h="0" relatw="1" relath="1" rectrgn="1">
<rect fitparent="1" color="110,119,134" filled="1" />
<layer
x="0" y="0"
w="0" relatw="1"
h="321"
image="about.bg"
/>
<layer
x="0" y="0"
w="371"
h="321"
image="about.fg"
/>
<layer
id="about.bolt"
x="153" y="149"
w="56"
h="56"
image="about.winampbolt"
/>
<layer
id="about.eye1"
x="186" y="78"
w="3"
h="4"
image="about.eye"
/>
<layer
id="about.eye2"
x="197" y="79"
w="3"
h="4"
image="about.eye"
/>
<AnimatedLayer
x="-75" y="-70"
w="68" h="70"
id="about.star1"
image="about.starani"
autoplay="0"
autoreplay="0"
/>
<AnimatedLayer
x="-75" y="-70"
w="68" h="70"
id="about.star2"
image="about.starani"
autoplay="0"
autoreplay="0"
/>
<AnimatedLayer
x="-75" y="-70"
w="68" h="70"
id="about.star3"
image="about.starani"
autoplay="0"
autoreplay="0"
/>
<AnimatedLayer
x="-75" y="-70"
w="68" h="70"
id="about.star4"
image="about.starani"
autoplay="0"
autoreplay="0"
/>
<text
id="about.text1b"
color="font.about.color1"
x="10" y="13"
w="351"
h="20"
valign="top"
align="center"
fontsize="13"
font="Arial"
bold="1"
default=""
/>
<text
id="about.text2b"
color="font.about.color1"
x="10" y="13"
w="351"
h="20"
valign="top"
align="center"
fontsize="13"
font="Arial"
bold="1"
default=""
/>
<text
id="about.text1"
color="font.about.color2"
x="10" y="27"
w="351"
h="30"
valign="top"
align="center"
fontsize="17"
font="Arial"
default=""
/>
<text
id="about.text2"
color="font.about.color2"
x="10" y="27"
w="351"
h="30"
valign="top"
align="center"
fontsize="17"
font="Arial"
default=""
/>
<guiobject fitparent="1" />
<script file="about/about.maki"/>
</groupdef>
|