Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

To get this to work the way I wanted I used invaders.png from Mr. Do's arcade. You can find it in the "Old Artwork" section of that site.

Put it into your artwork-->invaders folder. Bezel.png should already be there if you downloaded the bezels through LaunchBox.

Edit default.lay to look like this:

<!-- invaders.lay -->

<mamelayout version="2">
	<element name="bezel">
    		<image file="bezel.png" />
  	</element>
	<element name="backdrop_m">
		<image file="invaders.png" />
	</element>
	<element name="overlay_m">
		<rect>
			<bounds left="0" top="0" right="224" bottom="260" />
			<color red="1" green="1" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="184" right="224" bottom="240" />
			<color red="0.125" green="1" blue="0.125" />
		</rect>
		<rect>
			<bounds left="16" top="240" right="134" bottom="260" />
			<color red="0.125" green="1" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="34" right="224" bottom="60" />
			<color red="1" green="0.125" blue="0.125" />
		</rect>
	</element>
	
	<group name="backdrop_only">
		<element ref="backdrop_m">
			<bounds left="4.625" top="0" right="11.375" bottom="9" />
		</element>
	</group>
	<group name="bezel_only">
		<element ref="bezel">
			<bounds left="0" top="0" right="16" bottom="9" />
		</element>
	</group>
	
	
	<view name="Upright_Artwork">		
		<screen index="0">
			<bounds left="4.625" top="0" right="11.375" bottom="9" />
			<color alpha="1.0" />
		</screen>
		<element ref="overlay_m" blend="multiply">
			<bounds left="4.625" top="0" right="11.375" bottom="9" />
		</element>
		<collection name="Overlay">
			<element ref="overlay_m" blend="multiply">
				<bounds left="4.625" top="0" right="11.375" bottom="9" />
			</element>
		</collection>
		<collection name="Backdrop">
		<group ref="backdrop_only" blend="add">
				<bounds left="4.625" top="0" right="11.375" bottom="9" />
				<color alpha="0.5" />
				<orientation rotate="270" />
		</group>
		<group ref="bezel_only" blend="add">
				<bounds left="0" top="0" right="16" bottom="9" />
				<color alpha="1.0" />
			</group>
		</collection>
	</view>
</mamelayout>

Enjoy!

 

invaders.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...