~ubuntu-branches/debian/sid/mame/sid

« back to all changes in this revision

Viewing changes to mess/src/mame/layout/contcirc.lay

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<mamelayout version="2">
3
 
        <element name="shifter" defstate="0">
4
 
                <rect>
5
 
                        <bounds left="0" right="32" top="0" bottom="64" />
6
 
                        <color red="0.85" green="0.4" blue="0.3" />
7
 
                </rect>
8
 
                <rect>
9
 
                        <bounds left="2" right="30" top="2" bottom="62" />
10
 
                        <color red="0.14" green="0.17" blue="0.2" />
11
 
                </rect>
12
 
                <rect>
13
 
                        <bounds left="14" right="18" top="15" bottom="49" />
14
 
                        <color red="0.44" green="0.47" blue="0.5" />
15
 
                </rect>
16
 
                <disk>
17
 
                        <bounds left="14" right="18" top="13" bottom="17" />
18
 
                        <color red="0.44" green="0.47" blue="0.5" />
19
 
                </disk>
20
 
                <disk>
21
 
                        <bounds left="14" right="18" top="47" bottom="51" />
22
 
                        <color red="0.44" green="0.47" blue="0.5" />
23
 
                </disk>
24
 
                <text string="LOW" state="1">
25
 
                        <bounds left="3" right="29" top="2" bottom="12" />
26
 
                        <color red="1.0" green="1.0" blue="0.4" />
27
 
                </text>
28
 
                <text string="LOW" state="0">
29
 
                        <bounds left="3" right="29" top="2" bottom="12" />
30
 
                        <color red="1.0" green="1.0" blue="1.0" />
31
 
                </text>
32
 
 
33
 
                <text string="HIGH" state="1">
34
 
                        <bounds left="3" right="29" top="52" bottom="62" />
35
 
                        <color red="1.0" green="1.0" blue="1.0" />
36
 
                </text>
37
 
                <text string="HIGH" state="0">
38
 
                        <bounds left="3" right="29" top="52" bottom="62" />
39
 
                        <color red="1.0" green="1.0" blue="0.4" />
40
 
                </text>
41
 
                <disk state="1">
42
 
                        <bounds left="9" right="23" top="14" bottom="28" />
43
 
                        <color red="0.85" green="0.4" blue="0.3" />
44
 
                </disk>
45
 
                <disk state="0">
46
 
                        <bounds left="9" right="23" top="36" bottom="50" />
47
 
                        <color red="0.85" green="0.4" blue="0.3" />
48
 
                </disk>
49
 
        </element>
50
 
 
51
 
        <view name="Shifter-R">
52
 
                <screen index="0">
53
 
                        <bounds x="0" y="0" width="640" height="480" />
54
 
                </screen>
55
 
                <bezel element="shifter" inputtag="IN1" inputmask="0x10">
56
 
                        <bounds x="606" y="414" width="32" height="64" />
57
 
                        <color alpha="0.6" />
58
 
                </bezel>
59
 
        </view>
60
 
        <view name="Shifter-L">
61
 
                <screen index="0">
62
 
                        <bounds x="0" y="0" width="640" height="480" />
63
 
                </screen>
64
 
                <bezel element="shifter" inputtag="IN1" inputmask="0x10">
65
 
                        <bounds x="2" y="414" width="32" height="64" />
66
 
                        <color alpha="0.6" />
67
 
                </bezel>
68
 
        </view>
69
 
</mamelayout>