diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-20 11:27:04 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-20 11:27:04 +0000 |
| commit | a836b27dfb93bde01d7cc4ab94393a4ac62c331d (patch) | |
| tree | d727dbd13c478026e6ed8f90f4de31d2a84ab90f /manual/plugins | |
| parent | 54c9ba274ea6f8dd1608f02c4d3c585140d61c46 (diff) | |
| download | rockbox-a836b27dfb93bde01d7cc4ab94393a4ac62c331d.zip rockbox-a836b27dfb93bde01d7cc4ab94393a4ac62c331d.tar.gz rockbox-a836b27dfb93bde01d7cc4ab94393a4ac62c331d.tar.bz2 rockbox-a836b27dfb93bde01d7cc4ab94393a4ac62c331d.tar.xz | |
Rename Bejeweled to Jewels for the manual entry.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/images/ss-jewels-112x64x1.png (renamed from manual/plugins/images/ss-bejeweled-112x64x1.png) | bin | 679 -> 679 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-jewels-160x128x2.png (renamed from manual/plugins/images/ss-bejeweled-160x128x2.png) | bin | 2185 -> 2185 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-jewels-176x132x16.png (renamed from manual/plugins/images/ss-bejeweled-176x132x16.png) | bin | 7517 -> 7517 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-jewels-220x176x16.png (renamed from manual/plugins/images/ss-bejeweled-220x176x16.png) | bin | 12716 -> 12716 bytes | |||
| -rw-r--r-- | manual/plugins/jewels.tex (renamed from manual/plugins/bejeweled.tex) | 8 | ||||
| -rw-r--r-- | manual/plugins/main.tex | 4 |
6 files changed, 6 insertions, 6 deletions
diff --git a/manual/plugins/images/ss-bejeweled-112x64x1.png b/manual/plugins/images/ss-jewels-112x64x1.png Binary files differindex 966e299..966e299 100644 --- a/manual/plugins/images/ss-bejeweled-112x64x1.png +++ b/manual/plugins/images/ss-jewels-112x64x1.png diff --git a/manual/plugins/images/ss-bejeweled-160x128x2.png b/manual/plugins/images/ss-jewels-160x128x2.png Binary files differindex 548f131..548f131 100644 --- a/manual/plugins/images/ss-bejeweled-160x128x2.png +++ b/manual/plugins/images/ss-jewels-160x128x2.png diff --git a/manual/plugins/images/ss-bejeweled-176x132x16.png b/manual/plugins/images/ss-jewels-176x132x16.png Binary files differindex a9797c8..a9797c8 100644 --- a/manual/plugins/images/ss-bejeweled-176x132x16.png +++ b/manual/plugins/images/ss-jewels-176x132x16.png diff --git a/manual/plugins/images/ss-bejeweled-220x176x16.png b/manual/plugins/images/ss-jewels-220x176x16.png Binary files differindex 1657db0..1657db0 100644 --- a/manual/plugins/images/ss-bejeweled-220x176x16.png +++ b/manual/plugins/images/ss-jewels-220x176x16.png diff --git a/manual/plugins/bejeweled.tex b/manual/plugins/jewels.tex index b31ca1c..c372d2c 100644 --- a/manual/plugins/bejeweled.tex +++ b/manual/plugins/jewels.tex @@ -1,11 +1,11 @@ -\subsection{Bejeweled} +\subsection{Jewels} \begin{figure}[h!] \begin{center} -\includegraphics[width=4cm]{plugins/images/ss-bejeweled-\genericimg.png} +\includegraphics[width=4cm]{plugins/images/ss-jewels-\genericimg.png} \end{center} -\caption{Bejeweled} +\caption{Jewels} \end{figure} -Bejeweled is a simple yet addicting game which involves swapping pairs of jewels in order to form connected segments of three or more of the same type. +Jewels is a simple yet addicting game which involves swapping pairs of jewels in order to form connected segments of three or more of the same type. The goal of the game is to score as many points as possible before running out of available moves. Higher points are awarded to larger combos. The game advances to the next level after every one hundred points and randomly clears several jewels.\\ \opt{recorder,recorderv2fm}{Use the direction keys to move the cursor, press Play to select a jewel, press down long on Play to show the menu and press Off to cancel.} \opt{ondio}{Use the direction keys to move the cursor, press MENU to select a jewel, press down long on MENU to show the menu and press OFF to cancel.} diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 41ace99..7348606 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -21,8 +21,6 @@ will carry on playing whilst plugins are being run. \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor}{, Rockboy on page \pageref{ref:Rockboy} and Sudoku on page \pageref{ref:Sudoku}}.} -\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bejeweled.tex}} - \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chessbox.tex}} @@ -31,6 +29,8 @@ will carry on playing whilst plugins are being run. \opt{player}{\input{plugins/jackpot.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/jewels.tex}} + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/minesweeper.tex}} \opt{player}{\input{plugins/nim.tex}} |