Patch by Jonas Häggqvist add Spacerocks to manual

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10026 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-05-31 11:26:25 +00:00
parent 26ffc619a4
commit 4f926cce01
9 changed files with 44 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

View File

@ -56,6 +56,8 @@ will carry on playing whilst plugins are being run.
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/solitaire.tex}}
\opt{HAVE_LCD_BITMAP}{\input{plugins/spacerocks.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/star.tex}}
\opt{HAVE_LCD_BITMAP}{\input{plugins/tetrox.tex}}

View File

@ -0,0 +1,42 @@
\subsection{Spacerocks}
\screenshot{plugins/images/ss-spacerocks}{Spacerocks}{img:spacerocks}
Spacerocks is a clone of the old arcade game Asteroids. The goal of the game
is to blow up the asteroids and avoid being hit by them. Once in a while, a
UFO will appear -- shoot this for extra points.
\begin{table}
\begin{btnmap}{}{}
%
\opt{RECORDER_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
& Shoot\\
%
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp}
\opt{IPOD_4G_PAD}{\ButtonMenu}
& Forward\\
%
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonLeft / \ButtonRight}
\opt{IPOD_4G_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
& Turn left/right\\
%
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonDown}
\opt{IPOD_4G_PAD}{\ButtonPlay}
& Teleport\\
%
\opt{RECORDER_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonPlay}
\opt{IAUDIO_X5_PAD}{\ButtonPlay}
& Pause game\\
%
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
\opt{IAUDIO_X5_PAD}{\ButtonPower}
& Quit\\
\end{btnmap}
\end{table}