summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/images/ss-rockblox-112x64x1.pngbin0 -> 265 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-138x110x2.pngbin0 -> 3838 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-160x128x2.pngbin0 -> 291 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-176x132x16.pngbin0 -> 680 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-220x176x16.pngbin0 -> 861 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-320x240x16.pngbin0 -> 3584 bytes
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/rockblox.tex28
8 files changed, 30 insertions, 0 deletions
diff --git a/manual/plugins/images/ss-rockblox-112x64x1.png b/manual/plugins/images/ss-rockblox-112x64x1.png
new file mode 100644
index 0000000000..bc8708f089
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-138x110x2.png b/manual/plugins/images/ss-rockblox-138x110x2.png
new file mode 100644
index 0000000000..7ecd8c25ce
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-138x110x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-160x128x2.png b/manual/plugins/images/ss-rockblox-160x128x2.png
new file mode 100644
index 0000000000..e3e6174ebd
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-160x128x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-176x132x16.png b/manual/plugins/images/ss-rockblox-176x132x16.png
new file mode 100644
index 0000000000..3a1544652b
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-176x132x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-220x176x16.png b/manual/plugins/images/ss-rockblox-220x176x16.png
new file mode 100644
index 0000000000..a9d5ce0ddc
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-220x176x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-320x240x16.png b/manual/plugins/images/ss-rockblox-320x240x16.png
new file mode 100644
index 0000000000..dda4600d80
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-320x240x16.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index d27f8ae08e..a63dd711c2 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -44,6 +44,8 @@ will carry on playing whilst plugins are being run.
44 44
45\opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}} 45\opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}}
46 46
47 \opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/rockblox.tex}}
48
47\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/sliding.tex}} 49\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/sliding.tex}}
48 50
49\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/snake.tex}} 51\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/snake.tex}}
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
new file mode 100644
index 0000000000..8831ce25e0
--- /dev/null
+++ b/manual/plugins/rockblox.tex
@@ -0,0 +1,28 @@
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}