1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/sliding.tex
Martin Arver 37d26dead9 Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
2006-03-06 20:47:25 +00:00

25 lines
539 B
TeX

\subsection{Sliding Puzzle}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-sliding-\genericimg.png}
\end{center}
\caption{Sliding puzzle}
\end{figure}
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}