blob: 1768ecc7b9a9e5e8557bbb7e882efc9bb75b4b65 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<!-- define elements -->
<element name="digit" defstate="0">
<led7seg><color red="1.0" green="0.1" blue="0.15" /></led7seg>
</element>
<element name="text_p1"><text string="PLAYER 1 SCORE"><color red="0.9" green="0.8" blue="0.05" /></text></element>
<element name="text_p2"><text string="PLAYER 2 SCORE"><color red="0.9" green="0.8" blue="0.05" /></text></element>
<element name="text_lives"><text string="LIVES" align="1"><color red="0.9" green="0.8" blue="0.05" /></text></element>
<element name="text_credits"><text string="CREDITS" align="1"><color red="0.9" green="0.8" blue="0.05" /></text></element>
<!-- build screen -->
<view name="Internal Layout">
<bounds x="0" y="0" width="4950" height="3000" />
<screen index="0">
<bounds x="0" y="0" width="4000" height="3000" />
</screen>
<element ref="text_p1"><bounds x="4086" y="280" width="788" height="85" /></element>
<element name="digit0" ref="digit"><bounds x="4086" y="380" width="118" height="165" /></element>
<element name="digit1" ref="digit"><bounds x="4220" y="380" width="118" height="165" /></element>
<element name="digit2" ref="digit"><bounds x="4354" y="380" width="118" height="165" /></element>
<element name="digit3" ref="digit"><bounds x="4488" y="380" width="118" height="165" /></element>
<element name="digit4" ref="digit"><bounds x="4622" y="380" width="118" height="165" /></element>
<element name="digit5" ref="digit"><bounds x="4756" y="380" width="118" height="165" /></element>
<element ref="text_lives"><bounds x="4580" y="639" width="400" height="85" /></element>
<element name="digit6" ref="digit"><bounds x="4419" y="599" width="118" height="165" /></element>
<element ref="text_p2"><bounds x="4086" y="783" width="788" height="85" /></element>
<element name="digit8" ref="digit"><bounds x="4086" y="883" width="118" height="165" /></element>
<element name="digit9" ref="digit"><bounds x="4220" y="883" width="118" height="165" /></element>
<element name="digit10" ref="digit"><bounds x="4354" y="883" width="118" height="165" /></element>
<element name="digit11" ref="digit"><bounds x="4488" y="883" width="118" height="165" /></element>
<element name="digit12" ref="digit"><bounds x="4622" y="883" width="118" height="165" /></element>
<element name="digit13" ref="digit"><bounds x="4756" y="883" width="118" height="165" /></element>
<element ref="text_lives"><bounds x="4580" y="1144" width="400" height="85" /></element>
<element name="digit7" ref="digit"><bounds x="4419" y="1104" width="118" height="165" /></element>
<element ref="text_credits"><bounds x="4580" y="1413" width="400" height="85" /></element>
<element name="digit14" ref="digit"><bounds x="4285" y="1383" width="118" height="165" /></element>
<element name="digit15" ref="digit"><bounds x="4419" y="1383" width="118" height="165" /></element>
</view>
</mamelayout>
|