summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/cosmicm.lay
blob: 9dfd6c3b102335c07776b1a3ff7a88163dd91f8f (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="224" bottom="260" />
			<color red="1" green="0.55" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="184" right="224" bottom="260" />
			<color red="1" green="1" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="0" right="224" bottom="63" />
			<color red="0.15" green="1" blue="0.15" />
		</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>