diff options
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/brickmania.tex | 6 | ||||
| -rw-r--r-- | manual/plugins/main.tex | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index d8966b4..2c7a492 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -3,10 +3,10 @@ {img:brickmania} BrickMania is a clone of the classic game Breakout. The aim of the game is to destroy all the bricks by hitting them with the ball once or more. Sometimes a -special falls down when you destroy a brick. For a special to take effect, you -must catch it with the paddle. Look out for the bad ones.\\ +special item falls down when you destroy a brick. For a special item to take +effect, you must catch it with the paddle. Look out for the bad ones.\\ -\subsubsection{Specials} +\subsubsection{Special items} \begin{table} \begin{center} \begin{tabularx}{.75\textwidth}{clX}\toprule diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 3838c2e..d5f101b 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -1,10 +1,10 @@ % $Id$ % \chapter{Plugins}\label{ref:plugins} -Plugins are little programs that Rockbox can load and run. Only one plugin can +Plugins are programs that Rockbox can load and run. Only one plugin can be loaded at a time. Plugins have exclusive control over the user interface. -This means you cannot switch back and forth between a plugin and Rockbox, a -plugin is loaded, run and then exited, which returns control to Rockbox. Most -plugins will not interfere with music playback but some of them will stop +This means you cannot switch back and forth between a plugin and Rockbox. When +a plugin is loaded, you need to exit it to return to the Rockbox interface. +Most plugins will not interfere with music playback but some of them will stop playback while running. Plugins have the file extension \fname{.rock}. Most of them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. |