summaryrefslogtreecommitdiff
path: root/manual/plugins/rockblox.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-07-01 09:41:37 +0000
committerMartin Arver <martin.arver@gmail.com>2006-07-01 09:41:37 +0000
commit4e819aa2afe54969152ea6e210e05707b6ff5e44 (patch)
treecb2eca73e2f5e1a31fe5b7971abba378987168cb /manual/plugins/rockblox.tex
parentd32149f6f2755a7436a3e87875843ff964dd6f9e (diff)
downloadrockbox-4e819aa2afe54969152ea6e210e05707b6ff5e44.tar.gz
rockbox-4e819aa2afe54969152ea6e210e05707b6ff5e44.zip
Remove rockblox from the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10166 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/rockblox.tex')
-rw-r--r--manual/plugins/rockblox.tex28
1 files changed, 0 insertions, 28 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
deleted file mode 100644
index 8831ce25e0..0000000000
--- a/manual/plugins/rockblox.tex
+++ /dev/null
@@ -1,28 +0,0 @@
1\subsection{Rockblox}
2\screenshot{plugins/images/ss-rockblox}{Rockblox plugin}%
3{img:rockblox}
4
5This well-known game will probably be familiar. The aim of the game is
6to complete rows with the given pieces (blocks). Pieces can be rotated
7to make them fit into the rows. Once you complete a row, it gets
8cleared, but if the blocks reach the top row then you lose.
9
10As this game is played with the Jukebox turned so that the buttons
11are to the right of the screen, the controls may seem a little confusing:
12
13\begin{table}
14 \begin{btnmap}{}{}
15 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}%
16 {\ButtonUp\ and \ButtonDown}
17 \opt{IPOD_4G_Pad}%
18 {\ButtonScrollFwd\ and \ButtonScrollback} & Move block Left/Right \\
19 \ButtonRight & Rotate piece \\
20 \ButtonLeft & Move the piece downwards faster \\
21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}%
22 {\ButtonOff}
23 \opt{IAUDIO_X5_PAD}
24 {\fixme{TBD}}
25 \opt{IPOD_4G_Pad}%
26 {\Buttonmenu} & Exit Rockblox\\
27 \end{btnmap}
28\end{table}