1
0
Fork 0
forked from len0rd/rockbox

Make Brickmania specials table use the same width as button maps.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9594 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-04-10 17:59:54 +00:00
parent 9eaa568f7f
commit 480d5321ca

View file

@ -9,7 +9,7 @@ must catch it with the paddle. Look out for the bad ones.\\
\subsubsection{Specials} \subsubsection{Specials}
\begin{table} \begin{table}
\begin{center} \begin{center}
\begin{tabular}{cll}\toprule \begin{tabularx}{.75\textwidth}{clX}\toprule
\textbf{Displayed} & \textbf{Name} & \textbf{Description}\\\midrule \textbf{Displayed} & \textbf{Name} & \textbf{Description}\\\midrule
N & Normal & Returns paddle to normal.\\ N & Normal & Returns paddle to normal.\\
D & Die & Ball dies; lose a life.\\ D & Die & Ball dies; lose a life.\\
@ -18,18 +18,20 @@ must catch it with the paddle. Look out for the bad ones.\\
G & Glue & Ball sticks to paddle each time it hits.\\ G & Glue & Ball sticks to paddle each time it hits.\\
B & Ball & Immediately fires another ball.\\ B & Ball & Immediately fires another ball.\\
FL & Flip & Flip left / right movement.\\\bottomrule FL & Flip & Flip left / right movement.\\\bottomrule
\end{tabular} \end{tabularx}
\end{center} \end{center}
\end{table} \end{table}
\begin{table} \begin{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\ButtonLeft\ / \ButtonRight & Moves the paddle\\ \ButtonLeft\ / \ButtonRight & Moves the paddle\\
\opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu} \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect} \opt{ONDIO_PAD}{\ButtonMenu}
& Release the ball / Fire\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect}
& Release the ball / Fire\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD}{\ButtonMenu}\opt{IAUDIO_X5_PAD}{\ButtonPower} \opt{IPOD_4G_PAD}{\ButtonMenu}
& Open menu / Quit\\ \opt{IAUDIO_X5_PAD}{\ButtonPower}
& Open menu / Quit\\
\end{btnmap} \end{btnmap}
\end{table} \end{table}