summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sos.lay
blob: 1caa901bf2dedf0a6a6f2031dae1bf225c03ab35 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="224" bottom="272" />
			<color red="0.2" green="0.2" blue="0.5" />
		</rect>
		
		<rect>
			<bounds left="0" top="0" right="224" bottom="8" />
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>

		<rect>
			<bounds left="0" top="264" right="224" bottom="272" />
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>

	</element>

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