now Gameboy collection working, and back to 5% for low bat threshold. Also removed unused RetroFE themes

This commit is contained in:
vincent 2020-09-27 15:09:10 +02:00
parent 7364833b6b
commit 70126f920d
203 changed files with 1 additions and 7744 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,7 +0,0 @@
Theme by TimmyB
------------
Highlight.wav by orginaljun - orginaljun.deviantart.com
http://www.freesound.org/people/orginaljun/sounds/157871/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,330 +0,0 @@
<layout width="240" height="240" font="Roboto-Bold.ttf" loadFontSize="14" fontColor="FFFFFFF">
<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"/>
<!--Background Image-->
<!-- <image src="images/bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/> -->
<image src="images/background.png" x="0" y="0" height="stretch" width="stretch" layer="0">
<onEnter><set duration=".2"><animate type="alpha" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
</image>
<!-----------------MAIN MENU Section----------------->
<!-- This is the title text that shows at the bottom of the main menu list. -->
<!-- <reloadableText type="title" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="21" fontSize="48" layer="5">
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText> -->
<reloadableImage type="device" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" layer="2" alpha="0.4">
<onEnter><set duration=".2"><animate type="alpha" to="0.7" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".4"><animate type="alpha" from="0" to="0.7" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="0"><set duration=".2"><animate type="alpha" to="0.7" algorithm="easeinquadratic"/></set></onHighlightEnter> -
<!-- <onHighlightExit menuIndex="0"><set duration=".1"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onHighlightExit> -->
<onMenuScroll menuIndex="0">
<set duration=".2">
<animate type="alpha" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableImage>
<!--Main Menu Bar Background-->
<!--This image is the main menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<image src="images/barbkgrnd.png" alpha="0.8" x="center" y="center" yOffset="0" xOrigin="center" yOrigin="center" layer="5">
<onEnter><set duration=".2"><animate type="alpha" to="0.8" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="-104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="-104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</image>
<!--Main Menu index 0-->
<!-- This is the main menu. It is set to show game logo images instead of text -->
<menu type="custom" imageType="logo" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="center" y="0" y="center" yOffset="0" algorithm="easeincircular" >
<!-- itemDefaults allow you to set default attributes for all items in a menu list An item may still have its own attributes that override the defaults -->
<!-- Notice that xOffset and yOffset are set to center. This puts a pin in the very center of the image(or item). Normally it is in the top left corner of the image. From that pin we will put the coordinates of where we wish the image to be. In this case the the center of the screen x="center" and y="center". Now yOffset="58" moves the image 58 additional pixels towards the bottom. yOffset="-58" would move it 58 pixels towards the top -->
<itemDefaults x="center" y="center" yOrigin="center" xOrigin="center" width="100" spacing="10" yOffset="0" alpha="0.5" fontSize="14" layer="6"/>
<!-- In this menu each item is placed. notice that the first and last item of this menu are alpha="0" if this is not done you would see the last time of the menu move to be the first when scrolling. -->
<item xOffset="-177" alpha="0"/>
<item xOffset="-130">
<onEnter><set duration=".2"><animate type="alpha" to="0.5" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<!-- This is the Selected item of the menu we override the width and alpha here to make it more clear that it is indeed selected -->
<!-- we also have animations inplace so that this logo stays visable and moves to another location when entering the sub menu -->
<item selected="true" width="100" layer="7" alpha="1">
<onEnter><set duration=".2"><animate type="alpha" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="-104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="-104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</item>
<item xOffset="130">
<onEnter><set duration=".2"><animate type="alpha" to="0.5" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="177" alpha="0"/>
</menu>
<!-----------------SUB MENU----------------->
<!--Sub Menu index 1-->
<menu type="custom" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="240" y="218" yOrigin="center" algorithm="easeincircular">
<itemDefaults alpha="1" x="center" y="218" xOrigin="center" yOrigin="center" layer="12" fontSize="10" loadFontSize="10" width="110" fontColor="4b4f4d"/>
<item xOffset="-144" alpha="0"/>
<item xOffset="-135">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</item>
<item xOffset="0" selected="true" layer="13" fontSize="16" loadFontSize="16" width="150">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<!-- <onIdle menuIndex="1">
<set duration=".4">
<animate type="alpha" from="1" to=".6"/>
</set>
<set duration=".4">
<animate type="alpha" from=".6" to="1"/>
</set>
</onIdle> -->
</item>
<item xOffset="135">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</item>
<item xOffset="144" alpha="0"/>
</menu>
<!-- Title Text shown on the sub menu -->
<!--<reloadableText type="title" x="center" alpha="0" y="center" xOrigin="center" yOrigin="center" xOffset="47" yOffset="4" fontSize="48" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText>-->
<!--Sub Menu Bar Background-->
<!--This image is the sub menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<image src="images/barbkgrnd.png" x="0" xOrigin="left" xOffset="0" y="center" yOrigin="top" yOffset="120" alpha="0.5" layer="4">
<onMenuExit menuIndex="0">
<set duration=".1">
<animate type="yOffset" from="120" to="87" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuEnter menuIndex="0">
<set duration=".1">
<animate type="yOffset" from="87" to="120" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image>
<!-- This is the bar that is under the selected item of the sub menu list -->
<!-- <image src="images/barbkgrnd.png" x="0" xOrigin="left" xOffset="0" y="center" yOrigin="top" yOffset="120" alpha="0.5" layer="4">
<onMenuEnter menuIndex="1">
<set duration=".1">
<animate type="yOffset" from="120" to="87" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".1">
<animate type="yOffset" from="87" to="120" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image> -->
<!-- This is the game title that is over the video in the sub menu -->
<!-- <reloadableImage type="logo" alpha="0" xOffset="-92" yOffset="-85" x="center" y="center" angle="-20" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableImage> -->
<!-- This is the games box or flyer or CD Case art -->
<!-- The maxHeight and width prevent the image from being sized large than intended -->
<!-- if i want the images in a 500x500px space and there are different size images a 1000x500px flyer for example. maxHeight/Width will keep the image within that space -->
<!-- <reloadableImage type="artwork_front" alpha="0" xOffset="18" yOffset="-53" x="center" maxHeight="90" maxWidth="90" y="center" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuScroll menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableImage> -->
<!-- This is the Game artwork -->
<!-- <reloadableImage type="artwork_front" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" layer="1">
<onEnter><set duration=".2"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".14"><animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableImage> -->
<reloadableImage type="artwork_front" x="center" y="center" yOrigin="center" xOrigin="center" height="150" alpha="0" layer="1">
<onEnter><set duration=".2"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".14"><animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableImage>
<!-- <image src="images/test.png" x="center" y="center" yOrigin="center" xOrigin="center" height="stretch" width="stretch" alpha="0.5" layer="19"/> -->
</layout>

