/usr/share/gcompris/boards/mazeInvisible.xml is in gcompris-data 12.01-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
name="mazeInvisible"
type="maze"
section="/discovery/mazeMenu"
mode="2DI"
icon="mazeInvisible.svg"
difficulty="4"
author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
boarddir="maze"
demo="1">
<title>Maze</title>
<description>Find your way out of the invisible maze</description>
<prerequisite>Can use the keyboard arrow to move an object.</prerequisite>
<goal>Help Tux get out of this maze.</goal>
<manual>Use the keyboard arrows to move Tux up to the door. Use the spacebar to switch between invisible and visible modes. Visible mode just gives you an indication of your position, like a map. You cannot move Tux in visible mode.</manual>
</Board>
</GCompris>
|