forked from len0rd/rockbox
New keypress table for sokoban and x5screenshot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f95dd56a2c
commit
ae4560f388
3 changed files with 32 additions and 11 deletions
BIN
manual/plugins/images/ss-sokoban-160x128x16.png
Normal file
BIN
manual/plugins/images/ss-sokoban-160x128x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 934 B |
|
|
@ -50,7 +50,7 @@ will carry on playing whilst plugins are being run.
|
||||||
|
|
||||||
\opt{HAVE_LCD_BITMAP}{\input{plugins/snake2.tex}}
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/snake2.tex}}
|
||||||
|
|
||||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/sokoban.tex}}
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/sokoban.tex}}
|
||||||
|
|
||||||
\opt{HAVE_LCD_BITMAP}{\input{plugins/solitaire.tex}}
|
\opt{HAVE_LCD_BITMAP}{\input{plugins/solitaire.tex}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,17 +5,38 @@ The object of the game is to push boxes into their correct position in a
|
||||||
crowded warehouse with a minimal number of pushes and moves. The boxes
|
crowded warehouse with a minimal number of pushes and moves. The boxes
|
||||||
can only be pushed, never pulled, and only one can be pushed at a time.
|
can only be pushed, never pulled, and only one can be pushed at a time.
|
||||||
|
|
||||||
The controls are:
|
|
||||||
|
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
|
||||||
F1 & Back to previous level \\
|
{\ButtonUp, \ButtonDown,}
|
||||||
F2 & Restart level \\
|
\opt{IPOD_4G_PAD}{\ButtonMenu, \ButtonPlay,}
|
||||||
F3 & Go to next level \\
|
\ButtonLeft, \ButtonRight
|
||||||
ON & Undo last movement \\
|
& Move the ``sokoban'' up, down, left or right\\
|
||||||
OFF & Exit sokoban \\
|
\opt{RECORDER_PAD}{\ButtonFOne}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
|
||||||
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
|
||||||
|
\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonLeft}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown}
|
||||||
|
& Back to previous level \\
|
||||||
|
\opt{RECORDER_PAD}{\ButtonFTwo}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
|
||||||
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
|
||||||
|
\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonPlay}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonRec}
|
||||||
|
& Restart level \\
|
||||||
|
\opt{RECORDER_PAD}{\ButtonFThree}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
|
||||||
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||||
|
\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonRight}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonUp}
|
||||||
|
& Go to next level \\
|
||||||
|
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonMenu}
|
||||||
|
\opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
|
||||||
|
& Undo last movement \\
|
||||||
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||||
|
\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonPower}
|
||||||
|
& Exit sokoban \\
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue