rockbox/manual/plugins/sliding.tex
Dominik Riebeling 8c177221b3 Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 22:45:01 +00:00

16 lines
367 B
TeX

\subsection{Sliding Puzzle}
\screenshot{plugins/images/ss-sliding}{Sliding puzzle}{img:slidingpuzzle}
The classic sliding puzzle game. Rearrange the pieces so that you can
see the whole picture.
Key controls:
\begin{table}
\begin{btnmap}{}{}
UP/DOWN/LEFT/RIGHT & Moves \\
F1 & Shuffle \\
F2 & Change the picture \\
OFF & Stop the game \\
\end{btnmap}
\end{table}