Previous 199869 Revisions Next

r18396 Wednesday 10th October, 2012 at 00:03:05 UTC by hap
update spcenctr internal .lay, color overlay is not possible atm
[src/mame/layout]spcenctr.lay

trunk/src/mame/layout/spcenctr.lay
r18395r18396
11<?xml version="1.0"?>
22<mamelayout version="2">
3   <element name="overlay">
4      <rect>
3
4   <element name="lamp_red" defstate="0">
5      <rect state="0">
6         <color red="0" green="0" blue="0" />
7      </rect>
8      <rect state="1">
9         <color red="1.0" green="0.25" blue="0.1" />
10      </rect>
11   </element>
12
13   <element name="lamp_strobe" defstate="0">
14      <rect state="0">
15         <color red="0" green="0" blue="0" />
16      </rect>
17      <rect state="1">
518         <color red="1" green="1" blue="1" />
619      </rect>
720   </element>
821
9   <view name="Color Overlay">
22
23<!-- NOTE: color overlay is known, -->
24<!-- but can as of yet (10-2012) not be created with internal .lay -->
25
26   <view name="Lamps Reflection">
27
28<!-- left and right edges are stripped on the cabinet -->
29      <bounds left="0" top="0" right="376" bottom="300" />
1030      <screen index="0">
11         <bounds left="0" top="0" right="4" bottom="3" />
31         <bounds left="-8" top="0" right="392" bottom="300" />
1232      </screen>
13      <overlay element="overlay">
14         <bounds left="0" top="0" right="4" bottom="3" />
15      </overlay>
33
34<!-- lamp and strobe reflect onto the inner bezel (and screen) -->
35      <bezel name="LAMP" element="lamp_red">
36         <bounds left="0" top="0" right="376" bottom="300" />
37         <color alpha="0.2" />
38      </bezel>
39      <bezel name="STROBE" element="lamp_strobe">
40         <bounds left="0" top="0" right="376" bottom="300" />
41         <color alpha="0.4" />
42      </bezel>
43
1644   </view>
1745</mamelayout>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team