summaryrefslogtreecommitdiff
path: root/manual/plugins/snake2.tex
diff options
context:
space:
mode:
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}