blob: 5b8785b7414a676a518f20f8e7b76232d6b4f4e8 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="overlay">
<!-- same as gunchamps, except for y-offset -->
<rect>
<bounds left="0" top="0" right="400" bottom="300" />
<color red="1.0" green="0.15" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="36" right="400" bottom="300" />
<color red="1.0" green="0.29" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="38" right="400" bottom="300" />
<color red="1.0" green="0.43" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="40" right="400" bottom="300" />
<color red="1.0" green="0.57" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="42" right="400" bottom="300" />
<color red="1.0" green="0.71" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="44" right="400" bottom="300" />
<color red="1.0" green="0.85" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="46" right="400" bottom="300" />
<color red="1.0" green="1.0" blue="0.15" />
</rect>
<rect>
<bounds left="0" top="165" right="400" bottom="300" />
<color red="0.85" green="0.85" blue="0.29" />
</rect>
<rect>
<bounds left="0" top="167" right="400" bottom="300" />
<color red="0.71" green="0.71" blue="0.43" />
</rect>
<rect>
<bounds left="0" top="169" right="400" bottom="300" />
<color red="0.57" green="0.57" blue="0.57" />
</rect>
<rect>
<bounds left="0" top="171" right="400" bottom="300" />
<color red="0.43" green="0.43" blue="0.71" />
</rect>
<rect>
<bounds left="0" top="173" right="400" bottom="300" />
<color red="0.29" green="0.29" blue="0.85" />
</rect>
<rect>
<bounds left="0" top="175" right="400" bottom="300" />
<color red="0.15" green="0.15" blue="1.0" />
</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>
|