summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/shuffle11.lay
blob: 8cf4a130b695f385b0b9bcd6d2ffd157e8446b5e (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0"?>
<!--
license:CC0-1.0
copyright-holders:Robbbert
-->

<mamelayout version="2">

	<element name="digit" defstate="0">
		<led7seg>
			<color red="1.0" green="0.25" blue="0.0" />
		</led7seg>
	</element>
	<element name="P0"><text string="Frame / Match"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P1"><text string="Credits"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P3"><text string="Player 1"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P4"><text string="Player 2"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P5"><text string="Player 3"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P6"><text string="Player 4"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P7"><text string="Player 5"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P8"><text string="Player 6"><color red="1.0" green="1.0" blue="1.0" /></text></element>

	<group name="score">
		<repeat count="4">
			<param name="n" start="~s~" increment="1" />
			<param name="x" start="0" increment="44" />
			<element name="digit~n~" ref="digit">
				<bounds x="~x~" y="0" width="34" height="39" />
			</element>
		</repeat>
	</group>

	<group name="score2">
		<repeat count="2">
			<param name="n" start="~s~" increment="1" />
			<param name="x" start="0" increment="44" />
			<element name="digit~n~" ref="digit">
				<bounds x="~x~" y="0" width="34" height="39" />
			</element>
		</repeat>
	</group>

	<view name="Default Layout">
		<bounds left="0" top="20" right="374" bottom="334" />

		<!-- Player 1 Score -->
		<param name="s" value="2" />
		<group ref="score">
			<bounds left="10" top="45" right="164" bottom="84" />
		</group>

		<!-- Player 2 Score -->
		<param name="s" value="10" />
		<group ref="score">
			<bounds left="210" top="45" right="364" bottom="84" />
		</group>

		<!-- Player 3 Score -->
		<param name="s" value="18" />
		<group ref="score">
			<bounds left="10" top="125" right="164" bottom="164" />
		</group>

		<!-- Player 4 Score -->
		<param name="s" value="26" />
		<group ref="score">
			<bounds left="210" top="125" right="364" bottom="164" />
		</group>

		<!-- Player 5 Score -->
		<param name="s" value="6" />
		<group ref="score2">
			<bounds left="10" top="205" right="80" bottom="244" />
		</group>
		<param name="s" value="14" />
		<group ref="score2">
			<bounds left="90" top="205" right="164" bottom="244" />
		</group>

		<!-- Player 6 Score -->
		<param name="s" value="22" />
		<group ref="score2">
			<bounds left="210" top="205" right="280" bottom="244" />
		</group>
		<param name="s" value="30" />
		<group ref="score2">
			<bounds left="290" top="205" right="364" bottom="244" />
		</group>

		<!-- Credits -->
		<element name="digit16" ref="digit">
			<bounds left="10" top="285" right="44" bottom="324" />
		</element>
		<element name="digit24" ref="digit">
			<bounds left="54" top="285" right="88" bottom="324" />
		</element>

		<!-- Frames and Match -->
		<element name="digit0" ref="digit">
			<bounds left="186" top="285" right="220" bottom="324" />
		</element>
		<element name="digit8" ref="digit">
			<bounds left="230" top="285" right="264" bottom="324" />
		</element>

		<!-- Text -->
		<element ref="P0"><bounds left="200" right="258" top="270" bottom="282" /></element>
		<element ref="P1"><bounds left="30" right="88" top="270" bottom="282" /></element>
		<element ref="P3"><bounds left="60" right="140" top="30" bottom="42" /></element>
		<element ref="P4"><bounds left="260" right="340" top="30" bottom="42" /></element>
		<element ref="P5"><bounds left="60" right="140" top="110" bottom="122" /></element>
		<element ref="P6"><bounds left="260" right="340" top="110" bottom="122" /></element>
		<element ref="P7"><bounds left="60" right="140" top="190" bottom="202" /></element>
		<element ref="P8"><bounds left="260" right="340" top="190" bottom="202" /></element>

	</view>
</mamelayout>