mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-26 16:48:51 +01:00
39 lines
1.7 KiB
XML
39 lines
1.7 KiB
XML
<layout width="1920" height="1080" font="Age.otf" loadFontSize="32" fontColor="eeeeee">
|
|
<sound type="load" src="load.wav" />
|
|
<sound type="unload" src="unload.wav" />
|
|
<sound type="highlight" src="highlight.wav" />
|
|
<sound type="select" src="select.wav" />
|
|
|
|
<!-- background -->
|
|
<container backgroundColor="C0392B" backgroundAlpha="1.0" x="0" y="0" height="stretch" width="stretch" layer="0"/>
|
|
|
|
<!-- Item name and border -->
|
|
<container backgroundColor="FFFFFF" backgroundAlpha="0.3" x="0" y="bottom" yOrigin="center" yOffset="-100" height="100" width="stretch" layer="4"/>
|
|
<reloadableText type="title" x="20" y="bottom" yOrigin="center" yOffset="-90" height="80" layer="5">
|
|
<onHighlightEnter>
|
|
<set duration=".2">
|
|
<animate type="x" from="right" to="20" algorithm="easeinquadratic"/>
|
|
<animate type="xOrigin" from="right" to="left" algorithm="easeinquadratic"/>
|
|
</set>
|
|
</onHighlightEnter>
|
|
<onHighlightExit>
|
|
<set duration=".2">
|
|
<animate type="x" from="20" to="left" algorithm="easeinquadratic"/>
|
|
<animate type="xOrigin" from="left" to="right" algorithm="easeinquadratic"/>
|
|
</set>
|
|
</onHighlightExit>
|
|
</reloadableText>
|
|
|
|
<!-- menu -->
|
|
<menu type="custom" imageType="title" orientation="horizontal" algorithm="easeincircular" xOffset="500" y="10" width="center" height="1040" speed="0.05" acceleration="0.05">
|
|
<itemDefaults spacing="10" y="center" yOrigin="center" fontSize="35" alpha="0.5" layer="5"/>
|
|
<item alpha="0" xOrigin="left" x="right" />
|
|
<item alpha="1" x="center" xOrigin="center" selected="true" height="700"/>
|
|
<item alpha="0" xOrigin="right" x="left" />
|
|
</menu>
|
|
</layout>
|
|
|
|
|
|
|
|
|