/* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Stephane Mankowski * * 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: "penalty/Penalty.qml" difficulty: 1 icon: "penalty/penalty.svg" author: "Stephane Mankowski <stephane@mankowski.fr>" demo: true title: qsTr("Penalty kick") description: qsTr("Double click or double tap on the ball to score a goal.") // intro: "Double click or double tap on the ball to score a goal." goal: "" prerequisite: "" manual: qsTr("Double click or double tap on the ball to kick it. " + "You can double click the left right or middle mouse button. " + "If you lose, Tux catches the ball. You must click on it to " + "bring it back to its former position") credit: "" section: "computer mouse" }