summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/shuttlei.lay
blob: 8d0e79ca6b1d0d2cb5838844bbd336a7d8f18236 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="224" bottom="182.5" />
			<color red="0.125" green="1" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="182.5" right="224" bottom="199.5" />
			<color red="1" green="0.5" blue="0.0625" />
		</rect>
		<rect>
			<bounds left="0" top="199.5" right="224" bottom="256" />
			<color red="1" green="0.125" blue="0.125" />
		</rect>
	</element>

	<view name="Color Overlay">
		<screen index="0">
			<bounds x="0" y="0" width="3" height="4" />
		</screen>
		<element ref="overlay" blend="multiply">
			<bounds x="0" y="0" width="3" height="4" />
		</element>
	</view>
</mamelayout>