Warning, /education/gcompris/src/activities/babyshapes/resource/board/board5_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("Hello! My name is Lock.")
0015    property var levels: [
0016       {
0017           "pixmapfile" : "dog1/dog.webp",
0018           "type" : "SHAPE_BACKGROUND_IMAGE"
0019       },
0020       {
0021           "pixmapfile" : "dog1/dog1.webp",
0022           "x" : "0.295",
0023           "y" : "0.745"
0024       },
0025       {
0026           "pixmapfile" : "dog1/dog2.webp",
0027           "x" : "0.793",
0028           "y" : "0.45"
0029       },
0030       {
0031           "pixmapfile" : "dog1/dog3.webp",
0032           "x" : "0.355",
0033           "y" : "0.25"
0034       }
0035    ]
0036 }