summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/bzone.lay
blob: a62af6e6727ada93ed34f0e62264061043c7699c (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
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="1" bottom="0.2" />
			<color red="1.0" green="0.125" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="0.2" right="1" bottom="1.0" />
			<color red="0.125" green="1.0" blue="0.125" />
		</rect>
	</element>

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