~ubuntu-branches/ubuntu/precise/mame/precise-proposed

« back to all changes in this revision

Viewing changes to src/mame/layout/bingowng.lay

  • Committer: Package Import Robot
  • Author(s): Cesare Falco
  • Date: 2011-11-30 18:50:10 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111130185010-02hcxybht1mn082w
Tags: 0.144-0ubuntu1
* New upstream release (LP: #913550)
* mame.install:
  - Added artwork/ images to be used with -effect switch
  - Be more selective with hash/ contents
* contrib/mame.ini: added /usr/share/games/mame/artwork/ to artpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<mamelayout version="2">
 
3
        <element name="Bet" defstate="0">
 
4
                <rect state="1">
 
5
                        <color red="1.0" green="1.0" blue="0.0" />
 
6
                </rect>
 
7
                <rect state="0">
 
8
                        <color red="0.3" green="0.3" blue="0.0" />
 
9
                </rect>
 
10
                <text string="BET">
 
11
                        <color red="0.0" green="0.0" blue="0.0" />
 
12
                        <bounds x="0" y="0.2" width="1" height="0.6" />
 
13
                </text>
 
14
        </element>
 
15
 
 
16
        <element name="Start" defstate="0">
 
17
                <rect state="1">
 
18
                        <color red="0.0" green="1.0" blue="0.0" />
 
19
                </rect>
 
20
                <rect state="0">
 
21
                        <color red="0.0" green="0.3" blue="0.0" />
 
22
                </rect>
 
23
                <text string="START">
 
24
                        <color red="0.0" green="0.0" blue="0.0" />
 
25
                        <bounds x="0" y="0.2" width="1" height="0.6" />
 
26
                </text>
 
27
        </element>
 
28
 
 
29
        <element name="Dup" defstate="0">
 
30
                <rect state="1">
 
31
                        <color red="1.0" green="0.0" blue="0.0" />
 
32
                </rect>
 
33
                <rect state="0">
 
34
                        <color red="0.3" green="0.0" blue="0.0" />
 
35
                </rect>
 
36
                <text string="DOUBLE">
 
37
                        <color red="0.0" green="0.0" blue="0.0" />
 
38
                        <bounds x="0" y="0.2" width="1" height="0.6" />
 
39
                </text>
 
40
        </element>
 
41
 
 
42
        <element name="Take" defstate="0">
 
43
                <rect state="1">
 
44
                        <color red="1.0" green="0.0" blue="0.0" />
 
45
                </rect>
 
46
                <rect state="0">
 
47
                        <color red="0.3" green="0.0" blue="0.0" />
 
48
                </rect>
 
49
                <text string="TAKE">
 
50
                        <color red="0.0" green="0.0" blue="0.0" />
 
51
                        <bounds x="0" y="0.2" width="1" height="0.6" />
 
52
                </text>
 
53
        </element>
 
54
 
 
55
 
 
56
        <element name="Info" defstate="0">
 
57
                <rect state="1">
 
58
                        <color red="1.0" green="1.0" blue="1.0" />
 
59
                </rect>
 
60
                <rect state="0">
 
61
                        <color red="0.2" green="0.2" blue="0.2" />
 
62
                </rect>
 
63
                <text string="INFO">
 
64
                        <color red="0.0" green="0.0" blue="0.0" />
 
65
                        <bounds x="0" y="0.2" width="1" height="0.6" />
 
66
                </text>
 
67
        </element>
 
68
 
 
69
 
 
70
        <view name="Button Lamps">
 
71
                <screen index="0">
 
72
                        <bounds left="0" top="0" right="4" bottom="3" />
 
73
                </screen>
 
74
 
 
75
                <bezel name="lamp0" element="Dup">
 
76
                        <bounds x="1.0" y="3.02" width="0.40" height="0.24" />
 
77
                </bezel>
 
78
                <bezel name="lamp1" element="Take">
 
79
                        <bounds x="1.5" y="3.02" width="0.40" height="0.24" />
 
80
                </bezel>
 
81
                <bezel name="lamp2" element="Bet">
 
82
                        <bounds x="0" y="3.02" width="0.40" height="0.24" />
 
83
                </bezel>
 
84
                <bezel name="lamp3" element="Info">
 
85
                        <bounds x="2.5" y="3.02" width="0.40" height="0.24" />
 
86
                </bezel>
 
87
                <bezel name="lamp4" element="Start">
 
88
                        <bounds x="0.5" y="3.02" width="0.40" height="0.24" />
 
89
                </bezel>
 
90
 
 
91
        </view>
 
92
</mamelayout>