1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2016 Stefan Toncu <stefan.toncu29@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "photo_hunter/PhotoHunter.qml"
11  difficulty: 2
12  icon: "photo_hunter/photo_hunter.svg"
13  author: "Stefan Toncu &lt;stefan.toncu29@gmail.com&gt;"
14  //: Activity title
15  title: qsTr("Photo hunter")
16  //: Help title
17  description: qsTr("Find the differences between the two pictures.")
18  //intro: "look at the two pictures carefully and click where you see a difference"
19  //: Help goal
20  goal: qsTr("Visual perception.")
21  //: Help prerequisite
22  prerequisite: ""
23  //: Help manual
24  manual: qsTr("Observe the two pictures carefully. There are some slight differences. When you find a difference you must click on it.")
25  credit: ""
26  section: "fun"
27  createdInVersion: 6000
28}
29