blob: 8f8b6be4920c2111d43ea069867003595abecc20 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="overlay">
<!-- backdrop -->
<rect>
<color red="1.0" green="0.15" blue="0.15" />
<bounds x="0" y="0" width="500" height="300" />
</rect>
<!-- gradient -->
<disk>
<color red="1.0" green="0.29" blue="0.15" />
<bounds x="0" y="66" width="500" height="170" />
</disk>
<disk>
<color red="1.0" green="0.43" blue="0.15" />
<bounds x="0" y="68" width="500" height="170" />
</disk>
<disk>
<color red="1.0" green="0.57" blue="0.15" />
<bounds x="0" y="70" width="500" height="170" />
</disk>
<disk>
<color red="1.0" green="0.71" blue="0.15" />
<bounds x="0" y="72" width="500" height="170" />
</disk>
<disk>
<color red="1.0" green="0.85" blue="0.15" />
<bounds x="0" y="74" width="500" height="170" />
</disk>
<disk>
<color red="1.0" green="1.0" blue="0.15" />
<bounds x="0" y="76" width="500" height="170" />
</disk>
<!-- ground -->
<!-- note: obviously missing the destroyed city skyline here, -->
<!-- you'd need external artwork for that -->
<rect>
<color red="1.0" green="1.0" blue="0.15" />
<bounds left="0" top="166" right="500" bottom="300" />
</rect>
<rect>
<color red="1.0" green="0.3" blue="0.5" />
<bounds left="0" top="223" right="500" bottom="300" />
</rect>
</element>
<view name="Color Overlay">
<bounds left="0" top="0" right="400" bottom="300" />
<screen index="0">
<bounds left="0" top="0" right="400" bottom="300" />
</screen>
<element ref="overlay" blend="multiply">
<bounds x="-50" y="0" width="500" height="300" />
</element>
</view>
</mamelayout>
|