~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/maze.xml

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-04-21 16:16:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020421161627-s07yahahm817qxs6
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

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
         icon="boardicons/maze.png"
 
7
         difficulty="2"
 
8
         author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
 
9
         boarddir="maze">
 
10
         <title>Maze</title>
 
11
         <title xml:lang="fr">Labyrinthe</title>
 
12
         <title xml:lang="nl">Doolhof</title>
 
13
         <description>Find your way out of the maze</description>
 
14
         <description xml:lang="fr">Trouve ta voie hors du labyrinthe</description>
 
15
         <description xml:lang="nl">Vind de uitgang van het doolhof</description>
 
16
        <prerequisite>Can use the keyboard arrow to move an object.</prerequisite>
 
17
        <goal>Help Tux get out of this maze.</goal>
 
18
        <manual>Use the keyboard arrows to move Tux up to the door.</manual>
 
19
  </Board>
 
20
</GCompris>