mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-29 11:05:40 +01:00
Merged in phulshof/retrofe (pull request #2)
This commit is contained in:
commit
77389a513d
BIN
Package/Environment/Common/layouts/Mamed 16x9/Roboto-Bold.ttf
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/Roboto-Bold.ttf
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 16x9/bkgnd.png
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/bkgnd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
Package/Environment/Common/layouts/Mamed 16x9/highlight.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/highlight.wav
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 16x9/load.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/load.wav
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 16x9/logo.png
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
Package/Environment/Common/layouts/Mamed 16x9/select.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/select.wav
Normal file
Binary file not shown.
38
Package/Environment/Common/layouts/Mamed 16x9/splash.xml
Normal file
38
Package/Environment/Common/layouts/Mamed 16x9/splash.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="dedede" minShowTime="2">
|
||||
|
||||
<!--backgroundImage-->
|
||||
<image src="bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
|
||||
|
||||
<!-- logo -->
|
||||
<image src="logo.png" x="center" y="center" height="400" xOrigin="center" yOrigin="center" layer="1" alpha="1"/>
|
||||
|
||||
<text value="Loading..." x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-220" height="150" width="stretch" fontSize="48" layer="3">
|
||||
<onEnter>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onEnter>
|
||||
<onIdle>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onIdle>
|
||||
<onExit>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onExit>
|
||||
</text>
|
||||
|
||||
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
|
||||
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" fontSize="25" layer="3" />
|
||||
<image src="splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="334" layer="1" alpha="1"/>
|
||||
|
||||
</layout>
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
Package/Environment/Common/layouts/Mamed 16x9/unload.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 16x9/unload.wav
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 4x3/Roboto-Bold.ttf
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/Roboto-Bold.ttf
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 4x3/bkgnd.png
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/bkgnd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
Package/Environment/Common/layouts/Mamed 4x3/highlight.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/highlight.wav
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 4x3/load.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/load.wav
Normal file
Binary file not shown.
BIN
Package/Environment/Common/layouts/Mamed 4x3/logo.png
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
Package/Environment/Common/layouts/Mamed 4x3/select.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/select.wav
Normal file
Binary file not shown.
38
Package/Environment/Common/layouts/Mamed 4x3/splash.xml
Normal file
38
Package/Environment/Common/layouts/Mamed 4x3/splash.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="dedede" minShowTime="2">
|
||||
|
||||
<!--backgroundImage-->
|
||||
<image src="bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
|
||||
|
||||
<!-- logo -->
|
||||
<image src="logo.png" x="center" y="center" height="400" xOrigin="center" yOrigin="center" layer="1" alpha="1"/>
|
||||
|
||||
<text value="Loading..." x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-220" height="150" width="stretch" fontSize="48" layer="3">
|
||||
<onEnter>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onEnter>
|
||||
<onIdle>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onIdle>
|
||||
<onExit>
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onExit>
|
||||
</text>
|
||||
|
||||
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
|
||||
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" fontSize="25" layer="3" />
|
||||
<image src="splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="334" layer="1" alpha="1"/>
|
||||
|
||||
</layout>
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
Package/Environment/Common/layouts/Mamed 4x3/unload.wav
Normal file
BIN
Package/Environment/Common/layouts/Mamed 4x3/unload.wav
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user