From 19bd1a4cebcbe406cf9cf53111004b5655609df7 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 17 Apr 2006 16:55:14 +0000 Subject: 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 --- manual/plugins/bubbles.tex | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'manual/plugins/bubbles.tex') 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 @@ +% $Id$ % \subsection{Bubbles} \screenshot{plugins/images/ss-bubbles}{Bubbles}{img:bubbles} The 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. \begin{table} \begin{btnmap}{}{} \multicolumn{2}{c}{\textbf{In menu}}\\\hline - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} + \opt{ONDIO_PAD}{\ButtonMenu} & Start new game\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IPOD_4G_PAD}{\ButtonLeft+\ButtonRight} \opt{IAUDIO_X5_PAD}{\ButtonRec} + \opt{RECORDER_PAD}{\ButtonFOne} + \opt{ONDIO_PAD}{\ButtonDown} & Resume saved game\\ - \ButtonSelect & Show high scores\\ + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{\ButtonSelect} + \opt{RECORDER_PAD}{\ButtonPlay} + \opt{ONDIO_PAD}{\ButtonUp} + & Show high scores\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp/\ButtonDown} \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} + \opt{RECORDER_PAD,ONDIO_PAD}{\fixme{TBC}} & Select starting level\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_4G_PAD}{\ButtonMenu} \opt{IAUDIO_X5_PAD}{\ButtonPower} & Quit\\\hline \multicolumn{2}{c}{\textbf{In game}}\\\hline - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOn} \opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} + \opt{ONDIO_PAD}{\ButtonMenu} & Pause game\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft/\ButtonRight} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft/\ButtonRight} \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} & Aim the bubble\\ - \ButtonSelect & Fire bubble\\ + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{\ButtonSelect} + \opt{RECORDER_PAD}{\ButtonPlay} + \opt{ONDIO_PAD}{\ButtonUp} + & Fire bubble\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IPOD_4G_PAD}{\ButtonLeft+\ButtonRight} \opt{IAUDIO_X5_PAD}{\ButtonRec} + \opt{RECORDER_PAD,ONDIO_PAD}{\fixme{TBC}} & Save game\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_4G_PAD}{\ButtonMenu} \opt{IAUDIO_X5_PAD}{\ButtonPower} & Exit to menu\\ -- cgit v1.2.3