Adding Sega Genesis collection (royalty free ROM)
|
After Width: | Height: | Size: 289 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 53 KiB |
@ -17,7 +17,7 @@ list.extensions = zip
|
||||
###############################################################################
|
||||
# The executable to run when an item in a collection item is selected
|
||||
###############################################################################
|
||||
launcher = nestopia
|
||||
launcher = fusion
|
||||
|
||||
###############################################################################
|
||||
# Default media paths to scan for artwork. Uncomment and edit to override
|
||||
|
After Width: | Height: | Size: 309 KiB |
|
After Width: | Height: | Size: 48 KiB |
@ -1,2 +0,0 @@
|
||||
executable = D:\Emulators\fceux\fceux.exe
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
2
Package/Environment/Common/launchers/fusion.conf
Normal file
@ -0,0 +1,2 @@
|
||||
executable = D:\Emulators\Fusion\Fusion.exe
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
@ -1,2 +0,0 @@
|
||||
executable = D:\Emulators\nestopia\nestopia.exe
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
@ -0,0 +1,7 @@
|
||||
Theme by TimmyB
|
||||
|
||||
|
||||
------------
|
||||
Highlight.wav by orginaljun - orginaljun.deviantart.com
|
||||
http://www.freesound.org/people/orginaljun/sounds/157871/
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="64" fontColor="dedede">
|
||||
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="EEEEEEE">
|
||||
<sound type="load" src="load.wav" />
|
||||
<sound type="unload" src="unload.wav" />
|
||||
<sound type="highlight" src="highlight.wav" />
|
||||
@ -237,7 +237,7 @@
|
||||
</onMenuExit>
|
||||
</reloadableImage>
|
||||
|
||||
<reloadableImage type="manufacturer" alpha="0" xOffset="-282" yOffset="260" x="center" y="center" xOrigin="center" yOrigin="center" layer="6">
|
||||
<reloadableImage type="device" alpha="0" xOffset="-282" yOffset="260" height="200" x="center" y="center" xOrigin="center" yOrigin="center" layer="6">
|
||||
<onMenuEnter menuIndex="1">
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
@ -365,28 +365,5 @@
|
||||
</set>
|
||||
</onHighlightExit>
|
||||
</reloadableVideo>
|
||||
<!--
|
||||
<reloadableImage type="snaps" x="0" y="-174" height="1440" layer="1">
|
||||
<onMenuEnter menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="alpha" from="0" to=".1" algorithm="easeincircular"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="alpha" from=".1" to="0" algorithm="easeincircular"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
<onHighlightEnter menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="alpha" from="0" to=".1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onHighlightEnter>
|
||||
<onHighlightExit menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="alpha" from=".1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onHighlightExit>
|
||||
</reloadableImage>
|
||||
-->
|
||||
|
||||
</layout>
|
||||
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 56 KiB |
@ -1,10 +1,10 @@
|
||||
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="dedede">
|
||||
<layout width="1920" height="1080" font="LoveloBlack.otf" loadFontSize="32" fontColor="dedede">
|
||||
|
||||
<!--backgroundImage-->
|
||||
<image src="bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
|
||||
|
||||
<!-- logo -->
|
||||
<image x="center" y="center" height="150" xOrigin="center" yOrigin="center" src="logo.png" layer="1" alpha="1">
|
||||
<image x="center" y="center" height="400" xOrigin="center" yOrigin="center" src="logo.png" layer="1" alpha="1">
|
||||
<onEnter>
|
||||
<set duration=".5">
|
||||
<animate type="alpha" from="1" to="1" algorithm="easeinquadratic"/>
|
||||
@ -24,7 +24,7 @@
|
||||
</set>
|
||||
</onExit>
|
||||
</image>
|
||||
|
||||
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
|
||||
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" fontSize="25" layer="2" />
|
||||
|
||||
|
||||
|
||||