summaryrefslogtreecommitdiff
path: root/manual/plugins/snake2.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
commitaa830112cce5078b29217d01bb74255bd2517fa0 (patch)
treeea3f31a96f56739109c9be7d39538e6309d84172 /manual/plugins/snake2.tex
parent48e8e1d820e642c04a7069190baf48ee49fc65a0 (diff)
downloadrockbox-aa830112cce5078b29217d01bb74255bd2517fa0.tar.gz
rockbox-aa830112cce5078b29217d01bb74255bd2517fa0.zip
Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/snake2.tex')
-rw-r--r--manual/plugins/snake2.tex17
1 files changed, 8 insertions, 9 deletions
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index 1fd626a474..534f83b99d 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -15,15 +15,14 @@ The controls are:
15 15
16\begin{table}[h!] 16\begin{table}[h!]
17\begin{center} 17\begin{center}
18\begin{tabular}{|c|c|} 18\begin{tabular}{@{}ll@{}}\toprule
19\hline 19\textbf{Key} & \textbf{Action} \\\midrule
20KEY & ACTION \\\hline 20UP/DOWN & (in menu) Set game speed \\
21UP/DOWN & (in menu) Set game speed \\\hline 21F1 & (in menu) Change starting maze \\
22F1 & (in menu) Change starting maze \\\hline 22F3 & (in menu) Select game type (A or B) \\
23F3 & (in menu) Select game type (A or B) \\\hline 23UP/DOWN/LEFT/RIGHT & Steer the snake \\
24UP/DOWN/LEFT/RIGHT & Steer the snake \\\hline 24PLAY & Pause the game \\
25PLAY & Pause the game \\\hline 25STOP & Exit the game \\\bottomrule
26STOP & Exit the game \\\hline
27\end{tabular} 26\end{tabular}
28\end{center} 27\end{center}
29\end{table} 28\end{table}