rockbox/manual/plugins/sliding.tex
Martin Arver 5df64236da Add missing h10 button definitions for the game plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11248 a1c6a512-1295-4272-9138-f99709370657
2006-10-17 14:43:39 +00:00

37 lines
1.3 KiB
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, or switch to number tiles if you like it a little easier
Key controls:
\begin{table}
\begin{btnmap}{}{}
\opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5}
{\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonRight/\ButtonMenu/\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonLeft/\ButtonRight/\ButtonScrollUp/\ButtonScrollDown}
& Move Tile \\
%
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{ONDIO_PAD}{Hold \ButtonMenu}
\opt{h1xx,h300}{\ButtonSelect}
\opt{x5}{\ButtonRec}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
\opt{IRIVER_H10_PAD}{\ButtonRew}
& Shuffle \\
%
\opt{RECORDER_PAD}{\ButtonFTwo}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{h1xx,h300}{\ButtonOn}
\opt{x5,IRIVER_H10_PAD}{\ButtonPlay}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
& Change between picture and numbered tiles \\
%
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{x5,IRIVER_H10_PAD}{\ButtonPower}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
& Stop the game \\
\end{btnmap}
\end{table}