Warning, /education/gcompris/src/activities/maze/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Stephane Mankowski <stephane@mankowski.fr>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "maze/Maze.qml"
0011   difficulty: 1
0012   icon: "maze/maze.svg"
0013   author: "Stephane Mankowski &lt;stephane@mankowski.fr&gt;"
0014   //: Activity title
0015   title: qsTr("Maze")
0016   //: Help title
0017   description: qsTr("Help Tux get out of this maze.")
0018 //  intro: "Use the arrows keys or swipe the touch screen to help Tux find his way out."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Use the arrow keys or swipe the screen to move Tux to the door.") + "<br><br>" +
0023           qsTr("In first levels, Tux walks comfortably, one step on each move request, through the maze.") + "<br><br>" +
0024           qsTr("For larger mazes, there is a special walking mode, called \"run-fast-mode\". If this run-fast-mode is enabled, Tux will run all the way automatically until he reaches a fork and you have to decide which way to go further.")  + "<br><br>" +
0025           qsTr("You can see whether this mode is enabled or not, by looking at Tux's feet: If Tux is barefoot, \"run-fast-mode\" is disabled. And if he wears red sport shoes, \"run-fast-mode\" is enabled.") + "<br><br>" +
0026           qsTr("At higher levels, run-fast-mode will be enabled automatically. If you want to use this feature in earlier levels or want to disable it in advanced levels, click on the \"barefoot / sportshoe\" icon in the upper left corner of the screen to toggle the run-fast-mode.\t") + ("<br><br>") +
0027           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0028           qsTr("Arrows: navigate") + ("</li></ul>")
0029   credit: ""
0030   section: "fun maze"
0031   createdInVersion: 0
0032 }