Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/redraw_symmetrical.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-12-21 16:08:39 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-12-21 16:08:39 (GMT)
commitd115230da8fcf7cec2625f59716b196522bb6f7a (patch)
treed8a3410e8cb90072704e0c7889fd169f3129f951 /boards/redraw_symmetrical.xml.in
parentdbaed2f5fe31cc82fc1559461792009d8830f50e (diff)
boards/Makefile.am: added redraw_symmetrical
boards/melody.xml.in: created boards/redraw.xml.in: minor fix boards/redraw_symmetrical.xml.in: created docs/C/gcompris.texi: updated development process docs/C/python.html: updated development process docs/fr/gcompris.texi: updated development process po/POTFILES.in: added redraw_symmetrical src/boards/python/redraw.py: added support for symmetrical mode src/gcompris/bonus.h: indent fix src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set
Diffstat (limited to 'boards/redraw_symmetrical.xml.in')
-rw-r--r--boards/redraw_symmetrical.xml.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/boards/redraw_symmetrical.xml.in b/boards/redraw_symmetrical.xml.in
new file mode 100644
index 0000000..8ef7d7b
--- /dev/null
+++ b/boards/redraw_symmetrical.xml.in
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="redraw"
+ type="pythonboard"
+ section="/fun/."
+ mode="symmetrical"
+ difficulty="4"
+ icon="boardicons/redraw_symmetry.png"
+ author="Bruno Coudoin (bruno.coudoin@free.fr)"
+ boarddir="">
+ <_title>Redraw the given item</_title>
+ <_description>At each level, a drawing is displayed in the right area.
+You must redraw its symmetry in the left area.</_description>
+ <_prerequisite></_prerequisite>
+ <_goal>At each level, a drawing is displayed in the right area.
+You must redraw its symmetry in the left area.</_goal>
+ <_manual>First you must select the proper tool in the tool bar.
+Then, you must drag the mouse to create objects.
+When you are done, click on the OK button, you will be told were the
+errors are with little red cross.
+The order of objects (above/under) is not important but take care
+not to have unwanted object under others.</_manual>
+ </Board>
+</GCompris>