diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-02-11 01:29:51 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-02-11 01:29:51 +0000 |
commit | da6aae3fd3d7c7ae1810675a4884c9d86dc7399b (patch) | |
tree | aee00ade6162725d86041e1c75e151324ebeded2 /manual/plugins/sliding.tex | |
parent | e4b01963c596aa341389246e030f83bb72dff145 (diff) |
forgot to add the files..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8659 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/sliding.tex')
-rw-r--r-- | manual/plugins/sliding.tex | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex new file mode 100644 index 0000000000..e569b9f4fa --- /dev/null +++ b/manual/plugins/sliding.tex @@ -0,0 +1,50 @@ +\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{center}\begin{tabular}{|p{4.7780004cm}|p{4.321cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +UP/DOWN/LEFT/RIGHT +\par} +& +Moves +\\\hline +{\centering +F1 +\par} +& +Shuffle +\\\hline +{\centering +F2 +\par} +& +Change the picture +\\\hline +{\centering +OFF +\par} +& +Stop the game +\\\hline +\end{tabular}\end{center} + + |