mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
musicplayer: click on the song title to change the music
This commit is contained in:
@@ -1 +1,2 @@
|
||||
usemusicplayer->Lang:MENU_OPTIONS_USE_MUSIC_PLAYER->toggle
|
||||
usemusicplayer->Lang:MENU_OPTIONS_USE_MUSIC_PLAYER->toggle
|
||||
playlistlines->Lang:MENU_OPTIONS_MUSIC_PLAYLIST_LINES->spinner,4,16,1
|
||||
|
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"usemusicplayer": true
|
||||
"usemusicplayer": true,
|
||||
"playlistlines": 8
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"MENU_OPTIONS_USE_MUSIC_PLAYER": "Use Music Player"
|
||||
"MENU_OPTIONS_USE_MUSIC_PLAYER": "Use Music Player",
|
||||
"MENU_OPTIONS_MUSIC_PLAYLIST_LINES": "Playlist Height (lines)"
|
||||
}
|
||||
Reference in New Issue
Block a user