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

« back to all changes in this revision

Viewing changes to src/maze-activity/maze.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="maze"
 
5
         type="maze"
 
6
         section="/discovery/mazeMenu"
 
7
         mode="2D"
 
8
         icon="maze.svg"
 
9
         difficulty="2"
 
10
         author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
 
11
         boarddir="maze">
 
12
         <_title>Maze</_title>
 
13
         <_description>Find your way out of the maze</_description>
 
14
        <_prerequisite>Can use the keyboard arrow to move an object.</_prerequisite>
 
15
        <_goal>Help Tux get out of this maze.</_goal>
 
16
        <_manual>Use the keyboard arrows to move Tux up to the door.</_manual>
 
17
  </Board>
 
18
</GCompris>