mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Updated the Space Stranger overlay layout by adding the overlay
for the Upright version, which looks different to the Cocktail. [M.A.S.H.]
This commit is contained in:
parent
2a942eebdc
commit
9fece528f0
@ -1,13 +1,44 @@
|
||||
<?xml version="1.0"?>
|
||||
<mamelayout version="2">
|
||||
<element name="overlay">
|
||||
<element name="overlay upright">
|
||||
<rect>
|
||||
<bounds left="0" top="0" right="224" bottom="256" />
|
||||
<color red="1" green="1" blue="1" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="0" right="67" bottom="32" />
|
||||
<color red="0.113" green="0.672" blue="0.980" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="68" top="0" right="148" bottom="32" />
|
||||
<color red="0.039" green="0.922" blue="0.625" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="149" top="0" right="224" bottom="32" />
|
||||
<color red="0.113" green="0.672" blue="0.980" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="32" right="224" bottom="63" />
|
||||
<color red="0.832" green="0.199" blue="0.375" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="64" right="224" bottom="231" />
|
||||
<color red="1" green="1" blue="0.322" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="232" right="224" bottom="256" />
|
||||
<color red="0.113" green="0.672" blue="0.980" />
|
||||
</rect>
|
||||
</element>
|
||||
|
||||
<element name="overlay cocktail">
|
||||
<rect>
|
||||
<bounds left="0" top="0" right="224" bottom="256" />
|
||||
<color red="1" green="1" blue="1" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="0" right="224" bottom="64" />
|
||||
<color red="0.212" green="0.647" blue=".914" />
|
||||
<color red="0.113" green="0.672" blue="0.980" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="64" right="224" bottom="192" />
|
||||
@ -15,15 +46,23 @@
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="192" right="224" bottom="256" />
|
||||
<color red="0.212" green="0.647" blue=".914" />
|
||||
<color red="0.113" green="0.672" blue="0.980" />
|
||||
</rect>
|
||||
</element>
|
||||
|
||||
<view name="Color Overlay">
|
||||
<view name="Color Overlay Upright">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="3" bottom="4" />
|
||||
</screen>
|
||||
<overlay name="overlay" element="overlay">
|
||||
<overlay name="overlay" element="overlay upright">
|
||||
<bounds left="0" top="0" right="3" bottom="4" />
|
||||
</overlay>
|
||||
</view>
|
||||
<view name="Color Overlay Cocktail">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="3" bottom="4" />
|
||||
</screen>
|
||||
<overlay name="overlay" element="overlay cocktail">
|
||||
<bounds left="0" top="0" right="3" bottom="4" />
|
||||
</overlay>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user