Warning, /education/gcompris/src/activities/details/resource/board/board16_0.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris
0002 *
0003 * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004 *
0005 * Authors:
0006 * Bruno Coudoin <bruno.coudoin@gcompris.net> (GTK+ version)
0007 * Pulkit Gupta <pulkitgenius@gmail.com> (Qt Quick port)
0008 *
0009 * SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011 import QtQuick 2.12
0012
0013 QtObject {
0014 property string instruction: qsTr("Panorama of Château de Chenonceau, Indre-et-Loire, France.")
0015 property var levels: [
0016 {
0017 "pixmapfile" : "image/Chenonceau_background.webp",
0018 "type" : "SHAPE_BACKGROUND_IMAGE"
0019 },
0020 {
0021 "pixmapfile" : "image/Chenonceau_0.webp",
0022 "x" : "0.199",
0023 "y" : "0.459",
0024 "dropAreaSize" : "8"
0025 },
0026 {
0027 "pixmapfile" : "image/Chenonceau_1.webp",
0028 "x" : "0.318",
0029 "y" : "0.421",
0030 "dropAreaSize" : "8"
0031 },
0032 {
0033 "pixmapfile" : "image/Chenonceau_2.webp",
0034 "x" : "0.469",
0035 "y" : "0.579",
0036 "dropAreaSize" : "8"
0037 }
0038 ]
0039 }