Reworked MAMEd themes.

This commit is contained in:
Pieter Hulshoff
2015-03-12 15:31:42 +01:00
parent 0ff0f8a776
commit e8b2b4b5bc
3 changed files with 46 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
</reloadableImage>
<reloadableImage type="device" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3">
<reloadableImage type="device" x="1473" y="590" xOrigin="center" yOrigin="bottom" height="480" maxWidth="650" layer="3">
<onHighlightEnter menuIndex="0">
<set duration=".3">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
@@ -112,10 +112,22 @@
</set>
</onHighlightExit>
</reloadableImage>
<reloadableImage type="device" mode="system" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3"/>
<reloadableImage type="device" mode="system" x="1473" y="590" xOrigin="center" yOrigin="bottom" height="480" maxWidth="650" layer="3"/>
<reloadableImage type="logo" x="597" y="350" xOrigin="center" yOrigin="bottom" maxHeight="200" maxWidth="200" layer="4" alpha="0">
<reloadableImage type="logo" x="1473" y="100" xOrigin="center" yOrigin="top" height="170" maxWidth="650" layer="4">
<onHighlightEnter>
<set duration=".3">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit>
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</reloadableImage>
<reloadableImage type="logo" x="597" y="350" xOrigin="center" yOrigin="bottom" height="60" maxWidth="200" layer="4" alpha="0">
<onIdle>
<set duration="1">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>