diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-07-01 09:41:37 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-07-01 09:41:37 +0000 |
| commit | 4e819aa2afe54969152ea6e210e05707b6ff5e44 (patch) | |
| tree | cb2eca73e2f5e1a31fe5b7971abba378987168cb | |
| parent | d32149f6f2755a7436a3e87875843ff964dd6f9e (diff) | |
| download | rockbox-4e819aa2afe54969152ea6e210e05707b6ff5e44.zip rockbox-4e819aa2afe54969152ea6e210e05707b6ff5e44.tar.gz rockbox-4e819aa2afe54969152ea6e210e05707b6ff5e44.tar.bz2 rockbox-4e819aa2afe54969152ea6e210e05707b6ff5e44.tar.xz | |
Remove rockblox from the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10166 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/images/ss-rockblox-112x64x1.png | bin | 265 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-rockblox-138x110x2.png | bin | 3838 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-rockblox-160x128x16.png | bin | 291 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-rockblox-160x128x2.png | bin | 291 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-rockblox-176x132x16.png | bin | 680 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-rockblox-220x176x16.png | bin | 861 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-rockblox-320x240x16.png | bin | 3584 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/rockblox.tex | 28 |
9 files changed, 0 insertions, 30 deletions
diff --git a/manual/plugins/images/ss-rockblox-112x64x1.png b/manual/plugins/images/ss-rockblox-112x64x1.png Binary files differdeleted file mode 100644 index bc8708f..0000000 --- a/manual/plugins/images/ss-rockblox-112x64x1.png +++ /dev/null diff --git a/manual/plugins/images/ss-rockblox-138x110x2.png b/manual/plugins/images/ss-rockblox-138x110x2.png Binary files differdeleted file mode 100644 index 7ecd8c2..0000000 --- a/manual/plugins/images/ss-rockblox-138x110x2.png +++ /dev/null diff --git a/manual/plugins/images/ss-rockblox-160x128x16.png b/manual/plugins/images/ss-rockblox-160x128x16.png Binary files differdeleted file mode 100644 index e3e6174..0000000 --- a/manual/plugins/images/ss-rockblox-160x128x16.png +++ /dev/null diff --git a/manual/plugins/images/ss-rockblox-160x128x2.png b/manual/plugins/images/ss-rockblox-160x128x2.png Binary files differdeleted file mode 100644 index e3e6174..0000000 --- a/manual/plugins/images/ss-rockblox-160x128x2.png +++ /dev/null diff --git a/manual/plugins/images/ss-rockblox-176x132x16.png b/manual/plugins/images/ss-rockblox-176x132x16.png Binary files differdeleted file mode 100644 index 3a15446..0000000 --- a/manual/plugins/images/ss-rockblox-176x132x16.png +++ /dev/null diff --git a/manual/plugins/images/ss-rockblox-220x176x16.png b/manual/plugins/images/ss-rockblox-220x176x16.png Binary files differdeleted file mode 100644 index a9d5ce0..0000000 --- a/manual/plugins/images/ss-rockblox-220x176x16.png +++ /dev/null diff --git a/manual/plugins/images/ss-rockblox-320x240x16.png b/manual/plugins/images/ss-rockblox-320x240x16.png Binary files differdeleted file mode 100644 index dda4600..0000000 --- a/manual/plugins/images/ss-rockblox-320x240x16.png +++ /dev/null diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 386ec1b..9352140 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -44,8 +44,6 @@ will carry on playing whilst plugins are being run. \opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/rockblox.tex}} - \opt{HAVE_LCD_BITMAP}{\input{plugins/sliding.tex}} \opt{HAVE_LCD_BITMAP}{\input{plugins/snake.tex}} diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex deleted file mode 100644 index 8831ce2..0000000 --- a/manual/plugins/rockblox.tex +++ /dev/null @@ -1,28 +0,0 @@ -\subsection{Rockblox} -\screenshot{plugins/images/ss-rockblox}{Rockblox plugin}% -{img:rockblox} - -This well-known game will probably be familiar. The aim of the game is -to complete rows with the given pieces (blocks). Pieces can be rotated -to make them fit into the rows. Once you complete a row, it gets -cleared, but if the blocks reach the top row then you lose. - -As this game is played with the Jukebox turned so that the buttons -are to the right of the screen, the controls may seem a little confusing: - -\begin{table} - \begin{btnmap}{}{} - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}% - {\ButtonUp\ and \ButtonDown} - \opt{IPOD_4G_Pad}% - {\ButtonScrollFwd\ and \ButtonScrollback} & Move block Left/Right \\ - \ButtonRight & Rotate piece \\ - \ButtonLeft & Move the piece downwards faster \\ - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}% - {\ButtonOff} - \opt{IAUDIO_X5_PAD} - {\fixme{TBD}} - \opt{IPOD_4G_Pad}% - {\Buttonmenu} & Exit Rockblox\\ - \end{btnmap} -\end{table} |