Previous 199869 Revisions Next

r18650 Sunday 21st October, 2012 at 15:36:59 UTC by hap
correct color overlay from photo references
[src/mame/layout]galactic.lay

trunk/src/mame/layout/galactic.lay
r18649r18650
11<?xml version="1.0"?>
22<mamelayout version="2">
3
4<!-- NOTE: color overlay needs verification from real cabinet (or old photo) -->
5
63   <element name="overlay">
74      <rect>
8         <bounds left="0" top="0" right="224" bottom="256" />
9         <color red="1" green="0.125" blue="0.125" />
5         <bounds left="0" top="0" right="224" bottom="260" />
6         <color red="0" green="1" blue="0.4" />
107      </rect>
118      <rect>
12         <bounds left="0" top="55.5" right="224" bottom="69" />
13         <color red="0.125" green="1" blue="0.125" />
9         <bounds left="0" top="47" right="224" bottom="70" />
10         <color red="1" green="0.2" blue="0.15" />
1411      </rect>
1512      <rect>
16         <bounds left="0" top="69" right="224" bottom="220" />
17         <color red="1" green="1" blue="0.0625" />
13         <bounds left="0" top="70" right="224" bottom="192" />
14         <color red="1" green="1" blue="0.2" />
1815      </rect>
16      <rect>
17         <bounds left="0" top="192" right="224" bottom="214" />
18         <color red="0.2" green="0.6" blue="1" />
19      </rect>
1920   </element>
2021
2122   <view name="Color_Overlay">

Previous 199869 Revisions Next


© 1997-2024 The MAME Team