diff options
Diffstat (limited to 'src/mame/layout/spacezap.lay')
-rw-r--r-- | src/mame/layout/spacezap.lay | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/layout/spacezap.lay b/src/mame/layout/spacezap.lay index fe5b4cd7364..bb6d690a0f5 100644 --- a/src/mame/layout/spacezap.lay +++ b/src/mame/layout/spacezap.lay @@ -208,16 +208,14 @@ license:CC0 </element> - <view name="Color Overlay"> - <bounds left="0" top="0" right="400" bottom="300" /> <screen index="0"> <bounds left="0" top="0" right="400" bottom="300" /> </screen> - <overlay name="overlay" element="overlay"> + <element ref="overlay" blend="multiply"> <bounds x="-100" y="-150" width="600" height="600" /> - </overlay> + </element> </view> </mamelayout> |