mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01:00
Adding button to add to playlists (does not yet save favorites.txt yet)
This commit is contained in:
@@ -7,6 +7,7 @@ pageDown = B
|
||||
letterUp = N
|
||||
letterDown = M
|
||||
nextPlaylist = P
|
||||
addPlaylist = O
|
||||
random = R
|
||||
select = Space
|
||||
back = Escape
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<!-----------------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="394" fontSize="48" layer="5">
|
||||
<reloadableText type="playlist" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="394" fontSize="48" layer="5">
|
||||
<onMenuEnter menuIndex="0">
|
||||
<set duration=".2">
|
||||
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
|
||||
@@ -367,4 +367,4 @@
|
||||
</onHighlightExit>
|
||||
</reloadableVideo>
|
||||
|
||||
</layout>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user