1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/rockblox.tex
Dominik Riebeling b409b05e1e Fix missing plugin buttons for the Gigabeat, add missing screenshots and fix a typo (FS#7797 by Peter Harley).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14738 a1c6a512-1295-4272-9138-f99709370657
2007-09-17 21:47:48 +00:00

56 lines
2.5 KiB
TeX

% $Id$ %
\subsection{Rockblox}
\screenshot{plugins/images/ss-rockblox}{Rockblox}{fig:rockblox}
Rockblox is a rockbox version of the classic falling blocks game. The aim of the game is to make
the falling blocks of different shapes form full rows. Whenever a row is
complete it will be cleared and the game score will increase. For every ten
lines completed the game level increases, making the blocks fall faster. If the
pile of blocks reach the ceiling the game is over.
\begin{table}
\begin{btnmap}{}{}
\opt{RECORDER_PAD}{\ButtonFOne & Restart game\\}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn & Restart game\\}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay & Restart game\\}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay & Restart game\\}
\opt{SANSA_E200_PAD}{\ButtonRec & Restart game\\}
\opt{GIGABEAT_PAD}{\ButtonA & Restart game\\}
\ButtonLeft & Move left\\
\ButtonRight & Move right\\
\opt{PLAYER_PAD}{\ButtonMenu}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}
{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
& Move down\\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
\opt{RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
\opt{IAUDIO_X5_PAD}{\ButtonPower}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD}{\ButtonScrollDown}
\opt{GIGABEAT_PAD}{\ButtonVolUp}
& Rotate left\\
\opt{PLAYER_PAD}{\ButtonPlay}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack/\ButtonMenu}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp}
\opt{GIGABEAT_PAD}{\ButtonVolDown}
& Rotate right\\
\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonSelect}
\opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD}{\ButtonFF}
& Drop\\
\opt{PLAYER_PAD}{\ButtonStop}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}
& Quit\\
\end{btnmap}
\end{table}