View File

@ -1,296 +0,0 @@
<layout width="240" height="240" font="Roboto-Bold.ttf" loadFontSize="14" fontColor="FFFFFFF">
<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"/>
<!--Background Image-->
<!-- <image src="images/bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/> -->
<image src="images/background.png" x="0" y="0" height="stretch" width="stretch" layer="0">
<onEnter><set duration=".2"><animate type="alpha" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
</image>
<!-----------------MAIN MENU Section----------------->
<!-- This is the title text that shows at the bottom of the main menu list. -->
<!-- <reloadableText type="title" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="21" fontSize="48" layer="5">
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText> -->
<reloadableImage type="device" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" layer="2" alpha="0.4">
<onEnter><set duration=".2"><animate type="alpha" to="0.7" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".4"><animate type="alpha" from="0" to="0.7" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="0"><set duration=".2"><animate type="alpha" to="0.7" algorithm="easeinquadratic"/></set></onHighlightEnter> -
<!-- <onHighlightExit menuIndex="0"><set duration=".1"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onHighlightExit> -->
<onMenuScroll menuIndex="0">
<set duration=".2">
<animate type="alpha" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableImage>
<!--Main Menu Bar Background-->
<!--This image is the main menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<image src="images/barbkgrnd.png" alpha="0.8" x="center" y="center" yOffset="0" xOrigin="center" yOrigin="center" layer="5">
<onEnter><set duration=".2"><animate type="alpha" to="0.8" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="-104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="-104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</image>
<!--Main Menu index 0-->
<!-- This is the main menu. It is set to show game logo images instead of text -->
<menu type="custom" imageType="logo" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="center" y="0" y="center" yOffset="0" algorithm="easeincircular" >
<!-- itemDefaults allow you to set default attributes for all items in a menu list An item may still have its own attributes that override the defaults -->
<!-- Notice that xOffset and yOffset are set to center. This puts a pin in the very center of the image(or item). Normally it is in the top left corner of the image. From that pin we will put the coordinates of where we wish the image to be. In this case the the center of the screen x="center" and y="center". Now yOffset="58" moves the image 58 additional pixels towards the bottom. yOffset="-58" would move it 58 pixels towards the top -->
<itemDefaults x="center" y="center" yOrigin="center" xOrigin="center" width="100" spacing="10" yOffset="0" alpha="0.5" fontSize="14" layer="6"/>
<!-- In this menu each item is placed. notice that the first and last item of this menu are alpha="0" if this is not done you would see the last time of the menu move to be the first when scrolling. -->
<item xOffset="-177" alpha="0"/>
<item xOffset="-130">
<onEnter><set duration=".2"><animate type="alpha" to="0.5" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<!-- This is the Selected item of the menu we override the width and alpha here to make it more clear that it is indeed selected -->
<!-- we also have animations inplace so that this logo stays visable and moves to another location when entering the sub menu -->
<item selected="true" width="100" layer="7" alpha="1">
<onEnter><set duration=".2"><animate type="alpha" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="-104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="-104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</item>
<item xOffset="130">
<onEnter><set duration=".2"><animate type="alpha" to="0.5" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="177" alpha="0"/>
</menu>
<!-----------------SUB MENU----------------->
<!--Sub Menu index 1-->
<menu type="custom" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="240" y="218" yOrigin="center" algorithm="easeincircular">
<itemDefaults alpha="1" x="center" y="218" xOrigin="center" yOrigin="center" layer="12" fontSize="10" loadFontSize="10" width="110" fontColor="4b4f4d"/>
<item xOffset="-144" alpha="0"/>
<item xOffset="-135">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</item>
<item xOffset="0" selected="true" layer="13" fontSize="16" loadFontSize="16" width="150">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<!-- <onIdle menuIndex="1">
<set duration=".4">
<animate type="alpha" from="1" to=".6"/>
</set>
<set duration=".4">
<animate type="alpha" from=".6" to="1"/>
</set>
</onIdle> -->
</item>
<item xOffset="135">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</item>
<item xOffset="144" alpha="0"/>
</menu>
<!-- Title Text shown on the sub menu -->
<!--<reloadableText type="title" x="center" alpha="0" y="center" xOrigin="center" yOrigin="center" xOffset="47" yOffset="4" fontSize="48" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText>-->
<!--Sub Menu Bar Background-->
<!--This image is the sub menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<image src="images/barbkgrnd.png" x="0" xOrigin="left" xOffset="0" y="center" yOrigin="top" yOffset="120" alpha="0.5" layer="4">
<onMenuExit menuIndex="0">
<set duration=".1">
<animate type="yOffset" from="120" to="87" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuEnter menuIndex="0">
<set duration=".1">
<animate type="yOffset" from="87" to="120" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image>
<!-- This is the bar that is under the selected item of the sub menu list -->
<!-- <image src="images/barbkgrnd.png" x="0" xOrigin="left" xOffset="0" y="center" yOrigin="top" yOffset="120" alpha="0.5" layer="4">
<onMenuEnter menuIndex="1">
<set duration=".1">
<animate type="yOffset" from="120" to="87" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".1">
<animate type="yOffset" from="87" to="120" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image> -->
<!-- This is the game title that is over the video in the sub menu -->
<!-- <reloadableImage type="logo" alpha="0" xOffset="-92" yOffset="-85" x="center" y="center" angle="-20" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableImage> -->
<!-- This is the games box or flyer or CD Case art -->
<!-- The maxHeight and width prevent the image from being sized large than intended -->
<!-- if i want the images in a 500x500px space and there are different size images a 1000x500px flyer for example. maxHeight/Width will keep the image within that space -->
<!-- <reloadableImage type="artwork_front" alpha="0" xOffset="18" yOffset="-53" x="center" maxHeight="90" maxWidth="90" y="center" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuScroll menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableImage> -->
<reloadableImage type="artwork_front" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" layer="1">
<onEnter><set duration=".2"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".14"><animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableImage>
</layout>

