summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sstrangr.lay
blob: d3557830c9cee4ce261b236e4cd24c00d02557c0 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<element name="overlay upright">
		<rect>
			<bounds left="0" top="0" right="67" bottom="32" />
			<color red="0.113" green="0.672" blue="0.980" />
		</rect>
		<rect>
			<bounds left="67" top="0" right="148" bottom="32" />
			<color red="0.039" green="0.922" blue="0.625" />
		</rect>
		<rect>
			<bounds left="148" top="0" right="224" bottom="32" />
			<color red="0.113" green="0.672" blue="0.980" />
		</rect>
		<rect>
			<bounds left="0" top="32" right="224" bottom="64" />
			<color red="0.832" green="0.199" blue="0.375" />
		</rect>
		<rect>
			<bounds left="0" top="64" right="224" bottom="186" />
			<color red="1" green="1" blue="0.322" />
		</rect>
		<rect>
			<bounds left="0" top="186" right="224" bottom="215" />
			<color red="1" green="0.647" blue="0" />
		</rect>
		<rect>
			<bounds left="0" top="215" right="224" bottom="231" />
			<color red="1" green="1" blue="0.322" />
		</rect>
		<rect>
			<bounds left="0" top="231" right="224" bottom="256" />
			<color red="0.113" green="0.672" blue="0.980" />
		</rect>
	</element>

	<element name="overlay cocktail">
		<rect>
			<bounds left="0" top="0" right="224" bottom="256" />
			<color red="1" green="1" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="0" right="224" bottom="64" />
			<color red="0.113" green="0.672" blue="0.980" />
		</rect>
		<rect>
			<bounds left="0" top="64" right="224" bottom="192" />
			<color red="1" green="1" blue="0.322" />
		</rect>
		<rect>
			<bounds left="0" top="192" right="224" bottom="256" />
			<color red="0.113" green="0.672" blue="0.980" />
		</rect>
	</element>

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