/* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Johnny Jazeix * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ import GCompris 1.0 ActivityInfo { name: "ballcatch/Ballcatch.qml" difficulty: 1 icon: "ballcatch/ballcatch.svg" author: "Johnny Jazeix <jazeix@gmail.com>" demo: true //: Activity title title: qsTr("Make the ball go to Tux") //: Help title description: qsTr("Press the left and right arrow keys at the same time, to make the ball go in a straight line.") // intro: "Press the left and right arrow key at the same time to send the ball straight on" //: Help goal goal: "" //: Help prerequisite prerequisite: "" //: Help manual manual: qsTr("Press the left and right arrow at the same time, to make the ball go in a straight line. On a touch screen you have to hit the two hands at the same time.") credit: "" section: "computer keyboard" }