View File

@ -1,46 +0,0 @@
<layout width="240" height="240" font="Roboto-Bold.ttf" loadFontSize="18" fontColor="FFFFFFF">
<!--backgroundImage-->
<image src="images/background.png" x="0" y="0" height="stretch" width="stretch" layer="0">
<onEnter><set duration=".2"><animate type="alpha" to="1" algorithm="easeinquadratic"/></set></onEnter>
</image>
<!-- logo -->
<image src="images/logo.png" x="center" y="center" xOrigin="center" yOrigin="center" layer="1" alpha="1">
<onEnter><set duration=".2"><animate type="alpha" to="1" algorithm="easeinquadratic"/></set></onEnter>
</image>
<text value="Loading..." x="center" y="bottom" xOrigin="center" xOffset="0" yOrigin="center" yOffset="-20" height="33" width="stretch" fontSize="32" layer="3">
<onEnter>
<set duration=".4">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onIdle>
<set duration=".4">
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
</set>
<set duration=".4">
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
</set>
</onIdle>
<onExit>
<set duration=".4">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
</text>
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-39" height="33" width="stretch" fontSize="25" layer="3" />
<!-- <image src="images/splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="74" layer="1" alpha="1"/> -->
</layout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,7 +0,0 @@
Theme by Vincent Buso
------------
Highlight.wav by orginaljun - orginaljun.deviantart.com
http://www.freesound.org/people/orginaljun/sounds/157871/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

View File

@ -1,42 +0,0 @@
<layout width="240" height="240" font="Roboto-Bold.ttf" loadFontSize="18" fontColor="FFFFFFF">
<!--backgroundImage-->
<image src="images/background.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
<!-- logo -->
<image src="images/logo.png" x="center" y="center" xOrigin="center" yOrigin="center" layer="1" alpha="1"/>
<text value="Loading..." x="center" y="bottom" xOrigin="center" xOffset="0" yOrigin="center" yOffset="-20" height="33" width="stretch" fontSize="32" layer="3">
<!-- <onEnter>
<set duration=".4">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter> -->
<onIdle>
<set duration=".4">
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
</set>
<set duration=".4">
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
</set>
</onIdle>
<!-- <onExit>
<set duration=".4">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onExit> -->
</text>
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
<!-- <statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-39" height="33" width="stretch" fontSize="25" layer="3" /> -->
<!-- <image src="images/splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="74" layer="1" alpha="1"/> -->
</layout>

