blob: eb8c571ae1504fd1d43d0645b3c1bf3ae8ef7812 (
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="127" bottom="23" />
<color red="1" green="1" blue="0.60" />
</rect>
<rect>
<bounds left="0" top="24" right="127" bottom="82" />
<color red="0.25" green="1" blue="0.65" />
</rect>
<rect>
<bounds left="0" top="83" right="127" bottom="127" />
<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>
|