Theme Editor: Removed some lingering debug code
[kugel-rb.git] / manual / plugins / bubbles.tex
blob987ae3e91052cb068e1d5eea473f45f00dbd361d
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{btnmap}
12 \opt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginSelect}
13 \nopt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginUp}
14 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp}
15 & Pause game\\
17 \nopt{scrollwheel}{\PluginLeft{} / \PluginRight}
18 \opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack}
19 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
20 & Aim the bubble\\
22 \opt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginUp}
23 \nopt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginSelect}
24 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
25 & Fire bubble\\
27 \PluginCancel
28 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
29 & Exit to menu\\
30 \end{btnmap}