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

2769 lines
104 KiB
XML
Executable File

<layout width="1920" height="1080" 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 920 for half bar or 0 to 1878 for full bar-->
<image src="images/infobar1.png" alpha="0" x="1878" 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="440" 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="440" 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="628" 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="628" 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="1682" 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="450" 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="450" 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="1668" 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="450" 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="450" 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="1555" y="220" width="400" height="300" 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" 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="758" y="220" width="1920" maxHeight="2560" xOrigin="center" yOrigin="center" containerX="165" containerY="70" containerWidth="1186" containerHeight="300" 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="180" 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="180" 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="180" 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="110" y="623" width="1850" 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="730" 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="1000" y="730" maxWidth="700" 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="780" 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="1000" y="780" maxWidth="700" 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="830" 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="1000" y="830" maxWidth="700" 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="880" 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="1000" y="880" maxWidth="700" 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="930" 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="1000" y="930" maxWidth="700" 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="980" 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="1000" y="980" maxWidth="700" 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="480" y="855" maxWidth="490" height="340" 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="855" width="2000" maxHeight="4000" xOrigin="center" yOrigin="center" containerX="235" containerY="685" 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="-1440" alpha="0"/>
<item xOffset="-1440">
<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="-960">
<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="-480">
<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="480">
<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="960">
<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="1440">
<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="1440" 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="1156" 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="530" width="1704" height="906" 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="1900" 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="145" y="135" 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="620" y="135" 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="145" y="215" 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="620" y="215" 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="145" y="298" 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="620" y="298" 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="1820" 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="1500" 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="145" y="175" maxWidth="450" 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="1870" y="1070" maxWidth="85" height="85" 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="1760" y="1070" maxWidth="125" height="85" 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="1630" y="1070" maxWidth="125" height="85" 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="620" y="175" maxWidth="450" 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="145" y="255" maxWidth="450" 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="620" y="255" maxWidth="450" 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="145" y="340" 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="620" y="340" 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="145" y="370" width="940" 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="85" x="20" y="1070" 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="90" 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="980" 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="1555" y="220" width="400" maxHeight="300" 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="1450"/>
<animate type="y" to="350" />
<animate type="width" to="594"/>
<animate type="maxHeight" to="445"/>
</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="1555"/>
<animate type="y" to="220" />
<animate type="width" to="400"/>
<animate type="maxHeight" to="300"/>
</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="1150" y="430" xOrigin="center" yOrigin="top" maxHeight="40" 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="y" to="430" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuEnter menuIndex="!0">
<set duration=".15">
<animate type="alpha" from="0" to="0" 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>