summaryrefslogtreecommitdiff
path: root/manual/plugins/minesweeper.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/minesweeper.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/minesweeper.tex')
-rw-r--r--manual/plugins/minesweeper.tex12
1 files changed, 5 insertions, 7 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index d08ee3e873..e74aab6fe3 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -1,6 +1,5 @@
1\subsection{Minesweeper} 1\subsection{Minesweeper}
2\screenshot{plugins/images/ss-minesweeper}% 2\screenshot{plugins/images/ss-minesweeper}{Minesweeper plugin}{img:minesweeper}
3{Minesweeper plugin}{img:minesweeper}
4 3
5The classic game of minesweeper. Use the UP and DOWN keys to select the 4The classic game of minesweeper. Use the UP and DOWN keys to select the
6required percentage of mines to set the difficulty then press the MENU 5required percentage of mines to set the difficulty then press the MENU
@@ -14,12 +13,11 @@ mines are and avoid them. When the player is certain that they know
14the location of a mine, it can be tagged to avoid accidentally 13the location of a mine, it can be tagged to avoid accidentally
15``stepping'' on it. 14``stepping'' on it.
16 15
17\begin{table}[h!] 16\begin{table}
18\begin{tabular}{@{}ll@{}}\toprule 17\begin{btnmap}{}{}
19\textbf{Key} & \textbf{Action} \\\midrule
20UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\ 18UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\
21PLAY / F1 & Toggle flag on / off \\ 19PLAY / F1 & Toggle flag on / off \\
22MENU / F2 & Reveal the contents of the current square \\ 20MENU / F2 & Reveal the contents of the current square \\
23STOP & Exit the game \\\bottomrule 21STOP & Exit the game \\
24\end{tabular} 22\end{btnmap}
25\end{table} 23\end{table}