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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010     name: "ballcatch/Ballcatch.qml"
0011     difficulty: 1
0012     icon: "ballcatch/ballcatch.svg"
0013     author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0014     //: Activity title
0015     title: qsTr("Make the ball go to Tux")
0016     //: Help title
0017     description: qsTr("Press the left and right arrow keys at the same time, to make the ball go in a straight line.")
0018 //    intro: "Press the left and right arrows at the same time to send the ball straight on"
0019     goal: ""
0020     prerequisite: ""
0021     //: Help manual
0022     manual: qsTr("Press the left and right arrow keys at the same time, to make the ball go in a straight line. On a touch screen you have to touch the two hands at the same time.")
0023     credit: ""
0024     section: "computer keyboard"
0025   createdInVersion: 0
0026 }