summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/warrior.lay
blob: d9f5484bb9f0becdceb01782b438b910f395389a (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"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<element name="pit">
		<rect>
			<bounds x="0" y="0" height="190" width="190" />
			<color red="0" green="0" blue="0.50" />
		</rect>
		<rect>
			<bounds x="10" y="10" height="170" width="170" />
			<color red="0" green="0" blue="0.40" />
		</rect>
		<rect>
			<bounds x="20" y="20" height="150" width="150" />
			<color red="0" green="0" blue="0.30" />
		</rect>
		<rect>
			<bounds x="30" y="30" height="130" width="130" />
			<color red="0" green="0" blue="0.20" />
		</rect>
		<rect>
			<bounds x="40" y="40" height="110" width="110" />
			<color red="0" green="0" blue="0.10" />
		</rect>
		<rect>
			<bounds x="50" y="50" height="90" width="90" />
			<color red="0" green="0" blue="0" />
		</rect>
	</element>
	<element name="p1start">
		<disk>
			<bounds x="0" y="0" height="130" width="130" />
			<color red="0" green="1" blue="0" />
		</disk>
	</element>
	<element name="p2start">
		<rect>
			<bounds x="0" y="0" height="130" width="130" />
			<color red="1" green="0" blue="0" />
		</rect>
		<rect>
			<bounds x="5" y="5" height="120" width="120" />
			<color red="0" green="0" blue="0" />
		</rect>
	</element>
	<view name="Backdrop">
		<element ref="pit">
			<bounds x="270" y="330" width="190" height="190" />
			<color alpha=".8" />
		</element>
		<element ref="pit">
			<bounds x="580" y="270" width="190" height="190" />
			<color alpha=".8" />
		</element>
		<element ref="p1start">
			<bounds x="75" y="75" width="130" height="130" />
			<color alpha=".4" />
		</element>
		<element ref="p2start">
			<bounds x="825" y="580" width="130" height="130" />
			<color alpha=".4" />
		</element>
		<screen index="0" blend="add">
			<bounds x="0" y="0" width="1024" height="768" />
		</screen>
	</view>
</mamelayout>