mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
added the green color overlay
This commit is contained in:
parent
dcf589f304
commit
0be19aa42c
@ -3,18 +3,19 @@
|
|||||||
|
|
||||||
<!-- NOTE: highlight should be a bit star-shaped, not doable in MAME internal layout -->
|
<!-- NOTE: highlight should be a bit star-shaped, not doable in MAME internal layout -->
|
||||||
|
|
||||||
<element name="highlight">
|
<element name="highlight_explosion"><disk><color red="0.875" green="1.0" blue="0.125" /></disk></element>
|
||||||
<disk>
|
<element name="static_green"><rect><color red="0.125" green="0.875" blue="0" /></rect></element>
|
||||||
<color red="1.0" green="1.0" blue="0.125" />
|
|
||||||
</disk>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<view name="Color Overlay">
|
<view name="Color Overlay">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
<bounds left="0" top="0" right="300" bottom="400" />
|
<bounds left="0" top="0" right="300" bottom="400" />
|
||||||
</screen>
|
</screen>
|
||||||
<overlay element="highlight">
|
|
||||||
<bounds x="117" y="167" width="66" height="66" />
|
<overlay element="highlight_explosion"><bounds x="117" y="167" width="66" height="66" /></overlay>
|
||||||
</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>
|
</view>
|
||||||
</mamelayout>
|
</mamelayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user