summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sstrangr.lay
blob: 6584983d888f879adf6518334020d7d0d25b79ba (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay upright">
		<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="67" bottom="32" />
			<color red="0.113" green="0.672" blue="0.980" />
		</rect>
		<rect>
			<bounds left="68" top="0" right="148" bottom="32" />
			<color red="0.039" green="0.922" blue="0.625" />
		</rect>
		<rect>
			<bounds left="149" 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="63" />
			<color red="0.832" green="0.199" blue="0.375" />
		</rect>
		<rect>
			<bounds left="0" top="64" right="224" bottom="231" />
			<color red="1" green="1" blue="0.322" />
		</rect>
		<rect>
			<bounds left="0" top="232" 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>
		<overlay name="overlay" element="overlay upright">
			<bounds left="0" top="0" right="3" bottom="4" />
		</overlay>
	</view>
	<view name="Color Overlay Cocktail">
		<screen index="0">
			<bounds left="0" top="0" right="3" bottom="4" />
		</screen>
		<overlay name="overlay" element="overlay cocktail">
			<bounds left="0" top="0" right="3" bottom="4" />
		</overlay>
	</view>
</mamelayout>