Adjust a few layouts from the last batch.

* splus.cpp: Corrected screen aspect, moved LEDs/labels off screen.
* z80ne.cpp: Restored additive screen blending for z80net/z80netb/z80netf.
This commit is contained in:
Vas Crabb 2020-09-11 11:41:33 +10:00
parent 02e6267bb5
commit 1ac0edb56d
4 changed files with 21 additions and 21 deletions

View File

@ -90,57 +90,57 @@ license:CC0
</element>
<view name="Buttons">
<bounds left="0" top="0" right="340" bottom="310" />
<bounds left="0" top="0" right="360" bottom="420" />
<screen index="0">
<bounds left="10" top="40" right="330" bottom="240" />
<bounds left="0" top="0" right="360" bottom="270" />
</screen>
<element name="s_bnk41" ref="insertcoin">
<bounds x="160" y="170" width="74" height="20" />
<bounds x="160" y="280" width="74" height="20" />
</element>
<element name="s_bnk46" ref="cashout">
<bounds x="10" y="280" width="74" height="20" />
<bounds x="10" y="390" width="74" height="20" />
</element>
<element name="s_bnk45" ref="bet1">
<bounds x="92" y="280" width="74" height="20" />
<bounds x="92" y="390" width="74" height="20" />
</element>
<element name="s_bnk44" ref="betmax">
<bounds x="174" y="280" width="74" height="20" />
<bounds x="174" y="390" width="74" height="20" />
</element>
<element name="wp" ref="winnerpaid">
<bounds x="10" y="190" width="120" height="40" />
<bounds x="10" y="300" width="120" height="40" />
</element>
<element name="digit0" ref="digit">
<bounds x="10" y="230" width="25" height="40" />
<bounds x="10" y="340" width="25" height="40" />
</element>
<element name="digit1" ref="digit">
<bounds x="35" y="230" width="25" height="40" />
<bounds x="35" y="340" width="25" height="40" />
</element>
<element name="digit2" ref="digit">
<bounds x="60" y="230" width="25" height="40" />
<bounds x="60" y="340" width="25" height="40" />
</element>
<element name="digit3" ref="digit">
<bounds x="85" y="230" width="25" height="40" />
<bounds x="85" y="340" width="25" height="40" />
</element>
<element name="cr" ref="credits">
<bounds x="160" y="190" width="80" height="40" />
<bounds x="160" y="300" width="80" height="40" />
</element>
<element name="digit4" ref="digit">
<bounds x="130" y="230" width="25" height="40" />
<bounds x="130" y="340" width="25" height="40" />
</element>
<element name="digit5" ref="digit">
<bounds x="155" y="230" width="25" height="40" />
<bounds x="155" y="340" width="25" height="40" />
</element>
<element name="digit6" ref="digit">
<bounds x="180" y="230" width="25" height="40" />
<bounds x="180" y="340" width="25" height="40" />
</element>
<element name="digit7" ref="digit">
<bounds x="205" y="230" width="25" height="40" />
<bounds x="205" y="340" width="25" height="40" />
</element>
<element name="cr" ref="played">
<bounds x="270" y="190" width="80" height="40" />
<bounds x="270" y="300" width="80" height="40" />
</element>
<element name="digit8" ref="digit">
<bounds x="290" y="230" width="25" height="40" />
<bounds x="290" y="340" width="25" height="40" />
</element>
</view>
</mamelayout>

View File

@ -504,7 +504,7 @@ copyright-holders:Roberto Lavarone
<bounds x="724" y="74" width="375" height="480" />
</element>
<screen index="0">
<screen index="0" blend="add">
<bounds x="65" y="74" width="640" height="480" />
</screen>

View File

@ -47,7 +47,7 @@ copyright-holders:Roberto Lavarone
<bounds x="65" y="74" width="640" height="480" />
</element>
<screen index="0">
<screen index="0" blend="add">
<bounds x="65" y="74" width="640" height="480" />
</screen>

View File

@ -530,7 +530,7 @@ copyright-holders:Roberto Lavarone
<bounds x="724" y="74" width="375" height="330" />
</element>
<screen index="0">
<screen index="0" blend="add">
<bounds x="65" y="74" width="640" height="480" />
</screen>