summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/bambball.lay
blob: d6bd12e3517cae2c08704c983061d677e570bc91 (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
86
87
88
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">

<!-- define elements -->

	<element name="basket">
		<rect>
			<color red="0.85" green="0.85" blue="0.85" />
			<bounds x="0" y="0.95" width="1.3" height="0.3" />
		</rect>
		<rect>
			<color red="0.85" green="0.85" blue="0.85" />
			<bounds x="0" y="1.65" width="1.3" height="0.3" />
		</rect>
		<disk>
			<color red="0.85" green="0.85" blue="0.85" />
			<bounds x="1" y="0" width="5" height="3" />
		</disk>
		<disk>
			<color red="0" green="0" blue="0" />
			<bounds x="1.3" y="0.3" width="4.4" height="2.4" />
		</disk>
	</element>

	<element name="text_1"><text string="1"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_2"><text string="2"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_3"><text string="3"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_4"><text string="4"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_5"><text string="5"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_6"><text string="6"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_7"><text string="7"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_8"><text string="8"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_9"><text string="9"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_h"><text string="H"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_v"><text string="V"><color red="0.8" green="0.8" blue="0.8" /></text></element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="8.3" right="107.6" top="5.8" bottom="37.9" />

		<screen index="0"><bounds x="10" y="10" width="96" height="23.9" /></screen>

	<!-- baskets (simplified) -->

		<collection name="Baskets">
			<element ref="basket" blend="add">
				<bounds x="8.3" y="13.7" width="6" height="3" />
			</element>
			<element ref="basket" blend="add">
				<bounds x="101.6" y="13.7" width="6" height="3" />
				<orientation flipx="yes" />
			</element>
		</collection>

	<!-- labels -->

		<collection name="Labels">
			<element ref="text_1"><bounds x="11.1" y="6.2" width="5" height="3" /></element>
			<element ref="text_2"><bounds x="22.2" y="6.2" width="5" height="3" /></element>
			<element ref="text_3"><bounds x="33.3" y="6.2" width="5" height="3" /></element>
			<element ref="text_4"><bounds x="44.4" y="6.2" width="5" height="3" /></element>
			<element ref="text_5"><bounds x="55.5" y="6.2" width="5" height="3" /></element>
			<element ref="text_6"><bounds x="66.6" y="6.2" width="5" height="3" /></element>
			<element ref="text_7"><bounds x="77.7" y="6.2" width="5" height="3" /></element>
			<element ref="text_8"><bounds x="88.8" y="6.2" width="5" height="3" /></element>
			<element ref="text_9"><bounds x="99.9" y="6.2" width="5" height="3" /></element>

			<element ref="text_1"><bounds x="11.1" y="34.5" width="5" height="3" /></element>
			<element ref="text_2"><bounds x="22.2" y="34.5" width="5" height="3" /></element>
			<element ref="text_3"><bounds x="33.3" y="34.5" width="5" height="3" /></element>
			<element ref="text_4"><bounds x="44.4" y="34.5" width="5" height="3" /></element>
			<element ref="text_5"><bounds x="55.5" y="34.5" width="5" height="3" /></element>
			<element ref="text_6"><bounds x="66.6" y="34.5" width="5" height="3" /></element>
			<element ref="text_7"><bounds x="77.7" y="34.5" width="5" height="3" /></element>
			<element ref="text_8"><bounds x="88.8" y="34.5" width="5" height="3" /></element>
			<element ref="text_9"><bounds x="99.9" y="34.5" width="5" height="3" /></element>

			<element ref="text_h"><bounds x="7.8" y="6.2" width="5" height="3" /></element>
			<element ref="text_v"><bounds x="103.1" y="34.5" width="5" height="3" /></element>
		</collection>

	</view>
</mamelayout>