summaryrefslogtreecommitdiff
path: root/manual/plugins/dart_scorer.tex
diff options
context:
space:
mode:
authorJJ Style <style.jj@protonmail.com>2023-09-11 23:57:21 +0100
committerSolomon Peachy <pizza@shaftnet.org>2024-01-23 22:32:22 -0500
commit49910eca4b400c817d1a6b65a53348280374927a (patch)
treee9c0ad714de5a25e9fe345802a660892df20888a /manual/plugins/dart_scorer.tex
parentd50470bc7db942105c3bd774ea08a836b842d58c (diff)
downloadrockbox-49910eca4b400c817d1a6b65a53348280374927a.tar.gz
rockbox-49910eca4b400c817d1a6b65a53348280374927a.zip
Implement dart scorer plugin application.
Edit: - Add name to credits - Add entry in manual Change-Id: I0e0b062e001ae9134db3ee6e4fba21e93ddd04ee
Diffstat (limited to 'manual/plugins/dart_scorer.tex')
-rw-r--r--manual/plugins/dart_scorer.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/manual/plugins/dart_scorer.tex b/manual/plugins/dart_scorer.tex
new file mode 100644
index 0000000000..aab46894c6
--- /dev/null
+++ b/manual/plugins/dart_scorer.tex
@@ -0,0 +1,17 @@
1\subsection{Dart Scorer}
2
3The dart scorer plugin allows scoring a game of darts (301/501) for two players. It supports modifiers for double/triple hits, bullseye, undo, and game saving and resuming.
4
5\begin{btnmap}
6 \PluginUp, \PluginDown, \PluginLeft, \PluginRight
7 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight}
8 & Move cursor\\
9
10 \PluginSelect
11 & Select button under cursor\\
12
13 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel}
14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
15 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
16 & Go to menu\\
17\end{btnmap}