blob: 81652bdfd9c5032d3392a131883d9944ca7f278f (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="overlay">
<rect>
<bounds left="0" top="0" right="72" bottom="208" />
<color red="0.25" green="0.25" blue="0.75" />
</rect>
<rect>
<bounds left="72" top="0" right="188" bottom="208" />
<color red="0.941" green="0.941" blue="0.188" />
</rect>
<rect>
<bounds left="188" top="0" right="256" bottom="208" />
<color red="0.741" green="0.608" blue="0.075" />
</rect>
</element>
<view name="Color Overlay">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
<element ref="overlay" blend="multiply">
<bounds left="0" top="0" right="4" bottom="3" />
</element>
</view>
</mamelayout>
|