rockbox/manual/plugins/sliding.tex
Martin Arver 744051bd65 Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8868 a1c6a512-1295-4272-9138-f99709370657
2006-02-28 16:33:04 +00:00

27 lines
581 B
TeX

\subsection{Sliding Puzzle}
{\centering\itshape
[Warning: Image ignored] % Unhandled or unsupported graphics:
%\includegraphics[width=3.988cm,height=2.279cm]{images/rockbox-manual-img42.png}
\newline
Sliding puzzle
\par}
The classic sliding puzzle game. Rearrange the pieces so that you can
see the whole picture.
Key controls:
\begin{table}[h!]
\begin{center}
\begin{tabular}{|c|c|}
\hline
KEY & ACTION \\\hline
UP/DOWN/LEFT/RIGHT & Moves \\\hline
F1 & Shuffle \\\hline
F2 & Change the picture \\\hline
OFF & Stop the game \\\hline
\end{tabular}
\end{center}
\end{table}