Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/draw.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-02-02 23:53:55 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-02-02 23:53:55 (GMT)
commit9048f9bc7457a118b6cb5876f6be1ff62f69cf39 (patch)
treea91650e2705e4c442a6e36a6c9c5c67507a5c0bd /boards/draw.xml.in
parent40aadbd6445c805f60a7c4e0025a3b03994d8a62 (diff)
- added a new maze variant on Yves suggestion. The 2D invisible maze. -
- added a new maze variant on Yves suggestion. The 2D invisible maze. - changed anim to support the draw mode
Diffstat (limited to 'boards/draw.xml.in')
-rw-r--r--boards/draw.xml.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/boards/draw.xml.in b/boards/draw.xml.in
index 64c54f0..312916b 100644
--- a/boards/draw.xml.in
+++ b/boards/draw.xml.in
@@ -2,12 +2,13 @@
<GCompris>
<Board
name="draw"
- type="draw"
+ type="python:anim"
section="/fun/."
icon="boardicons/draw.png"
- difficulty="0"
- author="Bruno Coudoin (bruno.coudoin@free.fr)"
- boarddir="colornforms">
+ mode="draw"
+ difficulty="2"
+ author="Yves Combe (yves@ycombe.net)"
+ boarddir="">
<_title>A simple vector drawing tool</_title>
<_description>Creative board where you can draw freely</_description>
<_prerequisite>Needs to handle the mouse with the click easily</_prerequisite>