300b12e004
of plugins this is just exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22000 a1c6a512-1295-4272-9138-f99709370657
22 lines
618 B
TeX
22 lines
618 B
TeX
% $Id$ %
|
|
\subsection{Jackpot}
|
|
\screenshot{plugins/images/ss-jackpot}{Jackpot}{img:Jackpot}
|
|
This is a jackpot slot machine game. At the beginning of the game you
|
|
have 20\$. Payouts are given when three matching symbols come up.
|
|
|
|
% fill out for every other target...
|
|
\begin{table}
|
|
\begin{btnmap}{}{}
|
|
\opt{PLAYER_PAD}{\ButtonPlay}
|
|
\opt{HAVEREMOTEKEYMAP}{&
|
|
\opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
|
|
}
|
|
& Play \\
|
|
\opt{PLAYER_PAD}{\ButtonStop}
|
|
\opt{HAVEREMOTEKEYMAP}{&
|
|
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
|
}
|
|
& Exit the game \\
|
|
\end{btnmap}
|
|
\end{table}
|
|
|