Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-04-27 18:44:31 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-04-27 18:44:31 (GMT)
commitf9e5bd7b03539d0c002cc3e281a39fc1c5d6b04e (patch)
treed1dd9ae49e79473dbb9c339c3bf3cd67a40b9a61 /boards
parent7342446322953eff5b873a09b01e097af8ef0c48 (diff)
New activity to learn the mouse doubleclick in an attractive way.
New activity to learn the mouse doubleclick in an attractive way. svn path=/trunk/; revision=3385
Diffstat (limited to 'boards')
-rw-r--r--boards/Makefile.am1
-rw-r--r--boards/doubleclick.xml.in19
2 files changed, 20 insertions, 0 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index d7f6430..3972291 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -37,6 +37,7 @@ xml_in_files = \
connect4-2players.xml.in \
crane.xml.in \
discovery.xml.in \
+ doubleclick.xml.in \
doubleentry.xml.in \
draw.xml.in \
drawnumber.xml.in \
diff --git a/boards/doubleclick.xml.in b/boards/doubleclick.xml.in
new file mode 100644
index 0000000..59cd836
--- /dev/null
+++ b/boards/doubleclick.xml.in
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="goal"
+ type="python:doubleclick"
+ section="/computer/mouse"
+ icon="boardicons/doubleclick.svg"
+ difficulty="1"
+ author="Bruno Coudoin (bruno.coudoin@free.fr)"
+ boarddir="">
+ <_title>Score a goal</_title>
+ <_description>Double click on any mouse button to score a goal.</_description>
+ <_prerequisite></_prerequisite>
+ <_goal></_goal>
+ <_manual></_manual>
+ <_credit></_credit>
+ </Board>
+ <Data directory=""/>
+</GCompris>