Warning, /education/gcompris/src/activities/details/resource/board/board20_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("Castle Neuschwanstein at Schwangau, Bavaria, Germany")
0015    property var levels: [
0016       {
0017          "pixmapfile" : "image/Neuschwanstein_background.webp",
0018          "type" : "SHAPE_BACKGROUND_IMAGE"
0019       },
0020       {
0021          "pixmapfile" : "image/Neuschwanstein_0.webp",
0022          "x" : "0.876",
0023          "y" : "0.578",
0024          "dropAreaSize" : "8"
0025       },
0026       {
0027          "pixmapfile" : "image/Neuschwanstein_1.webp",
0028          "x" : "0.759",
0029          "y" : "0.537",
0030          "dropAreaSize" : "8"
0031       },
0032       {
0033          "pixmapfile" : "image/Neuschwanstein_2.webp",
0034          "x" : "0.674",
0035          "y" : "0.348",
0036          "dropAreaSize" : "8"
0037       },
0038       {
0039          "pixmapfile" : "image/Neuschwanstein_3.webp",
0040          "x" : "0.557",
0041          "y" : "0.465",
0042          "dropAreaSize" : "8"
0043       },
0044       {
0045          "pixmapfile" : "image/Neuschwanstein_4.webp",
0046          "x" : "0.553",
0047          "y" : "0.735",
0048          "dropAreaSize" : "8"
0049       },
0050       {
0051          "pixmapfile" : "image/Neuschwanstein_5.webp",
0052          "x" : "0.434",
0053          "y" : "0.537",
0054          "dropAreaSize" : "8"
0055       },
0056       {
0057          "pixmapfile" : "image/Neuschwanstein_6.webp",
0058          "x" : "0.325",
0059          "y" : "0.265",
0060          "dropAreaSize" : "8"
0061       },
0062       {
0063          "pixmapfile" : "image/Neuschwanstein_7.webp",
0064          "x" : "0.254",
0065          "y" : "0.11",
0066          "dropAreaSize" : "8"
0067       },
0068       {
0069          "pixmapfile" : "image/Neuschwanstein_8.webp",
0070          "x" : "0.165",
0071          "y" : "0.535",
0072          "dropAreaSize" : "8"
0073       },
0074       {
0075          "pixmapfile" : "image/Neuschwanstein_9.webp",
0076          "x" : "0.059",
0077          "y" : "0.499",
0078          "dropAreaSize" : "8"
0079       }
0080    ]
0081 }