Patch #4850 from Nils Wallménius. Adds Xobox and Demystify plugins to the manual. Nice work :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9122 a1c6a512-1295-4272-9138-f99709370657
25
manual/plugins/demystify.tex
Normal file
|
@ -0,0 +1,25 @@
|
|||
\subsection{Demystify}
|
||||
\begin{figure}[ht!]
|
||||
\begin{center}
|
||||
\includegraphics[width=4cm]{plugins/images/ss-demystify-\genericimg.png}
|
||||
\end{center}
|
||||
\caption{Demystify}
|
||||
\end{figure}
|
||||
Demystify is a screen saver like demo.\\
|
||||
\begin{table}[ht!]
|
||||
\begin{center}
|
||||
\begin{tabular}{ll}\toprule
|
||||
\textbf{Key} & \textbf{Action}\\\midrule
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Right}
|
||||
& Add polygon\\
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Left}
|
||||
& Remove polygon\\
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Right}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward}
|
||||
& Increase speed\\
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Left}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward}
|
||||
& Decrease speed\\
|
||||
\opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu}
|
||||
& Quit\\\bottomrule
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|
BIN
manual/plugins/images/ss-demystify-112x64x1.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
manual/plugins/images/ss-demystify-160x128x2.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
manual/plugins/images/ss-demystify-176x132x16.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
manual/plugins/images/ss-demystify-220x176x16.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
manual/plugins/images/ss-demystify-320x240x16.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
manual/plugins/images/ss-xobox-160x128x2.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
manual/plugins/images/ss-xobox-176x132x16.png
Normal file
After Width: | Height: | Size: 779 B |
BIN
manual/plugins/images/ss-xobox-220x176x16.png
Normal file
After Width: | Height: | Size: 871 B |
BIN
manual/plugins/images/ss-xobox-320x240x16.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
|
@ -55,12 +55,16 @@ will carry on playing whilst plugins are being run.
|
|||
|
||||
\opt{recorder,recorderv2fm}{\input{plugins/wormlet.tex}}
|
||||
|
||||
\opt{h1xx,h300,ipodcolor,ipodnano,ipodvideo}{\input{plugins/xobox.tex}}
|
||||
|
||||
\section{Demos}
|
||||
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bounce.tex}}
|
||||
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/cube.tex}}
|
||||
|
||||
\opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}}
|
||||
|
||||
\opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}}
|
||||
|
||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/grayscale.tex}}
|
||||
|
|
22
manual/plugins/xobox.tex
Normal file
|
@ -0,0 +1,22 @@
|
|||
\subsection{Xobox}
|
||||
\begin{figure}[ht!]
|
||||
\begin{center}
|
||||
\includegraphics[width=4cm]{plugins/images/ss-xobox-\genericimg.png}
|
||||
\end{center}
|
||||
\caption{Xobox}
|
||||
\end{figure}
|
||||
Xobox is a simple clone of the well known arcade game Qix.
|
||||
The aim of the game is to section off parts of the arena with your trail in
|
||||
order to remove that section from the game. Be careful not to get in the way of
|
||||
enemy balls because, if they hit you or your trail, you lose a life.
|
||||
To finish a level you have to section off more than 75\%.\\
|
||||
\begin{table}[ht!]
|
||||
\begin{center}
|
||||
\begin{tabular}{ll}\toprule
|
||||
\textbf{Key} & \textbf{Action}\\\midrule
|
||||
Directions & Move the player\\
|
||||
\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano,ipodvideo}{Select} & Pause\\
|
||||
\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano,ipodvideo}{Menu+Select} & Quit\\\bottomrule
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|