blob: c9cdfb2bbf4311ddb26f60f1a0c6e8046498cba5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<!-- NOTE: highlight should be a bit star-shaped, not doable in MAME internal layout -->
<element name="highlight_explosion">
<rect><color red="1.0" green="1.0" blue="1.0" /></rect>
<disk><color red="0.875" green="1.0" blue="0.125" /></disk>
</element>
<element name="static_green">
<rect><color red="0.125" green="0.875" blue="0" /></rect>
</element>
<view name="Color Overlay">
<screen index="0">
<bounds left="0" top="0" right="300" bottom="400" />
</screen>
<element ref="highlight_explosion" blend="multiply"><bounds x="117" y="167" width="66" height="66" /></element>
<element ref="static_green" blend="multiply"><bounds left="0" top="0" right="300" bottom="33" /></element>
<element ref="static_green" blend="multiply"><bounds left="0" top="367" right="300" bottom="400" /></element>
</view>
</mamelayout>
|