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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2020 Timothée Giet <animtim@gmail.com>
0004  *
0005  * Authors:
0006  *   Siddhesh suthar <siddhesh.it@gmail.com> (Qt Quick port)
0007  *   Timothée Giet <animtim@gmail.com> (complete activity rewrite)
0008  *
0009  * SPDX-License-Identifier: GPL-3.0-or-later
0010  */
0011 import GCompris 1.0
0012 
0013 ActivityInfo {
0014   name: "gravity/Gravity.qml"
0015   difficulty: 3
0016   icon: "gravity/gravity.svg"
0017   author: "Timothée Giet &lt;animtim@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Gravity")
0020   //: Help title
0021   description: qsTr("Introduction to the concept of gravity.")
0022   //intro: "Move the spaceship to avoid hitting the planets and reach the space station."
0023   //: Help goal
0024   goal: qsTr("Move the spaceship to avoid hitting the planets and reach the space station.")
0025   prerequisite: ""
0026   //: Help manual
0027   manual: qsTr("Move the spaceship with the left and right keys, or with the buttons on the screen for mobile devices. Try to stay near the center of the screen and anticipate by looking at the size and direction of the arrow showing the gravity force.") + ("<br><br>") +
0028           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0029           qsTr("Left and Right arrows: move the spaceship") + ("</li></ul>")
0030   credit: ""
0031   section: "sciences experiment"
0032   createdInVersion: 10000
0033 }