Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/anim.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-06-13 23:34:50 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-06-13 23:34:50 (GMT)
commit35ed46f9e9247ab3f5f9434fe3967b1cf11f6d94 (patch)
tree64951bb9c9b661690f65f78b7766923bf2f7c5fc /boards/anim.xml.in
parentdc4b44528fb7f52e31ebf95c53c40510283e7b60 (diff)
added README.mingw copyed from a mingw ported program. can find back
* .cvsignore: * Makefile.am: added README.mingw * README.mingw: copyed from a mingw ported program. can find back which. Not adapted to gcompris maybe highly wrong but it's better than nothing. * boards/Makefile.am: -A- added anim by Yves Combe yves at ycombe point net * boards/anim.xml.in: -A- * boards/anim/camera.png: created by Bruno * boards/boardicons/anim.png: created by Bruno * gcompris.ico: for windows * po/POTFILES.in: -A- * src/boards/clickgame.c: (get_bplugin_info), (clickgame_is_our_board): changed plugin name ti suit the standard and ease the windows maintenance * src/boards/clockgame.c: (display_hour): hour needle is shorter now. (due to user remarks) * src/boards/menu.c: added static where missing * src/boards/python/Makefile.am: -A- * src/boards/python/anim.py: -A- * src/boards/traffic.c: added static where missing * src/boards/wordsgame.c: (key_press): nothing.
Diffstat (limited to 'boards/anim.xml.in')
-rw-r--r--boards/anim.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/boards/anim.xml.in b/boards/anim.xml.in
new file mode 100644
index 0000000..52f358a
--- /dev/null
+++ b/boards/anim.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="anim"
+ type="python:anim"
+ section="/fun/."
+ mode="normal"
+ difficulty="3"
+ icon="boardicons/anim.png"
+ author="Yves Combe <yves@ycombe.net>"
+ boarddir="">
+ <_title>Create an animation</_title>
+ <_description>Free drawing and animation tool.</_description>
+ <_prerequisite></_prerequisite>
+ <_goal></_goal>
+ <_manual></_manual>
+ </Board>
+</GCompris>