summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/beaminv.lay
blob: 9e94279908d5ab34032eb299bdafebd777df8c90 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="216" bottom="248" />
			<color red="1" green="1" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="0" right="216" bottom="26" />
			<color red="0.2" green="0.8" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="26" right="216" bottom="217" />
			<color red="1" green="0.4" blue="0.7" />
		</rect>
		<rect>
			<bounds left="0" top="217" right="216" bottom="248" />
			<color red="0.2" green="0.8" blue="1" />
		</rect>
	</element>

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