summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/packmon.lay
blob: 93a2273f3d95ec71dea2fe9971bb9de3210b83e8 (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
77
78
79
80
81
82
83
84
85
<?xml version="1.0"?>
<!--
license:CC0-1.0
authors:hap
-->
<mamelayout version="2">

<!-- define elements -->

	<element name="white"><rect><color red="0.85" green="0.85" blue="0.85" /></rect></element>

	<element name="text_score"><text string="SCORE"><color red="0.85" green="0.85" blue="0.85" /></text></element>
	<element name="text_warpl"><text string="&lt; WARP" align="1"><color red="0.85" green="0.85" blue="0.85" /></text></element>
	<element name="text_warpr"><text string="WARP &gt;" align="1"><color red="0.85" green="0.85" blue="0.85" /></text></element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="-1.2" right="56.2" top="-2.9" bottom="17.4" />
		<screen index="0"><bounds x="0" y="0" width="48" height="17" /></screen>

		<element ref="text_score"><bounds x="22.6" y="-2.8" width="10" height="2.2" /></element>
		<element ref="text_warpl"><bounds x="-0.7" y="14.7" width="10" height="2.2" /></element>
		<element ref="text_warpr"><bounds x="49" y="14.7" width="10" height="2.2" /></element>

		<!-- maze overlay -->

		<!-- h1 -->
		<element ref="white"><bounds x="6.3" y="-0.3" width="42.5" height="0.2" /></element>

		<!-- h2 -->
		<element ref="white"><bounds x="11.2" y="3.2" width="4.5" height="0.2" /></element>
		<element ref="white"><bounds x="20.4" y="3.2" width="14.3" height="0.2" /></element>
		<element ref="white"><bounds x="39.4" y="3.2" width="4.5" height="0.2" /></element>

		<!-- h3 -->
		<element ref="white"><bounds x="-1.2" y="6.7" width="5.1" height="0.2" /></element>
		<element ref="white"><bounds x="6.3" y="6.7" width="4.7" height="0.2" /></element>
		<element ref="white"><bounds x="15.9" y="6.7" width="9.2" height="0.2" /></element>
		<element ref="white"><bounds x="30.1" y="6.7" width="9.2" height="0.2" /></element>
		<element ref="white"><bounds x="44.1" y="6.7" width="4.7" height="0.2" /></element>

		<!-- h4 -->
		<element ref="white"><bounds x="-1.2" y="10.2" width="5.1" height="0.2" /></element>
		<element ref="white"><bounds x="11.0" y="10.2" width="4.7" height="0.2" /></element>
		<element ref="white"><bounds x="20.4" y="10.2" width="14.3" height="0.2" /></element>
		<element ref="white"><bounds x="39.4" y="10.2" width="4.7" height="0.2" /></element>

		<!-- h5 -->
		<element ref="white"><bounds x="-1.2" y="13.7" width="5.1" height="0.2" /></element>
		<element ref="white"><bounds x="5.5" y="13.7" width="1" height="0.2" /></element>
		<element ref="white"><bounds x="25.3" y="13.7" width="4.6" height="0.2" /></element>
		<element ref="white"><bounds x="48.6" y="13.7" width="1" height="0.2" /></element>

		<!-- h6 -->
		<element ref="white"><bounds x="7.3" y="17.2" width="40.5" height="0.2" /></element>

		<!-- v0 -->
		<element ref="white"><bounds x="3.7" y="6.7" width="0.2" height="7.2" /></element>

		<!-- v1 -->
		<element ref="white"><bounds x="6.3" y="-0.3" width="0.2" height="14.2" /></element>

		<!-- v2 -->
		<element ref="white"><bounds x="11.0" y="10.2" width="0.2" height="3.5" /></element>

		<!-- v4 -->
		<element ref="white"><bounds x="20.4" y="-0.3" width="0.2" height="3.7" /></element>
		<element ref="white"><bounds x="20.4" y="6.7" width="0.2" height="3.7" /></element>
		<element ref="white"><bounds x="20.4" y="13.9" width="0.2" height="3.5" /></element>

		<!-- v7 -->
		<element ref="white"><bounds x="34.5" y="-0.3" width="0.2" height="3.7" /></element>
		<element ref="white"><bounds x="34.5" y="6.7" width="0.2" height="3.7" /></element>
		<element ref="white"><bounds x="34.5" y="13.9" width="0.2" height="3.5" /></element>

		<!-- v9 -->
		<element ref="white"><bounds x="43.9" y="10.2" width="0.2" height="3.5" /></element>

		<!-- v10 -->
		<element ref="white"><bounds x="48.6" y="-0.3" width="0.2" height="14.2" /></element>

	</view>
</mamelayout>