2017-07-14 14:44:05 +02:00

2718 lines
102 KiB
XML
Executable File

<layout width="1600" height="1200" font="fonts/OpenSans.ttf" loadFontSize="36" fontColor="dedede">
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Sounds -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<sound type="load" src="sounds/load.wav" />
<sound type="unload" src="sounds/unload.wav" />
<sound type="highlight" src="sounds/highlight.wav" />
<sound type="select" src="sounds/select.wav" />
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Fan art background -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Fan Art Background -->
<reloadableImage type="fanart" alpha="0" x="center" y="center" width="stretch" height="stretch" xOrigin="center" yOrigin="center" layer="0">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter>
<set duration=".5">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit>
<set duration=".05">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Main menu fixed art & text -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Bar -->
<image src="images/bar.png" alpha="0" x="center" y="center" width="stretch" height="135" xOrigin="center" yOrigin="center" layer="11">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Info Bar Top -->
<!--0 to 765 for half bar or 0 to 1558 for full bar-->
<image src="images/infobar1.png" alpha="0" x="1558" y="center" xOrigin="right" yOrigin="center" layer="9">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="510" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="510" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Info Bar Bottom -->
<!--1920 to 1000 for half bar or 1920 to 42 for full bar-->
<image src="images/infobar2.png" alpha="0" x="42" y="center" xOrigin="left" yOrigin="center" layer="9">
<onEnter>
<set duration=".8">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="685" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".8">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="685" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Time -->
<!-- With seconds = %I:%M:%S %p / Without seconds = %I:%M %p -->
<reloadableText type="time" timeFormat="%I:%M:%S %p" alpha="0" x="1360" y="center" xOrigin="left" yOrigin="center" fontSize="42" loadFontSize="42" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="515" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="515" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Date -->
<!-- http://www.cplusplus.com/reference/ctime/strftime/ -->
<reloadableText type="time" alpha="0" timeFormat="%A, %B %d, %Y" x="1360" y="center" xOrigin="right" yOrigin="center" fontSize="42" loadFontSize="42" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="515" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
<animate type="y" from="center" to="515" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Main menu reloadable art & text -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- video_background -->
<image src="images/black.png" alpha="0" x="1300" y="220" width="360" height="280" xOrigin="center" yOrigin="center" layer="8">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- video_overlay -->
<image src="images/video_overlay.png" alpha="0" x="center" y="220" width="1400" xOrigin="center" yOrigin="center" layer="11">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Rectangular cropped video -->
<reloadableVideo imageType="screenshot" alpha="0" x="700" y="220" width="1920" maxHeight="2560" xOrigin="center" yOrigin="center" containerX="128" containerY="80" containerWidth="1000" containerHeight="280" layer="9">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</relodableVideo>
<!-- text_overlay -->
<reloadableText mode="system" type="title" alpha="0" x="140" y="220" maxWidth="900" height="40" xOrigin="left" yOrigin="center" font="fonts/Oswald-Bold.ttf" fontSize="80" loadFontSize="80" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="manufacturer" alpha="0" x="140" y="280" maxWidth="900" height="40" xOrigin="left" yOrigin="center" font="fonts/Oswald-Regular.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText mode="system" type="year" alpha="0" x="140" y="320" maxWidth="900" height="40" xOrigin="left" yOrigin="center" font="fonts/Oswald-Regular.ttf" fontSize="30" loadFontSize="30" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Scrolling text containing the Horizontal story -->
<reloadableScrollingText type="story" alpha="1" x="80" y="683" width="1530" height="35" xOrigin="left" yOrigin="center" font="fonts/Oswald-Regular.ttf" fontSize="35" loadFontSize="35" fontColor="f2f2f2" direction="horizontal" scrollingSpeed="100" startPosition="1820" startTime="1" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableScrollingText>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- System Info -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Device Text overlay -->
<reloadableText type="lb_manufacturer" alpha="0" x="750" y="845" maxWidth="250" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="manufacturer" alpha="0" x="980" y="845" maxWidth="570" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="lb_type" alpha="0" x="750" y="895" maxWidth="250" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="type" alpha="0" x="980" y="895" maxWidth="570" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="lb_generation" alpha="0" x="750" y="945" maxWidth="250" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="generation" alpha="0" x="980" y="945" maxWidth="570" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="lb_year" alpha="0" x="750" y="995" maxWidth="250" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="year" alpha="0" x="995" y="995" maxWidth="570" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="lb_media" alpha="0" x="750" y="1045" maxWidth="250" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="media" alpha="0" x="980" y="1045" maxWidth="570" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="lb_cpu" alpha="0" x="750" y="1095" maxWidth="250" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="75c8f7" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<reloadableText type="cpu" alpha="0" x="980" y="1095" maxWidth="570" height="50" xOrigin="left" yOrigin="center" font="fonts/BebasNeue.ttf" fontSize="50" loadFontSize="50" fontColor="ffffff" layer="10">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Device image -->
<reloadableImage type="device" alpha="0" x="350" y="975" maxWidth="500" height="330" xOrigin="center" yOrigin="center" layer="11">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15" menuIndex="0">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- Device image container overlay-->
<image src="images/system_info_overlay.png" alpha="0" x="center" y="bottom" width="1600" maxHeight="400" xOrigin="center" yOrigin="bottom" yOffset="-25" layer="9">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15" menuIndex="0">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Device image container -->
<reloadableImage type="device" x="center" y="975" width="2000" maxHeight="4000" xOrigin="center" yOrigin="center" containerX="75" containerY="805" containerWidth="1450" containerHeight="340" layer="9">
<onEnter>
<set duration=".8">
<animate type="alpha" to=".2" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to=".2" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15" menuIndex="0">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to=".2" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- Device image container background-->
<image src="images/system_info_bg.png" x="center" alpha="0" y="bottom" width="1600" maxHeight="400" xOrigin="center" yOrigin="bottom" yOffset="-25" layer="8">
<onEnter>
<set duration=".8">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15" menuIndex="0">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Main menu wheel -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Logo Menu -->
<menu type="custom" imageType="logo" scrollTime=".2" scrollAcceleration=".02" orientation="horizontal" x="0" width="center" y="910" algorithm="easeincircular">
<itemDefaults alpha="0.2" x="center" y="center" maxWidth="400" height="90" xOrigin="center" yOrigin="center" yOffset="-5" fontSize="144" loadFontSize="144" layer="12"/>
<item xOffset="-1500" alpha="0"/>
<item xOffset="-1000">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="-500">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="0" layer="12" alpha="1" selected="true">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="height" from="120" to="90" algorithm="easeinquadratic"/>
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="height" to="120" algorithm="easeinquadratic"/>
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".5">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="500">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="1000">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="0">
<set duration=".15">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="1500" alpha="0"/>
</menu>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Collection menu fixed art & text -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Top Bar -->
<image src="images/topbar.png" x="0" y="-50" width="stretch" height="50" yOrigin="bottom" layer="5">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="y" from="0" to="50"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="y" from="50" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Floor -->
<image src="images/floor.png" alpha="0" x="0" y="1200" width="stretch" height="210" yOrigin="bottom" layer="8">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="0" to="1`"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- Information Wall -->
<image src="images/wall.png" alpha="0" x="center" y="553" width="1484" height="952" xOrigin="center" yOrigin="center" yOffset="-20" layer="9">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="0" to=".75"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from=".75" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</image>
<!-- "Items" -->
<text value="ITEMS" x="1590" y="-68" xOrigin="right" yOrigin="center" fontSize="42" loadFontSize="42" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="y" from="-68" to="25"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="y" from="25" to="-68"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!-- "Publisher:" -->
<text value="Publisher:" alpha="0" x="90" y="138" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="75c8f7" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!-- "Developer:" -->
<text value="Developer:" alpha="0" x="510" y="138" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="75c8f7" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!-- "Genre:" -->
<text value="Genre:" alpha="0" x="90" y="223" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="75c8f7" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!-- "Rating:" -->
<text value="Rating:" alpha="0" x="510" y="223" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="75c8f7" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!-- "Year:" -->
<text value="Year:" alpha="0" x="90" y="310" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="75c8f7" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!-- "Score:" -->
<text value="Score:" alpha="0" x="510" y="310" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="75c8f7" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</text>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Collection menu reloadable art & text: Top bar-->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Time -->
<!-- With seconds = %I:%M:%S %p / Without seconds = %I:%M %p -->
<reloadableText type="time" timeFormat="%I:%M:%S %p" x="center" y="-68" xOrigin="center" yOrigin="center" fontSize="42" loadFontSize="42" fontColor="ffffff" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="y" from="-68" to="25"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="y" from="25" to="-68"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Collection Name -->
<reloadableImage mode="system" type="logo" x="20" y="-68" maxWidth="400" height="45" xOrigin="left" yOrigin="center" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="y" from="-68" to="23"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="y" from="23" to="-68"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- Collection Size -->
<reloadableText type="collectionIndexSize" x="1500" y="-68" xOrigin="right" yOrigin="center" fontSize="42" loadFontSize="42" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="y" from="-68" to="25"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="y" from="25" to="-68"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Collection menu reloadable art & text: Wall -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Selected Title -->
<reloadableText type="title" alpha="0" x="center" y="92" maxWidth="1250" xOrigin="center" yOrigin="center" fontColor="75c8f7" fontSize="40" loadFontSize="40" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Selected Publisher -->
<reloadableText type="manufacturer" alpha="0" x="90" y="180" maxWidth="420" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- show genre image -->
<reloadableImage type="genre" mode="common" alpha="0" x="1535" y="1190" maxWidth="120" height="120" xOrigin="center" yOrigin="bottom" layer="15">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- show rating image -->
<reloadableImage type="rating" mode="common" alpha="0" x="1385" y="1190" maxWidth="180" height="120" xOrigin="center" yOrigin="bottom" layer="15">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- show Number of players image -->
<reloadableImage type="numberPlayers" mode="common" alpha="0" x="1200" y="1190" maxWidth="180" height="120" xOrigin="center" yOrigin="bottom" layer="15">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- Selected Developer -->
<reloadableText type="developer" alpha="0" x="510" y="180" maxWidth="420" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Selected Genre -->
<reloadableText type="genre" alpha="0" x="90" y="265" maxWidth="420" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Selected Rating -->
<reloadableText type="rating" alpha="0" x="510" y="265" maxWidth="420" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Selected Year -->
<reloadableText type="year" alpha="0" x="90" y="352" maxWidth="200" height="40" xOrigin="left" yOrigin="center" fontSize="40" loadFontSize="40" fontColor="ffffff" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableText>
<!-- Selected Score -->
<reloadableImage type="score" mode="common" alpha="0" x="510" y="352" maxWidth="200" height="30" xOrigin="left" yOrigin="center" layer="10">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- Scrolling text containing the vertical story -->
<reloadableScrollingText type="story" alpha="0" x="90" y="385" width="800" height="215" xOrigin="left" yOrigin="top" font="fonts/MC360.ttf" fontSize="35" loadFontSize="35" fontColor="f2f2f2" direction="vertical" alignment="justified" scrollingSpeed="15" startPosition="0" startTime="4" endTime="1" alpha="1" layer="19">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableScrollingText>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Collection menu reloadable art & text: Bottom bar -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- show manufacturer image -->
<reloadableImage type="manufacturer" mode="common" alpha="0" width="500" maxHeight="120" x="20" y="1190" xOrigin="left" yOrigin="bottom" layer="15">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!-- Game Logo -->
<reloadableImage type="logo" alpha="0" x="center" y="bottom" width="500" maxHeight="140" xOrigin="center" yOrigin="bottom" layer="19">
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</reloadableImage>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Collection menu wheel -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Box Menu -->
<menu type="custom" imageType="artwork_front" scrollTime=".2" scrollAcceleration=".02" orientation="horizontal" textFallback="true" x="0" font="fonts/Oswald-Regular.ttf" fontSize="20" loadFontSize="20" width="center" y="980" algorithm="easeincircular">
<itemDefaults alpha="1" x="center" y="1030" width="270" maxHeight="340" xOrigin="center" yOrigin="bottom" layer="12" fontSize="50" loadFontSize="50" fontColor="ffffff" reflection="bottom" reflectionDistance="2" reflectionScale="1" reflectionAlpha=".2"/>
<item xOffset="-1150" alpha="0"/>
<item xOffset="-875">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="-600">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="-325">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="0" yOffset="10" selected="true" width="350" maxHeight="400" layer="13">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".5">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="325">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="600">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="875">
<onExit>
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onExit>
<onMenuEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0"/>
</set>
</onMenuExit>
<onGameEnter menuIndex="i">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
<onGameExit menuIndex="i">
<set duration=".15">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
</item>
<item xOffset="1150" alpha="0"/>
</menu>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Main video -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<reloadableVideo imageType="screenshot" alpha="1" x="1300" y="220" width="360" maxHeight="280" xOrigin="center" yOrigin="center" layer="9">
<onEnter>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<!-- Sub Menu Video -->
<onMenuEnter menuIndex="!0">
<set duration=".01">
<animate type="x" to="1220"/>
<animate type="y" to="320" />
<animate type="width" to="480"/>
<animate type="maxHeight" to="360"/>
</set>
<set duration=".14">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="!0">
<set duration=".14">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
<set duration=".01">
<animate type="x" to="1300"/>
<animate type="y" to="220" />
<animate type="width" to="360"/>
<animate type="maxHeight" to="280"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="!0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onGameExit>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
<onGameEnter>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
</reloadableVideo>
<!----------------------------------------------------------------------------------------------------------------------------------->
<!-- Playlist -->
<!----------------------------------------------------------------------------------------------------------------------------------->
<reloadableImage type="playlist" mode="common" alpha="0" x="980" y="500" xOrigin="center" yOrigin="top"
maxHeight="30" layer="19">
<onEnter>
<set duration=".8">
<animate type="nop"/>
</set>
</onEnter>
<onExit>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
<onMenuEnter menuIndex="0">
<set duration=".8">
<animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
<animate type="maxHeight" to="30" algorithm="easeinquadratic"/>
<animate type="y" to="500" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
<animate type="maxHeight" to="40" algorithm="easeinquadratic"/>
<animate type="y" to="2" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuExit menuIndex="!0">
<set duration=".15">
<animate type="y" to="-50" algorithm="easeinquadratic"/>
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onIdle>
<set duration="1">
<animate type="alpha" to="0.5" algorithm="easeinquadratic"/>
</set>
<set duration="1">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onIdle>
<onGameExit>
<set duration=".15">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</oneGameExit>
<onGameEnter>
<set duration=".15">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</oneGameEnter>
</reloadableImage>
</layout>