summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/barricad.lay
blob: b8aae8fc17f88ec1c75e633bf271968ac51fab7d (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
34
35
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<element name="overlay_red">
		<rect>
			<bounds left="0" top="0" right="4" bottom="3" />
			<color red="1.0" green="0.25" blue="0.25" />
		</rect>
	</element>
	<element name="overlay_green">
		<rect>
			<bounds left="0" top="0" right="4" bottom="3" />
			<color red="0.25" green="1.0" blue="0.25" />
		</rect>
	</element>

	<view name="Red Overlay">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
		<element ref="overlay_red" blend="multiply">
			<bounds left="0" top="0" right="4" bottom="3" />
		</element>
	</view>
	<view name="Green Overlay">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
		<element ref="overlay_green" blend="multiply">
			<bounds left="0" top="0" right="4" bottom="3" />
		</element>
	</view>
</mamelayout>