blob: 6cc6aa1b2d4408be2e08ba4749040da5f20b1ab7 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="overlay">
<rect>
<bounds left="0" top="0" right="224" bottom="27.5" />
<color red="1" green="1" blue="0.125" />
</rect>
<rect>
<bounds left="0" top="27.5" right="224" bottom="52" />
<color red="0.5" green="1" blue="0" />
</rect>
<rect>
<bounds left="0" top="52" right="224" bottom="75" />
<color red="0" green="1" blue="0.5" />
</rect>
<rect>
<bounds left="0" top="75" right="224" bottom="121" />
<color red="0.125" green="1" blue="1" />
</rect>
<rect>
<bounds left="0" top="121" right="224" bottom="144" />
<color red="0" green="1" blue="0.5" />
</rect>
<rect>
<bounds left="0" top="144" right="224" bottom="167" />
<color red="0.125" green="1" blue="0.125" />
</rect>
<rect>
<bounds left="0" top="167" right="224" bottom="190" />
<color red="0.5" green="1" blue="0" />
</rect>
<rect>
<bounds left="0" top="190" right="224" bottom="213" />
<color red="1" green="1" blue="0.125" />
</rect>
<rect>
<bounds left="0" top="213" right="224" bottom="236" />
<color red="1" green="0.5" blue="0" />
</rect>
<rect>
<bounds left="0" top="236" right="224" bottom="260" />
<color red="1" green="0.125" blue="0.125" />
</rect>
</element>
<view name="Color Overlay">
<screen index="0">
<bounds left="0" top="0" right="3" bottom="4" />
</screen>
<element ref="overlay" blend="multiply">
<bounds left="0" top="0" right="3" bottom="4" />
</element>
</view>
</mamelayout>
|