summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/lazercmd.lay
blob: a3293291f49efefdfe13d03c5a02e44e57652550 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="16" bottom="1" />
			<color red="0.2" green="1" blue="0.1" />
		</rect>
		<rect>
			<bounds left="16" top="0" right="32" bottom="1" />
			<color red="1" green="0.8" blue="0.1" />
		</rect>
		<rect>
			<bounds left="0" top="1" right="16" bottom="22" />
			<color red="1" green="0.8" blue="0.1" />
		</rect>
		<rect>
			<bounds left="16" top="1" right="32" bottom="22" />
			<color red="0.2" green="1" blue="0.1" />
		</rect>
		<rect>
			<bounds left="0" top="22" right="16" bottom="23" />
			<color red="0.2" green="1" blue="0.1" />
		</rect>
		<rect>
			<bounds left="16" top="22" right="32" bottom="23" />
			<color red="1" green="0.8" blue="0.1" />
		</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>