mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 18:28:52 +01:00
Added preliminary Pandora's Box theme in 16x9.
This commit is contained in:
parent
6d69a454d3
commit
d3b5112163
Binary file not shown.
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/bg.png
Normal file
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 MiB |
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/bkgnd.png
Normal file
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/bkgnd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
253
Package/Environment/Common/layouts/Pandora's Box 16x9/layout.xml
Normal file
253
Package/Environment/Common/layouts/Pandora's Box 16x9/layout.xml
Normal file
@ -0,0 +1,253 @@
|
|||||||
|
<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 -->
|
||||||
|
|
||||||
|
<image src="bg.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 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="200" maxHeight="350" fontSize="35" layer="2"/>
|
||||||
|
<item xOffset="-1150" alpha="0" algorithm="easeinquadratic"/>
|
||||||
|
<item xOffset="-940">
|
||||||
|
<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="-730">
|
||||||
|
<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="-520">
|
||||||
|
<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="-310">
|
||||||
|
<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="400" layer="3">
|
||||||
|
<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="310">
|
||||||
|
<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="520">
|
||||||
|
<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="730">
|
||||||
|
<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="940">
|
||||||
|
<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="1150" 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" width="200" maxHeight="350" fontSize="35" layer="2"/>
|
||||||
|
<item xOffset="-1150" alpha="0" algorithm="easeinquadratic"/>
|
||||||
|
<item xOffset="-940">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="-730">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="-520">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="-310">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item selected="true" width="400" layer="3">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="310">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="520">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="730">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="940">
|
||||||
|
<onMenuExit>
|
||||||
|
<set duration=".3">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onMenuExit>
|
||||||
|
</item>
|
||||||
|
<item xOffset="1150" alpha="0" algorithm="easeinquadratic"/>
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Reloadable items -->
|
||||||
|
|
||||||
|
<image src="videobg.png" x="400" y="300" xOrigin="center" yOrigin="center" height="520" width="750" layer="2"/>
|
||||||
|
<reloadableVideo imageType="screenshot" x="400" y="300" xOrigin="center" yOrigin="center" height="480" maxWidth="640" layer="3">
|
||||||
|
<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>
|
||||||
|
</reloadableVideo>
|
||||||
|
<reloadableImage type="device" x="1300" y="1000" xOrigin="center" yOrigin="bottom" maxHeight="950" width="2000" layer="1">
|
||||||
|
<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>
|
||||||
|
<image src="border.png" x="0" y="1080" xOrigin="left" yOrigin="bottom" height="350" width="1920" layer="4"/>
|
||||||
|
<reloadableImage type="device" mode="system" x="1300" y="1000" xOrigin="center" yOrigin="bottom" maxHeight="950" width="2000" layer="1">
|
||||||
|
</reloadableImage>
|
||||||
|
<reloadableImage type="logo" x="960" y="950" xOrigin="center" yOrigin="center" maxHeight="200" layer="5">
|
||||||
|
<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" mode="system" x="1300" y="80" xOrigin="center" yOrigin="top" height="200" layer="5"/>
|
||||||
|
<reloadableText type="year" x="550" y="1000" xOrigin="left" yOrigin="center" fontSize="32" maxWidth="200" layer="5"/>
|
||||||
|
<reloadableText type="manufacturer" x="1350" y="1000" xOrigin="right" yOrigin="center" fontSize="32" maxWidth="200" layer="5"/>
|
||||||
|
|
||||||
|
|
||||||
|
</layout>
|
||||||
@ -0,0 +1,186 @@
|
|||||||
|
<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>
|
||||||
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/load.wav
Normal file
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/load.wav
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/logo.png
Normal file
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/select.wav
Normal file
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/select.wav
Normal file
Binary file not shown.
@ -0,0 +1,38 @@
|
|||||||
|
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="dedede" minShowTime="2">
|
||||||
|
|
||||||
|
<!--backgroundImage-->
|
||||||
|
<image src="bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
|
||||||
|
|
||||||
|
<!-- logo -->
|
||||||
|
<image src="logo.png" x="center" y="center" height="400" xOrigin="center" yOrigin="center" layer="1" alpha="1"/>
|
||||||
|
|
||||||
|
<text value="Loading..." x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-220" height="150" width="stretch" fontSize="48" layer="3">
|
||||||
|
<onEnter>
|
||||||
|
<set duration=".2">
|
||||||
|
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onEnter>
|
||||||
|
<onIdle>
|
||||||
|
<set duration=".2">
|
||||||
|
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
<set duration=".2">
|
||||||
|
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onIdle>
|
||||||
|
<onExit>
|
||||||
|
<set duration=".2">
|
||||||
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||||
|
</set>
|
||||||
|
</onExit>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
|
||||||
|
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" fontSize="25" layer="3" />
|
||||||
|
<image src="splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="334" layer="1" alpha="1"/>
|
||||||
|
|
||||||
|
</layout>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/unload.wav
Normal file
BIN
Package/Environment/Common/layouts/Pandora's Box 16x9/unload.wav
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user