summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/superbug.lay
blob: 99d9f54c2f4992ef205940790cd2a12dabf95e77 (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
<?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>

		<overlay element="highlight_explosion"><bounds x="117" y="167" width="66" height="66" /></overlay>

		<overlay element="static_green"><bounds left="0" top="0" right="300" bottom="33" /></overlay>
		<overlay element="static_green"><bounds left="0" top="367" right="300" bottom="400" /></overlay>

	</view>
</mamelayout>