Previous 199869 Revisions Next

r34958 Tuesday 10th February, 2015 at 21:31:56 UTC by hap
added the green color overlay
[src/mame/layout]superbug.lay

trunk/src/mame/layout/superbug.lay
r243469r243470
33
44<!-- NOTE: highlight should be a bit star-shaped, not doable in MAME internal layout -->
55
6   <element name="highlight">
7      <disk>
8         <color red="1.0" green="1.0" blue="0.125" />
9      </disk>
10   </element>
6   <element name="highlight_explosion"><disk><color red="0.875" green="1.0" blue="0.125" /></disk></element>
7   <element name="static_green"><rect><color red="0.125" green="0.875" blue="0" /></rect></element>
118
9
1210   <view name="Color Overlay">
1311      <screen index="0">
1412         <bounds left="0" top="0" right="300" bottom="400" />
1513      </screen>
16      <overlay element="highlight">
17         <bounds x="117" y="167" width="66" height="66" />
18      </overlay>
14
15      <overlay element="highlight_explosion"><bounds x="117" y="167" width="66" height="66" /></overlay>
16
17      <overlay element="static_green"><bounds left="0" top="0" right="300" bottom="33" /></overlay>
18      <overlay element="static_green"><bounds left="0" top="367" right="300" bottom="400" /></overlay>
19
1920   </view>
2021</mamelayout>


Previous 199869 Revisions Next


© 1997-2024 The MAME Team