summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/quizshow.lay
blob: bab1368c423e4863ff8429b0bbc3ee447c831139 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="256" bottom="240" />
			<color red="1" green="1" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="32" right="256" bottom="64" />
			<color red="1" green="0.3" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="64" right="256" bottom="112" />
			<color red="0.125" green="1" blue="0.44" />
		</rect>
		<rect>
			<bounds left="0" top="112" right="256" bottom="144" />
			<color red="1" green="0.66" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="144" right="256" bottom="176" />
			<color red="0.125" green="0.66" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="176" right="256" bottom="208" />
			<color red="0.66" green="0.25" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="208" right="256" bottom="240" />
			<color red="1" green="1" blue="0.33" />
		</rect>
	</element>

	<view name="Color Overlay">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
		<overlay name="overlay" element="overlay">
			<bounds left="0" top="0" right="4" bottom="3" />
		</overlay>
	</view>
</mamelayout>