summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/galactic.lay
blob: 2c306daf5bb76f690275b95a5fcd5d85ea58fec8 (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="224" bottom="260" />
			<color red="0" green="1" blue="0.4" />
		</rect>
		<rect>
			<bounds left="0" top="47" right="224" bottom="70" />
			<color red="1" green="0.2" blue="0.15" />
		</rect>
		<rect>
			<bounds left="0" top="70" right="224" bottom="192" />
			<color red="1" green="1" blue="0.2" />
		</rect>
		<rect>
			<bounds left="0" top="192" right="224" bottom="214" />
			<color red="0.2" green="0.6" blue="1" />
		</rect>
	</element>

	<view name="Color_Overlay">
		<screen index="0">
			<bounds x="0" y="0" width="3" height="4" />
		</screen>
		<overlay element="overlay">
			<bounds x="0" y="0" width="3" height="4" />
		</overlay>
	</view>
</mamelayout>