View File

@ -1,7 +0,0 @@
Theme by Vincent Buso
------------
Highlight.wav by orginaljun - orginaljun.deviantart.com
http://www.freesound.org/people/orginaljun/sounds/157871/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

View File

@ -1,754 +0,0 @@
<layout width="240" height="240" font="OpenSans-Bold.ttf" loadFontSize="14" fontColor="FFFFFF">
<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"/>
<!--Background Color-->
<image src="images/white_1px.png" x="center" y="center" yOrigin="center" xOrigin="center" height="stretch" width="stretch" layer="0" alpha="1">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</image>
<!--Background Image-->
<image src="images/background_purple.png" x="0" y="0" height="stretch" width="stretch" layer="1" dithering="true">
<!-- <onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter> -->
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuExit>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to=".5"/></set></onMenuExit> -
<onMenuEnter menuIndex="1"><set duration="0.20"><animate type="alpha" to="0"/></set></onMenuExit>
</image>
<!-- <image src="images/test.png" x="center" y="center" yOrigin="center" xOrigin="center" height="stretch" width="stretch" layer="1" alpha="0.5"/> -->
<!-----------------MAIN MENU Section----------------->
<!--Main Menu index 0-->
<!-- This is the main menu. It is set to show game logo images instead of text -->
<menu type="custom" imageType="device" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="center" y="0" y="center" yOffset="0" algorithm="easeincircular" >
<!-- itemDefaults allow you to set default attributes for all items in a menu list An item may still have its own attributes that override the defaults -->
<!-- Notice that xOffset and yOffset are set to center. This puts a pin in the very center of the image(or item). Normally it is in the top left corner of the image. From that pin we will put the coordinates of where we wish the image to be. In this case the the center of the screen x="center" and y="center". Now yOffset="58" moves the image 58 additional pixels towards the bottom. yOffset="-58" would move it 58 pixels towards the top -->
<itemDefaults xOrigin="center" x="center" yOrigin="center" y="center" yOffset="0" width="140" spacing="10" alpha="0.8" loadFontSize="18" fontSize="18" layer="4"/>
<!-- In this menu each item is placed. notice that the first and last item of this menu are alpha="0" if this is not done you would see the last time of the menu move to be the first when scrolling. -->
<item xOffset="-240" alpha="0"/>
<item xOffset="-170">
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" to="0.8" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</item>
<!-- This is the Selected item of the menu we override the width and alpha here to make it more clear that it is indeed selected -->
<!-- we also have animations inplace so that this logo stays visable and moves to another location when entering the sub menu -->
<item selected="true" layer="4" alpha="1">
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" to="1" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</item>
<item xOffset="170">
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" to="0.8" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</item>
<item xOffset="240" alpha="0"/>
</menu>
<!--Collection title-->
<reloadableText type="title" textFormat="uppercase" alpha="0" x="center" xOrigin="center" y="bottom" yOrigin="center" yOffset="-30" fontSize="18" loadFontSize="18" fontColor="ffffff" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
<onHighlightExit menuIndex="0"><set duration=".1"><animate type="alpha" to="1"/></set></onHighlightExit>
<onMenuScroll menuIndex="0">
<set duration=".1">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableText>
<!--Battery-->
<battery reloadPeriod="3" fontColor="ffffff" alpha="0" x="right" xOrigin="right" xOffset="-5" y="top" yOrigin="center" yOffset="13" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</battery>
<!-- <image src="images/battery_white.png" alpha="0" x="right" xOrigin="right" xOffset="-8" width="24" height="10" y="top" yOrigin="center" yOffset="12" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</image> -->
<!-- <text value="==" alpha="0" x="right" xOrigin="right" xOffset="-10" y="top" yOrigin="center" yOffset="8" fontSize="18" loadFontSize="18" fontColor="ffffff" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</text> -->
<!--Main Menu Bar Background-->
<!--This image is the main menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<!-- <image src="images/white_1px.png" alpha="0.7" x="center" y="center" yOrigin="center" yOffset="0" xOrigin="center" yOrigin="0" width="stretch" height="33" layer="3">
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</image> -->
<!--Per-device image-->
<!-- <reloadableImage type="device" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" width="240" height="240" layer="2" alpha="0.8">
<onEnter><set duration=".2"><animate type="alpha" to=".8" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".4"><animate type="alpha" to="0.8" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".1"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightExit menuIndex="0"><set duration=".2"><animate type="alpha" to=".8" algorithm="easeinquadratic"/></set></onHighlightExit>
<onMenuScroll menuIndex="0">
<set duration=".2">
<animate type="alpha" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableImage> -->
<!-----------------SUB MENU 0.24 ----------------->
<!--Sub Menu index 1-->
<menu type="custom" orientation="vertical" scrollTime=".21" scrollAcceleration=".02" x="left" xOrigin="left" width="stretch" height="216" y="24" yOrigin="top" algorithm="easeinquadratic" layer="13" >
<itemDefaults alpha="1" x="70" xOrigin="left" xOffset="0" y="54" yOrigin="center" layer="12" fontSize="14" loadFontSize="14" fontColor="4b4f4d">
</itemDefaults>
<item yOffset="-30" alpha="0"/>
<item yOffset="0" selected="true" alpha="1" fontColor="ffffff">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".001"><animate type="alpha" to="0"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onMenuScroll menuIndex="1">
<set duration=".001">
<animate type="alpha" from="1" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="alpha" from="1" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</item>
<item yOffset="60">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</item>
<item yOffset="120">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</item>
<item yOffset="180">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</item>
<item yOffset="240" alpha="0"/>
</menu>
<!--Selected game background-->
<image src="images/purple_corrected_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="60" y="24" yOrigin="top" yOffset="0" alpha="0" layer="12">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image>
<!--Scrollable game title-->
<reloadableScrollingText type="title" alpha="0" x="70" xOrigin="left" xOffset="0" y="top" yOrigin="center" yOffset="54" width="170" height="60" fontSize="14" loadFontSize="14" fontColor="ffffff" direction="horizontal" scrollingSpeed="80" startPosition="0" startTime="2" endTime="2" layer="13" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1"><set duration=".001"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration=".001">
<animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="alpha" from="1" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</reloadableScrollingText>
<!--Game cover idx -1 -->
<reloadableImage type="artwork_front" selectedOffset="-1" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="-60" width="60" minHeight="60" maxWidth="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".5"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".001"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".001"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".5"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="-60" to="-60" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="-60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="-60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Fix Separation bar between 0 and 1 (simulating the only visible bit between -2 and -1)-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="0" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image>
<!--Separation bar between 0 and 1-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="60" height="1" y="24" yOrigin="top" yOffset="0" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="0" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 0 -->
<reloadableImage type="artwork_front" selectedOffset="0" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="0" width="60" minHeight="60" maxWidth="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="0" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!-- 1st half Separation bar between 0 and 1-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="60" height="1" y="24" yOrigin="top" yOffset="60" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</image>
<!-- 2nd half Separation bar between 0 and 1-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="60" width="180" height="1" y="24" yOrigin="top" yOffset="60" alpha="0" layer="11">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 1 -->
<reloadableImage type="artwork_front" selectedOffset="1" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="60" width="60" minHeight="60" maxWidth="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar between 1 and 2-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="120" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="120" to="120" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 2 -->
<reloadableImage type="artwork_front" selectedOffset="2" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="120" width="60" minHeight="60" maxWidth="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="120" to="120" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar between 2 and 3-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="180" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="180" to="180" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 3 -->
<reloadableImage type="artwork_front" selectedOffset="3" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="180" width="60" minHeight="60" maxWidth="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="180" to="180" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar between 2 and 3-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="240" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="240" to="240" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 4 -->
<reloadableImage type="artwork_front" selectedOffset="4" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="240" width="60" minHeight="60" maxWidth="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightExit menuIndex="1">
<set duration=".001">
<animate type="yOffset" from="240" to="240" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="easeinquadratic"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar vertical-->
<!-- <image src="images/gray_1px.png" x="60" xOrigin="left" xOffset="0" width="1" height="stretch" y="24" yOrigin="0" yOffset="0" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image> -->
<!-- Game Index -->
<!-- <reloadableText type="collectionIndexSize" alpha="0" x="right" xOrigin="right" xOffset="-10" y="bottom" yOrigin="bottom" yOffset="-10" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="15" >
<onMenuEnter menuIndex="1">
<set duration=".001">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".001">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText> -->
<!--Gradient on the right -->
<!-- <image src="images/gradient.png" x="right" xOrigin="right" xOffset="0" width="20" height="stretch" y="24" yOrigin="top" yOffset="0" alpha="0" layer="16">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".2"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".2"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image> -->
<!--Status bar -->
<image src="images/gray_1px.png" x="0" xOrigin="0" xOffset="0" width="stretch" height="24" y="0" yOrigin="0" yOffset="0" alpha="0" layer="16">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".1"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".1"><animate type="alpha" to="1"/></set></oneGameExit>
</image>
<!--Collection title in status bar //textFormat="uppercase" -->
<reloadableText type="collectionName" textFormat="uppercase" alpha="0" x="left" xOrigin="left" xOffset="8" y="0" yOrigin="center" yOffset="10" width="220" height="40" fontSize="15" loadFontSize="15" fontColor="4b4f4d" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<!-- <onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuExit> -->
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableText>
<!--Battery in status bar-->
<battery reloadPeriod="3" fontColor="4b4f4d" alpha="0" x="right" xOrigin="right" xOffset="-5" y="top" yOrigin="center" yOffset="13" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</battery>
<!-- <image src="images/battery_black.png" alpha="0" x="right" xOrigin="right" xOffset="-8" width="24" height="10" y="top" yOrigin="center" yOffset="12" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image> -->
<!-- <text value="==" alpha="0" x="right" xOrigin="right" xOffset="-10" y="top" yOrigin="center" yOffset="8" fontSize="18" loadFontSize="18" fontColor="4b4f4d" height="40" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</text> -->
<!-- Game CD cover -->
<!-- <reloadableImage type="artwork_front" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" layer="2" height="240">
<onEnter><set duration=".2"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".14"><animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightExit menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightExit>
<onMenuScroll menuIndex="1">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableImage> -->
<!--TO REMOVE - Hide screen-->
<!-- <image src="images/background_1px.png" x="0" y="0" height="stretch" width="stretch" layer="19" alpha="0.92"/> -->
</layout>

