blob: 79131d3a125ecbed2c63cd0190a9611764547112 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="overlay">
<rect>
<bounds left="0" top="0.125" right="1" bottom="0.875" />
<color red="0.0" green="0.25" blue="1.0" />
</rect>
<disk>
<bounds left="0.3775" top="0.3775" right="0.6225" bottom="0.6225" />
<color red="1.0" green="0.125" blue="0.125" />
</disk>
<disk>
<bounds left="0.4050" top="0.4050" right="0.5950" bottom="0.5950" />
<color red="1.0" green="0.5" blue="0.0625" />
</disk>
<disk>
<bounds left="0.4275" top="0.4275" right="0.5725" bottom="0.5725" />
<color red="1.0" green="1.0" blue="0.125" />
</disk>
</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>
|