~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to boards/reversecount.xml

  • 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="reversecount"
5
 
         type="reversecount" 
6
 
         section="/math/numeration"
7
 
         mode="" 
8
 
         difficulty="2"
9
 
         icon="boardicons/reversecount.svg" 
10
 
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
11
 
         boarddir="reversecount">
12
 
         <title>Practice subtraction with a fun game</title>
13
 
         <description>Tux is hungry. Help him find fish by counting to the correct ice spot.</description>
14
 
        <prerequisite>Can move the mouse, can read numbers and subtract numbers up to 10 for the first level</prerequisite>
15
 
        <goal>Tux is hungry. Help him find fish by counting to the correct ice spot.</goal>
16
 
        <manual>Click on the dice to show how many ice spots there are between Tux and the fish. Click the dice with the right mouse button to count backwards. When done, click on the OK button or hit the Enter key.</manual>
17
 
  </Board>
18
 
</GCompris>