summaryrefslogtreecommitdiff
path: root/manual/plugins/rockblox.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
commit8c177221b31d9b86aa286092ede463a1c5f0a4b4 (patch)
tree885e5749966e3c4e7e29ef86222b299f29a0f4d6 /manual/plugins/rockblox.tex
parentc42c971d6c2e466d6a9de971aa759460346dc704 (diff)
downloadrockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.tar.gz
rockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.zip
Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/rockblox.tex')
-rw-r--r--manual/plugins/rockblox.tex11
1 files changed, 4 insertions, 7 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index 80dab38ad6..bd8bc6e1b8 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -10,14 +10,11 @@ cleared, but if the blocks reach the top row then you lose.
10The controls for this game (with the Jukebox turned so that the buttons 10The controls for this game (with the Jukebox turned so that the buttons
11are to the right of the screen) are: 11are to the right of the screen) are:
12 12
13\begin{table}[h!] 13\begin{table}
14\begin{center} 14\begin{btnmap}{}{}
15\begin{tabular}{@{}ll@{}}\toprule
16\textbf{Key} & \textbf{Action} \\\midrule
17UP & Rotate piece \\ 15UP & Rotate piece \\
18LEFT/RIGHT & Move piece to the left/right \\ 16LEFT/RIGHT & Move piece to the left/right \\
19DOWN & Move faster the piece downwards \\ 17DOWN & Move faster the piece downwards \\
20OFF & Exit Rockblox\\\bottomrule 18OFF & Exit Rockblox\\
21\end{tabular} 19\end{btnmap}
22\end{center}
23\end{table} 20\end{table}