summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/demon.lay
blob: f3c99429057f504bea5f8d6ec6bb2bcefb04a5ed (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="400" bottom="300" />
			<color red="0.0" green="0.25" blue="1.0" />
		</rect>
		<rect>
			<bounds left="0" top="0" right="400" bottom="22" />
			<color red="1.0" green="0.25" blue="0.0" />
		</rect>
		<rect>
			<bounds left="115" top="50" right="149" bottom="118" />
			<color red="1.0" green="1.0" blue="0.0" />
		</rect>
		<rect>
			<bounds left="154" top="178" right="243" bottom="215" />
			<color red="1.0" green="1.0" blue="0.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>