forked from len0rd/rockbox
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
This commit is contained in:
parent
5f40aac300
commit
aa715141cf
6 changed files with 39 additions and 0 deletions
37
manual/plugins/brickmania.tex
Normal file
37
manual/plugins/brickmania.tex
Normal file
|
@ -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}
|
BIN
manual/plugins/images/ss-brickmania-112x64x1.png
Normal file
BIN
manual/plugins/images/ss-brickmania-112x64x1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 B |
BIN
manual/plugins/images/ss-brickmania-160x128x2.png
Normal file
BIN
manual/plugins/images/ss-brickmania-160x128x2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 536 B |
BIN
manual/plugins/images/ss-brickmania-176x132x16.png
Normal file
BIN
manual/plugins/images/ss-brickmania-176x132x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
manual/plugins/images/ss-brickmania-220x176x16.png
Normal file
BIN
manual/plugins/images/ss-brickmania-220x176x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -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/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{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}}
|
||||||
|
|
||||||
\opt{player}{\input{plugins/jackpot.tex}}
|
\opt{player}{\input{plugins/jackpot.tex}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue