mirror of
https://github.com/holub/mame
synced 2025-05-11 00:28:49 +03:00
rm alpha overlay (was for making black 'shine through') + layout was slighly off after visarea change in 133u2
This commit is contained in:
parent
eaecf50b67
commit
124e16952f
@ -1,28 +1,24 @@
|
||||
<mamelayout version="2">
|
||||
<element name="overlay">
|
||||
<rect>
|
||||
<bounds left="0" top="0" right="168" bottom="161.5" />
|
||||
<bounds left="0" top="0" right="224" bottom="182.5" />
|
||||
<color red="0.125" green="1" blue="0.125" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="161.5" right="168" bottom="175.5" />
|
||||
<bounds left="0" top="182.5" right="224" bottom="199.5" />
|
||||
<color red="1" green="0.5" blue="0.0625" />
|
||||
</rect>
|
||||
<rect>
|
||||
<bounds left="0" top="175.5" right="168" bottom="224" />
|
||||
<bounds left="0" top="199.5" right="224" bottom="256" />
|
||||
<color red="1" green="0.125" blue="0.125" />
|
||||
</rect>
|
||||
</element>
|
||||
<view name="Color_Overlay">
|
||||
<screen index="0">
|
||||
<bounds x="0" y="0" width="168" height="224" />
|
||||
<bounds x="0" y="0" width="3" height="4" />
|
||||
</screen>
|
||||
<overlay element="overlay">
|
||||
<bounds x="0" y="0" width="168" height="224" />
|
||||
<bounds x="0" y="0" width="3" height="4" />
|
||||
</overlay>
|
||||
<bezel element="overlay">
|
||||
<bounds x="0" y="0" width="168" height="224" />
|
||||
<color alpha="0.1" />
|
||||
</bezel>
|
||||
</view>
|
||||
</mamelayout>
|
Loading…
Reference in New Issue
Block a user