summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/gunchamps.lay
blob: 92c90630f47f86de347b92dec061f17230d0e4ca (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 gunchamp, 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="57" right="400" bottom="300" />
			<color red="1.0" green="0.29" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="59" right="400" bottom="300" />
			<color red="1.0" green="0.43" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="61" right="400" bottom="300" />
			<color red="1.0" green="0.57" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="63" right="400" bottom="300" />
			<color red="1.0" green="0.71" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="65" right="400" bottom="300" />
			<color red="1.0" green="0.85" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="67" right="400" bottom="300" />
			<color red="1.0" green="1.0" blue="0.15" />
		</rect>

		<rect>
			<bounds left="0" top="171" right="400" bottom="300" />
			<color red="0.85" green="0.85" blue="0.29" />
		</rect>
		<rect>
			<bounds left="0" top="173" right="400" bottom="300" />
			<color red="0.71" green="0.71" blue="0.43" />
		</rect>
		<rect>
			<bounds left="0" top="175" right="400" bottom="300" />
			<color red="0.57" green="0.57" blue="0.57" />
		</rect>
		<rect>
			<bounds left="0" top="177" right="400" bottom="300" />
			<color red="0.43" green="0.43" blue="0.71" />
		</rect>
		<rect>
			<bounds left="0" top="179" right="400" bottom="300" />
			<color red="0.29" green="0.29" blue="0.85" />
		</rect>
		<rect>
			<bounds left="0" top="181" 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>