View File

@ -1,771 +0,0 @@
<layout width="240" height="240" font="OpenSans-Bold.ttf" loadFontSize="14" fontColor="FFFFFF">
<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"/>
<!--Background Color-->
<image src="images/white_1px.png" x="center" y="center" yOrigin="center" xOrigin="center" height="stretch" width="stretch" layer="0" alpha="1">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</image>
<!--Background Image-->
<image src="images/background_purple.png" x="0" y="0" height="stretch" width="stretch" layer="1" dithering="true">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuExit>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
</image>
<!-- <image src="images/purple_corrected_1px.png" x="0" y="0" height="stretch" width="stretch" layer="1">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuExit>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
</image> -->
<!-- <image src="images/test.png" x="center" y="center" yOrigin="center" xOrigin="center" height="stretch" width="stretch" layer="1" alpha="0.5"/> -->
<!-----------------MAIN MENU Section----------------->
<!--Main Menu index 0-->
<!-- This is the main menu. It is set to show game logo images instead of text -->
<menu type="custom" imageType="device" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="center" y="0" y="center" yOffset="0" algorithm="easeincircular" >
<!-- itemDefaults allow you to set default attributes for all items in a menu list An item may still have its own attributes that override the defaults -->
<!-- Notice that xOffset and yOffset are set to center. This puts a pin in the very center of the image(or item). Normally it is in the top left corner of the image. From that pin we will put the coordinates of where we wish the image to be. In this case the the center of the screen x="center" and y="center". Now yOffset="58" moves the image 58 additional pixels towards the bottom. yOffset="-58" would move it 58 pixels towards the top -->
<itemDefaults xOrigin="center" x="center" yOrigin="center" y="center" yOffset="0" width="140" spacing="10" alpha="0.8" loadFontSize="18" fontSize="18" layer="4"/>
<!-- In this menu each item is placed. notice that the first and last item of this menu are alpha="0" if this is not done you would see the last time of the menu move to be the first when scrolling. -->
<item xOffset="-240" alpha="0"/>
<item xOffset="-170">
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" to="0.8" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</item>
<!-- This is the Selected item of the menu we override the width and alpha here to make it more clear that it is indeed selected -->
<!-- we also have animations inplace so that this logo stays visable and moves to another location when entering the sub menu -->
<item selected="true" layer="4" alpha="1">
<!-- <onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter> -->
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" to="1" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</item>
<item xOffset="170">
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="alpha" to="0.8" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</item>
<item xOffset="240" alpha="0"/>
</menu>
<!--Collection title-->
<reloadableText type="title" textFormat="uppercase" alpha="0" x="center" xOrigin="center" y="bottom" yOrigin="center" yOffset="-30" fontSize="18" loadFontSize="18" fontColor="ffffff" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
<onHighlightEnter menuIndex="0"><set duration=".1"><animate type="alpha" to="1"/></set></onHighlightEnter>
<onMenuScroll menuIndex="0">
<set duration=".1">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableText>
<!--Battery-->
<battery reloadPeriod="3" fontColor="ffffff" alpha="0" x="right" xOrigin="right" xOffset="-5" y="top" yOrigin="center" yOffset="13" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</battery>
<!-- <image src="images/battery_white.png" alpha="0" x="right" xOrigin="right" xOffset="-8" width="24" height="10" y="top" yOrigin="center" yOffset="12" layer="14" >
<onEnter> <set duration=".3"><animate type="alpha" to="1"/></set></onEnter>
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="0"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</image> -->
<!--Main Menu Bar Background-->
<!--This image is the main menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<!-- <image src="images/white_1px.png" alpha="0.7" x="center" y="center" yOrigin="center" yOffset="0" xOrigin="center" yOrigin="0" width="stretch" height="33" layer="3">
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="0" to="104" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="yOffset" from="104" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</image> -->
<!--Per-device image-->
<!-- <reloadableImage type="device" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" width="240" height="240" layer="2" alpha="0.8">
<onEnter><set duration=".2"><animate type="alpha" to=".8" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="0"><set duration=".4"><animate type="alpha" to="0.8" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="0"><set duration=".1"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="0"><set duration=".2"><animate type="alpha" to=".8" algorithm="easeinquadratic"/></set></onHighlightEnter>
<onMenuScroll menuIndex="0">
<set duration=".2">
<animate type="alpha" to="0.2" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableImage> -->
<!-----------------SUB MENU 0.24 ----------------->
<!--Sub Menu index 1-->
<menu type="custom" orientation="vertical" scrollTime=".24" scrollAcceleration=".04" x="left" xOrigin="left" width="stretch" height="216" y="24" yOrigin="top" algorithm="linear" layer="13" >
<itemDefaults alpha="1" x="70" xOrigin="left" xOffset="0" y="54" yOrigin="center" layer="12" fontSize="14" loadFontSize="14" fontColor="4b4f4d">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
</itemDefaults>
<item yOffset="-30" alpha="0"/>
<item yOffset="0" selected="true" alpha="1" fontColor="ffffff">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onMenuScroll menuIndex="1">
<set duration=".01">
<animate type="alpha" from="1" to="1" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="alpha" from="1" to="1" algorithm="linear"/>
</set>
</onMenuFastScroll>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="alpha" from="0" to="0" algorithm="linear"/>
</set>
</onHighlightEnter>
</item>
<item yOffset="60">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</item>
<item yOffset="120">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</item>
<item yOffset="180">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onGameEnter>
</item>
<item yOffset="240" alpha="0"/>
</menu>
<!--Selected game background-->
<image src="images/purple_corrected_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="60" y="24" yOrigin="top" yOffset="0" alpha="0" layer="12">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image>
<!--Scrollable game title-->
<reloadableScrollingText type="title" alpha="0" x="70" xOrigin="left" xOffset="0" y="top" yOrigin="center" yOffset="54" width="170" height="60" fontSize="14" loadFontSize="14" fontColor="ffffff" direction="horizontal" scrollingSpeed="70" startPosition="0" startTime="2" endTime="2" layer="13" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onMenuScroll menuIndex="1">
<set duration=".01">
<animate type="alpha" from="0" to="0" algorithm="linear"/>
</set>
</onMenuScroll>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="alpha" from="1" to="1" algorithm="linear"/>
</set>
</onHighlightEnter>
</reloadableScrollingText>
<!--Game cover idx -1 -->
<reloadableImage type="artwork_front" selectedOffset="-1" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="-60" width="60" height="60" maxWidth="60" maxHeight="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".01"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="-60" to="-60" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="-60" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="-60" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Fix Separation bar between 0 and 1 (fimulating the only visible bit between -2 and -1)-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="0" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image>
<!--Separation bar between 0 and 1-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="60" height="1" y="24" yOrigin="top" yOffset="0" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="0" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 0 -->
<reloadableImage type="artwork_front" selectedOffset="0" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="0" width="60" height="60" maxWidth="60" maxHeight="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="0" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="0" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!-- 1st half Separation bar between 0 and 1-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="60" height="1" y="24" yOrigin="top" yOffset="60" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</image>
<!-- 2nd half Separation bar between 0 and 1-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="60" width="180" height="1" y="24" yOrigin="top" yOffset="60" alpha="0" layer="11">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 1 -->
<reloadableImage type="artwork_front" selectedOffset="1" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="60" width="60" height="60" maxWidth="60" maxHeight="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="60" to="60" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="60" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar between 1 and 2-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="120" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="120" to="120" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 2 -->
<reloadableImage type="artwork_front" selectedOffset="2" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="120" width="60" height="60" maxWidth="60" maxHeight="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="120" to="120" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="120" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar between 2 and 3-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="180" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="180" to="180" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 3 -->
<reloadableImage type="artwork_front" selectedOffset="3" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="180" width="60" height="60" maxWidth="60" maxHeight="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="180" to="180" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="180" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar between 2 and 3-->
<image src="images/gray_1px.png" x="left" xOrigin="left" xOffset="0" width="stretch" height="1" y="24" yOrigin="top" yOffset="240" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="240" to="240" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</image>
<!--Game cover idx 4 -->
<reloadableImage type="artwork_front" selectedOffset="4" alpha="0" x="30" xOrigin="center" xOffset="0" y="24" yOrigin="top" yOffset="240" width="60" height="60" maxWidth="60" maxHeight="60" textFallback="false" imageFallback="true" menuScrollReload="true" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1">
<set duration=".01">
<animate type="yOffset" from="240" to="240" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="linear"/>
</set>
</onMenuScroll>
<onMenuFastScroll menuIndex="1">
<set duration="0">
<animate type="yoffsetshiftmenudirection" from="240" to="60" algorithm="linear"/>
</set>
</onMenuFastScroll>
</reloadableImage>
<!--Separation bar vertical-->
<!-- <image src="images/gray_1px.png" x="60" xOrigin="left" xOffset="0" width="1" height="stretch" y="24" yOrigin="0" yOffset="0" alpha="0" layer="15">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image> -->
<!--Scrollable game title-->
<!-- <reloadableScrollingText type="title" alpha="0" x="center" xOrigin="center" y="center" yOrigin="center" yOffset="-12" width="200" fontSize="16" loadFontSize="16" fontColor="4b4f4d" direction="horizontal" scrollingSpeed="60" startPosition="0" startTime="2" layer="14" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
<onHighlightEnter menuIndex="1"><set duration=".01"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration=".01">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
</reloadableScrollingText> -->
<!-- Game Index -->
<!-- <reloadableText type="collectionIndexSize" alpha="0" x="right" xOrigin="right" xOffset="-10" y="bottom" yOrigin="bottom" yOffset="-10" fontSize="14" loadFontSize="14" fontColor="4b4f4d" layer="15" >
<onMenuEnter menuIndex="1">
<set duration=".01">
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".01">
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText> -->
<!--Gradient on the right -->
<!-- <image src="images/gradient.png" x="right" xOrigin="right" xOffset="0" width="20" height="stretch" y="24" yOrigin="top" yOffset="0" alpha="0" layer="16">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".2"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".2"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image> -->
<!--Status bar -->
<image src="images/gray_1px.png" x="0" xOrigin="0" xOffset="0" width="stretch" height="24" y="0" yOrigin="0" yOffset="0" alpha="0" layer="16">
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".2"><animate type="alpha" to="1"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".2"><animate type="alpha" to="0"/></set></onMenuExit>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image>
<!--Collection title in status bar //textFormat="uppercase" -->
<reloadableText type="collectionName" textFormat="uppercase" alpha="0" x="left" xOrigin="left" xOffset="8" y="0" yOrigin="center" yOffset="10" width="220" height="40" fontSize="15" loadFontSize="15" fontColor="4b4f4d" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<!-- <onMenuExit menuIndex="0"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuExit> -->
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableText>
<!--Battery in status bar-->
<battery reloadPeriod="3" fontColor="4b4f4d" alpha="0" x="right" xOrigin="right" xOffset="-5" y="top" yOrigin="center" yOffset="13" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</battery>
<!-- <image src="images/battery_black.png" alpha="0" x="right" xOrigin="right" xOffset="-8" width="24" height="10" y="top" yOrigin="center" yOffset="14" layer="17" >
<onExit> <set duration=".3"><animate type="alpha" to="0"/></set></onExit>
<onMenuExit menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></onMenuExit>
<onMenuEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></onMenuEnter>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</image> -->
<!-- Game CD cover -->
<!-- <reloadableImage type="artwork_front" alpha="0" x="center" y="center" yOrigin="center" xOrigin="center" layer="2" height="240">
<onEnter><set duration=".2"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onEnter>
<onExit><set duration=".4"><animate type="alpha" to="0" algorithm="easeinquadratic"/></set></onExit>
<onMenuEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".14"><animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/></set></onMenuExit>
<onHighlightEnter menuIndex="1"><set duration=".14"><animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/></set></onHighlightEnter>
<onMenuScroll menuIndex="1">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuScroll>
<onGameEnter menuIndex="1"><set duration=".3"><animate type="alpha" to="0"/></set></oneGameEnter>
<onGameExit menuIndex="1"><set duration=".3"><animate type="alpha" to="1"/></set></oneGameExit>
</reloadableImage> -->
<!--TO REMOVE - Hide screen-->
<!-- <image src="images/background_1px.png" x="0" y="0" height="stretch" width="stretch" layer="19" alpha="0.92"/> -->
</layout>

View File

@ -1,42 +0,0 @@
<layout width="240" height="240" font="Roboto-Bold.ttf" loadFontSize="18" fontColor="FFFFFFF">
<!--backgroundImage-->
<image src="images/Funkey_S_gray.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
<!-- logo -->
<!-- <image src="images/logo.png" x="center" y="center" xOrigin="center" yOrigin="center" layer="1" alpha="1"/> -->
<text value="Loading..." x="center" y="bottom" xOrigin="center" xOffset="0" yOrigin="center" yOffset="-20" height="33" width="stretch" fontSize="32" layer="3">
<!-- <onEnter>
<set duration=".4">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter> -->
<onIdle>
<set duration=".4">
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
</set>
<set duration=".4">
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
</set>
</onIdle>
<!-- <onExit>
<set duration=".4">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onExit> -->
</text>
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
<!-- <statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-39" height="33" width="stretch" fontSize="25" layer="3" /> -->
<!-- <image src="images/splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="74" layer="1" alpha="1"/> -->
</layout>

Some files were not shown because too many files have changed in this diff Show More