/* GCompris - ActivityInfo.qml * * Copyright (C) 2016 Stefan Toncu * * 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: "photo_hunter/PhotoHunter.qml" difficulty: 2 icon: "photo_hunter/photo_hunter.svg" author: "Stefan Toncu <stefan.toncu29@gmail.com>" demo: true //: Activity title title: qsTr("Photo Hunter") //: Help title description: qsTr("Find the differences between the two pictures!") //intro: "look at the two pictures carefully and click where you see a difference" //: Help goal goal: qsTr("Visual Discrimination") //: Help prerequisite prerequisite: "" //: Help manual manual: qsTr("Observe the two pictures carefully. There are some slight differences. When you find a difference you must click on it.") credit: "" section: "puzzle" createdInVersion: 6000 }