mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 10:18:53 +01:00
Removed the unused files from Pandora's Box.
This commit is contained in:
parent
d3b5112163
commit
0e201d35c0
@ -1,186 +0,0 @@
|
||||
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="64" fontColor="dedede">
|
||||
|
||||
|
||||
<!-- Sounds -->
|
||||
|
||||
<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: image and pulsating red background -->
|
||||
|
||||
<!-- Menu structure Main Menu -->
|
||||
|
||||
<menu type="custom" imageType="device" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" >
|
||||
<itemDefaults x="center" y="680" xOrigin="center" yOrigin="center" width="300" maxHeight="350" fontSize="35" layer="6"/>
|
||||
<item xOffset="-1420" alpha="0" algorithm="easeinquadratic"/>
|
||||
<item xOffset="-1060">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="-720">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="-380">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item selected="true" width="500" layer="7">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="380">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="720">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="1060">
|
||||
<onMenuEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="1420" alpha="0" algorithm="easeinquadratic"/>
|
||||
</menu>
|
||||
|
||||
|
||||
<!-- Menu structure Collections -->
|
||||
|
||||
<menu type="custom" imageType="artwork_front" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal">
|
||||
<itemDefaults x="center" y="680" xOrigin="center" yOrigin="center" height="250" fontSize="35" layer="6"/>
|
||||
<item xOffset="-1420" alpha="0" algorithm="easeinquadratic"/>
|
||||
<item xOffset="-1060">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="-720">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="-380">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item selected="true" height="350" layer="7">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="380">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="720">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="1060">
|
||||
<onMenuExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
</item>
|
||||
<item xOffset="1420" alpha="0" algorithm="easeinquadratic"/>
|
||||
</menu>
|
||||
|
||||
|
||||
<!-- Reloadable items -->
|
||||
|
||||
<reloadableVideo imageType="screenshot" x="960" y="360" xOrigin="center" yOrigin="center" height="450" maxWidth="1920" layer="1">
|
||||
<onHighlightEnter>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onHighlightEnter>
|
||||
<onHighlightExit>
|
||||
<set duration=".3">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onHighlightExit>
|
||||
</reloadableVideo>
|
||||
<reloadableImage type="device" mode="system" x="960" y="680" xOrigin="center" yOrigin="center" maxHeight="350" width="500" layer="3"/>
|
||||
<reloadableImage type="logo" x="960" y="960" xOrigin="center" yOrigin="top" maxHeight="100" layer="3"/>
|
||||
<reloadableImage type="logo" mode="system" x="960" y="80" xOrigin="center" yOrigin="center" maxHeight="100" alpha="0.3" layer="3"/>
|
||||
<reloadableText type="year" x="550" y="1000" xOrigin="left" yOrigin="center" fontSize="32" maxWidth="200" layer="3"/>
|
||||
<reloadableText type="manufacturer" x="1350" y="1000" xOrigin="right" yOrigin="center" fontSize="32" maxWidth="200" layer="3"/>
|
||||
|
||||
|
||||
</layout>
|
||||
Loading…
x
Reference in New Issue
Block a user