1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/jackpot.tex
Alex Parker 8d194f08d7 Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether 
tables have been edited for the specific remote keymap.  The actual 
button can be added inside this opt.

Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
2009-07-22 18:08:51 +00:00

18 lines
498 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}{& }
& Play \\
\opt{PLAYER_PAD}{\ButtonStop}
\opt{HAVEREMOTEKEYMAP}{& }
& Exit the game \\
\end{btnmap}
\end{table}