summaryrefslogtreecommitdiff
path: root/manual/plugins/bubbles.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-17 16:55:14 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-17 16:55:14 +0000
commit19bd1a4cebcbe406cf9cf53111004b5655609df7 (patch)
tree1ca0b561f5836dd398e615177e5cb3b1be064562 /manual/plugins/bubbles.tex
parent9f2be9b17f4e3e1b418e2e8513a6f28b496354fe (diff)
downloadrockbox-19bd1a4cebcbe406cf9cf53111004b5655609df7.tar.gz
rockbox-19bd1a4cebcbe406cf9cf53111004b5655609df7.zip
Fix Nim and Jackpot plugins for player. Add new platforms for Sudoku and Bubbles. (FS#5154, FS#5158 by Mark Bright)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9703 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/bubbles.tex')
-rw-r--r--manual/plugins/bubbles.tex27
1 files changed, 20 insertions, 7 deletions
diff --git a/manual/plugins/bubbles.tex b/manual/plugins/bubbles.tex
index 0f74a86e3e..135065f30d 100644
--- a/manual/plugins/bubbles.tex
+++ b/manual/plugins/bubbles.tex
@@ -1,3 +1,4 @@
1% $Id$ %
1\subsection{Bubbles} 2\subsection{Bubbles}
2\screenshot{plugins/images/ss-bubbles}{Bubbles}{img:bubbles} 3\screenshot{plugins/images/ss-bubbles}{Bubbles}{img:bubbles}
3The goal of the game is to beat each level as quickly as possible by clearing 4The goal of the game is to beat each level as quickly as possible by clearing
@@ -10,34 +11,46 @@ fired. Points are awarded depending on how quickly the level was completed.
10\begin{table} 11\begin{table}
11 \begin{btnmap}{}{} 12 \begin{btnmap}{}{}
12 \multicolumn{2}{c}{\textbf{In menu}}\\\hline 13 \multicolumn{2}{c}{\textbf{In menu}}\\\hline
13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 14 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
14 \opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 15 \opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
16 \opt{ONDIO_PAD}{\ButtonMenu}
15 & Start new game\\ 17 & Start new game\\
16 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 18 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
17 \opt{IPOD_4G_PAD}{\ButtonLeft+\ButtonRight} 19 \opt{IPOD_4G_PAD}{\ButtonLeft+\ButtonRight}
18 \opt{IAUDIO_X5_PAD}{\ButtonRec} 20 \opt{IAUDIO_X5_PAD}{\ButtonRec}
21 \opt{RECORDER_PAD}{\ButtonFOne}
22 \opt{ONDIO_PAD}{\ButtonDown}
19 & Resume saved game\\ 23 & Resume saved game\\
20 \ButtonSelect & Show high scores\\ 24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{\ButtonSelect}
25 \opt{RECORDER_PAD}{\ButtonPlay}
26 \opt{ONDIO_PAD}{\ButtonUp}
27 & Show high scores\\
21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp/\ButtonDown} 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp/\ButtonDown}
22 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} 29 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
30 \opt{RECORDER_PAD,ONDIO_PAD}{\fixme{TBC}}
23 & Select starting level\\ 31 & Select starting level\\
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 32 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
25 \opt{IPOD_4G_PAD}{\ButtonMenu} 33 \opt{IPOD_4G_PAD}{\ButtonMenu}
26 \opt{IAUDIO_X5_PAD}{\ButtonPower} 34 \opt{IAUDIO_X5_PAD}{\ButtonPower}
27 & Quit\\\hline 35 & Quit\\\hline
28 \multicolumn{2}{c}{\textbf{In game}}\\\hline 36 \multicolumn{2}{c}{\textbf{In game}}\\\hline
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOn}
30 \opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 38 \opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
39 \opt{ONDIO_PAD}{\ButtonMenu}
31 & Pause game\\ 40 & Pause game\\
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft/\ButtonRight} 41 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft/\ButtonRight}
33 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} 42 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
34 & Aim the bubble\\ 43 & Aim the bubble\\
35 \ButtonSelect & Fire bubble\\ 44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{\ButtonSelect}
45 \opt{RECORDER_PAD}{\ButtonPlay}
46 \opt{ONDIO_PAD}{\ButtonUp}
47 & Fire bubble\\
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
37 \opt{IPOD_4G_PAD}{\ButtonLeft+\ButtonRight} 49 \opt{IPOD_4G_PAD}{\ButtonLeft+\ButtonRight}
38 \opt{IAUDIO_X5_PAD}{\ButtonRec} 50 \opt{IAUDIO_X5_PAD}{\ButtonRec}
51 \opt{RECORDER_PAD,ONDIO_PAD}{\fixme{TBC}}
39 & Save game\\ 52 & Save game\\
40 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 53 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
41 \opt{IPOD_4G_PAD}{\ButtonMenu} 54 \opt{IPOD_4G_PAD}{\ButtonMenu}
42 \opt{IAUDIO_X5_PAD}{\ButtonPower} 55 \opt{IAUDIO_X5_PAD}{\ButtonPower}
43 & Exit to menu\\ 56 & Exit to menu\\