From 8c177221b31d9b86aa286092ede463a1c5f0a4b4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 3 Apr 2006 22:45:01 +0000 Subject: 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 --- manual/plugins/xobox.tex | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'manual/plugins/xobox.tex') 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. The aim of the game is to section off parts of the arena with your trail in order to remove that section from the game. Be careful not to get in the way of enemy balls because, if they hit you or your trail, you lose a life. -To finish a level you have to section off more than 75\%.\\ -\begin{table}[ht!] - \begin{center} - \begin{tabular}{ll}\toprule - \textbf{Key} & \textbf{Action}\\\midrule - Directions & Move the player\\ - \opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano,ipodvideo}{Select} & Pause\\ - \opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano,ipodvideo}{Menu+Select} & Quit\\\bottomrule - \end{tabular} - \end{center} +To finish a level you have to section off more than 75\%. + +\begin{table} +\begin{btnmap}{The Xobox plugin}{tab:xobox} + \opt{h1xx,h300}{A-B} + \opt{ipodcolor,ipodnano,ipodvideo}{Select} + & Pause\\ + \opt{h1xx,h300}{Stop} + \opt{ipodcolor,ipodnano,ipodvideo}{Menu+Select} + & Quit\\ +\end{btnmap} \end{table} + -- cgit v1.2.3