summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/spacwalk.lay
blob: 713b7f81d028856b1d8e3b2856c3d82e764d0e57 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
authors:hap
-->
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="260" bottom="224" />
			<color red="1" green="1" blue="1" />
		</rect>

		<rect>
			<bounds left="0" top="158" right="131" bottom="181" />
			<color red="0.2" green="0.5" blue="1" />
		</rect>
		<rect>
			<bounds left="131" top="158" right="260" bottom="181" />
			<color red="0" green="0.9" blue="0.5" />
		</rect>

		<rect>
			<bounds left="0" top="181" right="131" bottom="207" />
			<color red="0" green="0.9" blue="0.5" />
		</rect>
		<rect>
			<bounds left="131" top="181" right="260" bottom="207" />
			<color red="0.2" green="0.5" blue="1" />
		</rect>

		<rect>
			<bounds left="0" top="207" right="47" bottom="224" />
			<color red="0.2" green="0.5" blue="1" />
		</rect>
		<rect>
			<bounds left="47" top="207" right="122" bottom="224" />
			<color red="1" green="1" blue="0.25" />
		</rect>
		<rect>
			<bounds left="122" top="207" right="141" bottom="224" />
			<color red="1" green="0.2" blue="0.15" />
		</rect>
		<rect>
			<bounds left="141" top="207" right="218" bottom="224" />
			<color red="1" green="1" blue="0.25" />
		</rect>
		<rect>
			<bounds left="218" top="207" right="260" bottom="224" />
			<color red="0" green="0.9" blue="0.5" />
		</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>