summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/navarone.lay
blob: aa791046085ac2ecb6717de92749adbb9727b85e (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="224" bottom="272" />
			<color red="0.2" green="0.9" blue="1" />
		</rect>

		<rect>
			<bounds left="22" top="33" right="202" bottom="238" />
			<color red="0.2" green="1" blue="0.2" />
		</rect>
		<rect>
			<bounds left="22" top="23" right="25" bottom="247" />
			<color red="0.2" green="1.0" blue="0.2" />
		</rect>
		<rect>
			<bounds left="199" top="23" right="202" bottom="247" />
			<color red="0.2" green="1.0" blue="0.2" />
		</rect>

		<rect>
			<bounds left="97" top="97" right="127" bottom="127" />
			<color red="1" green="0.9" blue="0.2" />
		</rect>
	</element>

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