summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-11 16:28:33 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-11 16:28:33 +0000
commitaa715141cf11bfcb49230a6d1ba25b1b79f84334 (patch)
treefc40950cf1e6cda412e5a16bed163a5b62d98827 /manual
parent5f40aac300fe8a0cb6cfb10664886f1d22902234 (diff)
downloadrockbox-aa715141cf11bfcb49230a6d1ba25b1b79f84334.tar.gz
rockbox-aa715141cf11bfcb49230a6d1ba25b1b79f84334.zip
Patch #4816 by Nils Wallménius. Adds BrickMania to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/brickmania.tex37
-rw-r--r--manual/plugins/images/ss-brickmania-112x64x1.pngbin0 -> 325 bytes
-rw-r--r--manual/plugins/images/ss-brickmania-160x128x2.pngbin0 -> 536 bytes
-rw-r--r--manual/plugins/images/ss-brickmania-176x132x16.pngbin0 -> 1627 bytes
-rw-r--r--manual/plugins/images/ss-brickmania-220x176x16.pngbin0 -> 1878 bytes
-rw-r--r--manual/plugins/main.tex2
6 files changed, 39 insertions, 0 deletions
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex
new file mode 100644
index 0000000000..8937e46f2a
--- /dev/null
+++ b/manual/plugins/brickmania.tex
@@ -0,0 +1,37 @@
+\subsection{BrickMania}
+\begin{figure}[ht!]
+\begin{center}
+\includegraphics[width=4cm]{plugins/images/ss-brickmania-\genericimg.png}
+\end{center}
+\caption{BrickMania}
+\end{figure}
+\textbf{Aim}: destroy all the bricks by hitting them with the ball once or more.
+Sometimes a special falls down when you destroy a brick.\\
+
+\textbf{Specials}
+\begin{table}[ht!]
+ \begin{center}
+ \begin{tabular}{cll}\toprule
+ \textbf{Displayed} & \textbf{Name} & \textbf{Description}\\\midrule
+ N & Normal & Returns paddle to normal.\\
+ D & Die & Ball dies; lose a life.\\
+ L & Life & Gain a life.\\
+ F & Fire & Allows you to shoot bricks with paddle.\\
+ G & Glue & Ball sticks to paddle each time it hits.\\
+ B & Ball & Immediately fires another ball.\\
+ FL & Flip & Flip left / right movement.\\\bottomrule
+ \end{tabular}
+ \end{center}
+\end{table}
+
+\textbf{Controls}
+\begin{table}[ht!]
+ \begin{center}
+ \begin{tabular}{ll}\toprule
+ \textbf{Key} & \textbf{Action}\\\midrule
+ LEFT / RIGHT & Moves the paddle\\
+ \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{MODE}\opt{h1xx,ipodcolor,ipodnano}{SELECT}\opt{h300}{NAVI} & Release the ball / Fire\\
+ \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{MENU} & Open menu / Quit\\\bottomrule
+ \end{tabular}
+ \end{center}
+\end{table}
diff --git a/manual/plugins/images/ss-brickmania-112x64x1.png b/manual/plugins/images/ss-brickmania-112x64x1.png
new file mode 100644
index 0000000000..abb2fb944c
--- /dev/null
+++ b/manual/plugins/images/ss-brickmania-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-brickmania-160x128x2.png b/manual/plugins/images/ss-brickmania-160x128x2.png
new file mode 100644
index 0000000000..fb66c27680
--- /dev/null
+++ b/manual/plugins/images/ss-brickmania-160x128x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-brickmania-176x132x16.png b/manual/plugins/images/ss-brickmania-176x132x16.png
new file mode 100644
index 0000000000..6f6f11dfe2
--- /dev/null
+++ b/manual/plugins/images/ss-brickmania-176x132x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-brickmania-220x176x16.png b/manual/plugins/images/ss-brickmania-220x176x16.png
new file mode 100644
index 0000000000..5edefa205e
--- /dev/null
+++ b/manual/plugins/images/ss-brickmania-220x176x16.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index be5c92879c..071208c508 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -21,6 +21,8 @@ will carry on playing whilst plugins are being run.
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bejeweled.tex}}
+\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}}
+
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}}
\opt{player}{\input{plugins/jackpot.tex}}