~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/draw-activity/draw.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GCompris>
 
3
  <Board
 
4
         name="draw"
 
5
         type="python:anim"
 
6
         section="/math/geometry"
 
7
         icon="draw.svg"
 
8
         mode="draw"
 
9
         difficulty="2"
 
10
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
 
11
         boarddir="">
 
12
         <_title>A simple vector-drawing tool</_title>
 
13
         <_description>A creative board where you can draw freely</_description>
 
14
        <_prerequisite>Needs to be capable of moving and clicking the mouse easily</_prerequisite>
 
15
        <_goal>In this game, children can draw freely. The goal is to discover how to create attractive drawings based on basic shapes: rectangles, ellipses and lines.</_goal>
 
16
        <_manual>Select a drawing tool on the left, and a color down the bottom, then click and drag in the white area to create a new shape. To save time, you can click with the middle mouse button to delete an object.</_manual>
 
17
  </Board>
 
18
</GCompris>