diff options
| author | Dave Hooper <dave@beermex.com> | 2010-02-28 14:32:43 +0000 |
|---|---|---|
| committer | Dave Hooper <dave@beermex.com> | 2010-02-28 14:32:43 +0000 |
| commit | 8cea3dc7793a760be13b9071e8d2d9e592b8723b (patch) | |
| tree | 75cd67f51cf8d8b6ce109571ae6ded8e705452aa | |
| parent | 7ab1cd7b1b10a9b355ad05a6acd4412069af44cc (diff) | |
| download | rockbox-8cea3dc7793a760be13b9071e8d2d9e592b8723b.zip rockbox-8cea3dc7793a760be13b9071e8d2d9e592b8723b.tar.gz rockbox-8cea3dc7793a760be13b9071e8d2d9e592b8723b.tar.bz2 rockbox-8cea3dc7793a760be13b9071e8d2d9e592b8723b.tar.xz | |
Update sliding puzzle manual to mention that it can also use your album art as a puzzle, and also any launched (via Open With) image (jpg/bmp)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24971 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/sliding.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex index 76ea014..7a2de2f 100644 --- a/manual/plugins/sliding.tex +++ b/manual/plugins/sliding.tex @@ -3,6 +3,11 @@ The classic sliding puzzle game. Rearrange the pieces so that you can see the whole picture, or switch to number tiles if you like it a little easier +Includes one picture puzzle, but you can switch the puzzle picture to be the +album art of the currently playing music track, if one exists (see +\reference{ref:album_art}). +You can also use the sliding puzzle plugin as a viewer for supported image types, +to turn your own pictures into a puzzle. Key controls: @@ -44,7 +49,8 @@ Key controls: \opt{GIGABEAT_S_PAD}{\ButtonMenu} \opt{COWON_D2_PAD}{\TouchCenter} \opt{HAVEREMOTEKEYMAP}{& } - & Change between picture and numbered tiles \\ + & Switch between pictures (default puzzle, album art, and your own image if +launched via Open With), and numbered tiles \\ % \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% |