Adding button to add to playlists (does not yet save favorites.txt yet)

This commit is contained in:
Don Honerbrink
2015-08-07 11:21:04 -05:00
parent bf1286653a
commit 24d4b37cf7
9 changed files with 56 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ pageDown = B
letterUp = N
letterDown = M
nextPlaylist = P
addPlaylist = O
random = R
select = Space
back = Escape

View File

@@ -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>