diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-06 20:47:25 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-06 20:47:25 +0000 |
| commit | 37d26dead9c9172a9e4e785c1906f2ac25c767ef (patch) | |
| tree | dc7583a708b9c7d26e0908e81e145fe756616389 /manual/plugins/snake.tex | |
| parent | 329a4fa23be402ba1928995a78b9c8dceb96cb7b (diff) | |
| download | rockbox-37d26dead9c9172a9e4e785c1906f2ac25c767ef.zip rockbox-37d26dead9c9172a9e4e785c1906f2ac25c767ef.tar.gz rockbox-37d26dead9c9172a9e4e785c1906f2ac25c767ef.tar.bz2 rockbox-37d26dead9c9172a9e4e785c1906f2ac25c767ef.tar.xz | |
Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/snake.tex')
| -rw-r--r-- | manual/plugins/snake.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex index dfe596b..c43d588 100644 --- a/manual/plugins/snake.tex +++ b/manual/plugins/snake.tex @@ -1,4 +1,11 @@ \subsection{Snake} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-snake-\genericimg.png} +\end{center} +\caption{Snake} +\end{figure} + This is the popular snake game. The aim is to grow your snake as large as possible by eating the dots that appear on the screen. The game will end when the snake touches either the borders of the screen or itself. |