summaryrefslogtreecommitdiff
path: root/manual/plugins/xobox.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/xobox.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/xobox.tex')
-rw-r--r--manual/plugins/xobox.tex22
1 files changed, 12 insertions, 10 deletions
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex
index 98deac594d..a82744da32 100644
--- a/manual/plugins/xobox.tex
+++ b/manual/plugins/xobox.tex
@@ -4,14 +4,16 @@ Xobox is a simple clone of the well known arcade game Qix.
4The aim of the game is to section off parts of the arena with your trail in 4The aim of the game is to section off parts of the arena with your trail in
5order to remove that section from the game. Be careful not to get in the way of 5order to remove that section from the game. Be careful not to get in the way of
6enemy balls because, if they hit you or your trail, you lose a life. 6enemy balls because, if they hit you or your trail, you lose a life.
7To finish a level you have to section off more than 75\%.\\ 7To finish a level you have to section off more than 75\%.
8\begin{table}[ht!] 8
9 \begin{center} 9\begin{table}
10 \begin{tabular}{ll}\toprule 10\begin{btnmap}{The Xobox plugin}{tab:xobox}
11 \textbf{Key} & \textbf{Action}\\\midrule 11 \opt{h1xx,h300}{A-B}
12 Directions & Move the player\\ 12 \opt{ipodcolor,ipodnano,ipodvideo}{Select}
13 \opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano,ipodvideo}{Select} & Pause\\ 13 & Pause\\
14 \opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano,ipodvideo}{Menu+Select} & Quit\\\bottomrule 14 \opt{h1xx,h300}{Stop}
15 \end{tabular} 15 \opt{ipodcolor,ipodnano,ipodvideo}{Menu+Select}
16 \end{center} 16 & Quit\\
17\end{btnmap}
17\end{table} 18\end{table}
19