blob: 44153e0a593522eee506502fb66ef9d552215f16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\subsection{Dice}
Dice is a simple dice rolling simulator. Select number and type of dice to roll
in a menu and start by choosing ``Roll Dice''. The result is shown as individual
numbers as well as the total of the rolled dice.
\begin{btnmap}
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
& Roll dice again\\
\PluginCancel
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Quit\\
\end{btnmap}
|