Fix some quotation marks. Thanks to Alexander Levin for pointing it out.
[Rockbox.git] / manual / plugins / bubbles.tex
blob7cb40766e6149e81ce437b768dc15341ad597d60
1 % $Id$ %
2 \subsection{Bubbles}
3 \screenshot{plugins/images/ss-bubbles}{Bubbles}{img:bubbles}
4 The goal of the game is to beat each level as quickly as possible by clearing
5 the board of all bubbles. Bubbles are removed from the board when a cluster of
6 three of more of the same type is formed. The game is over when any bubbles on
7 the board extend below the bottom line. To make things more difficult, the
8 entire board is shifted down every time a certain number of shots have been
9 fired. Points are awarded depending on how quickly the level was completed.
11 \begin{table}
12 \begin{btnmap}{}{}
13 \multicolumn{2}{c}{\textbf{In menu}}\\\hline
14 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
15 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
16 \opt{ONDIO_PAD}{\ButtonMenu}
17 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
18 \opt{GIGABEAT_PAD}{\ButtonA}
19 \opt{MROBE100_PAD}{\ButtonDisplay}
20 & Start new game\\
21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft+\ButtonRight}
23 \opt{IAUDIO_X5_PAD}{\ButtonRec}
24 \opt{RECORDER_PAD}{\ButtonFOne}
25 \opt{ONDIO_PAD}{\ButtonDown}
26 \opt{IRIVER_H10_PAD}{\ButtonFF}
27 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
28 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
29 & Resume saved game\\
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
31 \opt{RECORDER_PAD}{\ButtonPlay}
32 \opt{ONDIO_PAD}{\ButtonUp}
33 \opt{IRIVER_H10_PAD}{\ButtonRew}
34 & Show high scores\\
35 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp/\ButtonDown}
36 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
37 \opt{ONDIO_PAD,SANSA_C200_PAD}{\ButtonLeft+\ButtonRight}
38 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
39 & Select starting level\\
40 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
41 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
42 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
43 \opt{GIGABEAT_PAD}{\ButtonA}
44 \opt{MROBE100_PAD}{\ButtonDisplay}
45 & Quit\\\hline
46 \multicolumn{2}{c}{\textbf{In game}}\\\hline
47 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
48 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonPlay}
49 \opt{ONDIO_PAD}{\ButtonMenu}
50 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
51 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
52 & Pause game\\
53 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonLeft/\ButtonRight}
54 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
55 & Aim the bubble\\
56 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
57 \opt{RECORDER_PAD}{\ButtonPlay}
58 \opt{ONDIO_PAD}{\ButtonUp}
59 \opt{IRIVER_H10_PAD}{\ButtonRew}
60 & Fire bubble\\
61 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
62 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft+\ButtonRight}
63 \opt{IAUDIO_X5_PAD}{\ButtonRec}
64 \opt{RECORDER_PAD}{\ButtonFOne}
65 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
66 \opt{IRIVER_H10_PAD}{\ButtonFF}
67 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
68 & Save game\\
69 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
70 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
71 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
72 & Exit to menu\\
73 \end{btnmap}
74 \end{table}