blob: 6a3f192f4daf7cbd4d0d20e6eaec9032023eeeab (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="dealspinstart" defstate="1">
<rect state="0">
<color red="0.5" green="0.5" blue="0.5" />
</rect>
<rect state="1">
<color red="1.0" green="1.0" blue="1.0" />
</rect>
<text string="DEAL-SPIN-START">
<color red="0.0" green="0.0" blue="0.0" />
<bounds x="0" y="0.1" width="1" height="0.8" />
</text>
</element>
<view name="Set Chip Lamps">
<bounds left="0" top="0" right="340" bottom="310" />
<screen index="0">
<bounds left="10" top="40" right="330" bottom="240" />
</screen>
<element name="pe_bnkb1" ref="dealspinstart">
<bounds x="10" y="280" width="74" height="20" />
</element>
</view>
</mamelayout>
|