summaryrefslogtreecommitdiff
path: root/manual/plugins/jewels.tex
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
commit41ee9e33041dd2020e7ee3c44b81cef538b6592f (patch)
tree80dea3488f41fd0c78512760daf86e1a00dd3f32 /manual/plugins/jewels.tex
parent6de815be5cb06e9e8df46fcfdfbf611bce24c99c (diff)
downloadrockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.tar.gz
rockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.zip
FS#6539 - Thanks to Tom Ross
Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins. Add X5 keymappings for wormlet to the manual. Add help text for Jewels on the H10 and give a warning if help text is not defined. Fix bug in spacerocks lives drawing on large screens (larger than Ondio). Change spacerocks comments to C style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/jewels.tex')
-rw-r--r--manual/plugins/jewels.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/plugins/jewels.tex b/manual/plugins/jewels.tex
index b8b56685df..fa1dc17ddb 100644
--- a/manual/plugins/jewels.tex
+++ b/manual/plugins/jewels.tex
@@ -63,6 +63,20 @@ after every one hundred points and randomly clears several jewels.
63 & Show the in-game menu\\ 63 & Show the in-game menu\\
64 \end{btnmap} 64 \end{btnmap}
65 \end{table} 65 \end{table}
66
67 To exit the game, bring up the in-game menu and select \setting{Quit}\\ 66 To exit the game, bring up the in-game menu and select \setting{Quit}\\
68} 67}
68\opt{SANSA_E200_PAD}{
69 \begin{table}
70 \begin{btnmap}{}{}
71 \ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown
72 & Move the cursor around the jewels \\
73 \ButtonSelect
74 & Select a jewel \\
75 Hold \ButtonSelect
76 & Show the in-game menu\\
77 \ButtonPower
78 & Exit\\
79 \end{btnmap}
80 \end{table}
81}
82