summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2015-04-10 23:30:03 +0200
committerGerrit Rockbox <gerrit@rockbox.org>2015-04-21 16:27:21 +0200
commit91be7abd7c8e101551ed0dfbf955669af45e4d3c (patch)
tree4c7e83eeccabdedd7d5165e03b9aab761d7b8c09
parent2e5810217477d9e87ea3c34ab210c588ba38e01e (diff)
downloadrockbox-91be7abd7c8e101551ed0dfbf955669af45e4d3c.tar.gz
rockbox-91be7abd7c8e101551ed0dfbf955669af45e4d3c.zip
Fix snake plugin manual
I copied the direction button description from snake2 manual, as both snakes seem to have the same controls. No guarantee however :) Change-Id: I8ca1ccf75f0737d5a922aae207c7c7efef5ec026
-rw-r--r--manual/plugins/snake.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex
index 257d45b01c..80db0a65b3 100644
--- a/manual/plugins/snake.tex
+++ b/manual/plugins/snake.tex
@@ -6,15 +6,16 @@ as possible by eating the dots that appear on the screen. The game will
6end when the snake touches either the borders of the screen or itself. 6end when the snake touches either the borders of the screen or itself.
7 7
8\begin{btnmap} 8\begin{btnmap}
9 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 9 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
10 ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% 10 ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
11 ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} 11 ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
12 {\ButtonUp/\ButtonDown} 12 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
13 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
14 \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/\ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
15 \opt{COWON_D2_PAD}{\TouchTopMiddle/\TouchBottomMiddle} 15 \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle / \TouchMidLeft{} / \TouchMidRight}
16 \opt{HAVEREMOTEKEYMAP}{& } 16 \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
17 & Change levels (1 is slowest, 9 is fastest)\\ 17 \opt{HAVEREMOTEKEYMAP}{& }
18 & Move snake\\
18 % 19 %
19 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay} 20 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%