summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/gunchamp.lay
blob: 58b33b5d092b5a028ff93c0c710e87c4154e8a46 (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
<?xml version="1.0"?>
<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>
		<overlay element="overlay">
			<bounds left="0" top="0" right="4" bottom="3" />
		</overlay>
	</view>
</mamelayout>