mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-25 08:08:55 +01:00
39 lines
1.5 KiB
XML
39 lines
1.5 KiB
XML
<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>
|
|
|
|
|
|
|
|
|