Warning, /education/gcompris/tools/menus/maze3D.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "maze3D/Maze3D.qml"
0011   difficulty: 2
0012   icon: "maze3D/maze3D.svg"
0013   author: "Christof Petig &lt;christof@petig-baender.de&gt;"
0014   demo: true
0015   title: qsTr("3D Maze")
0016   description: qsTr("Find your way out of the 3D maze")
0017   goal: qsTr("Help Tux get out of this maze.")
0018   prerequisite: qsTr("Can use the keyboard arrow to move an object.")
0019   manual: qsTr("Use the keyboard arrows to move Tux up to the door. Use the spacebar to switch between 2D and 3D modes. 2D mode just gives you an indication of your position, like a map. You cannot move Tux in 2D mode.")
0020   credit: ""
0021   section: "/discovery/mazeMenu"
0022 }