Warning, /education/gcompris/src/activities/paintings/resource/board/board13_0.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris 0002 * 0003 * SPDX-FileCopyrightText: 2015 Pulkit Gupta <pulkitgenius@gmail.com> 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("Michelangelo, Pieta - 1499") 0015 property var levels : [ 0016 { 0017 "pixmapfile" : "image/bg.svg", 0018 "type" : "SHAPE_BACKGROUND_IMAGE", 0019 "width": 702, 0020 "height": 515 0021 }, 0022 { 0023 "pixmapfile" : "image/Michelangelo_Pieta_c4.webp", 0024 "x" : "0.696", 0025 "y" : "0.854" 0026 }, 0027 { 0028 "pixmapfile" : "image/Michelangelo_Pieta_b4.webp", 0029 "x" : "0.474", 0030 "y" : "0.854" 0031 }, 0032 { 0033 "pixmapfile" : "image/Michelangelo_Pieta_a4.webp", 0034 "x" : "0.275", 0035 "y" : "0.831" 0036 }, 0037 { 0038 "pixmapfile" : "image/Michelangelo_Pieta_c3.webp", 0039 "x" : "0.719", 0040 "y" : "0.619" 0041 }, 0042 { 0043 "pixmapfile" : "image/Michelangelo_Pieta_b3.webp", 0044 "x" : "0.521", 0045 "y" : "0.619" 0046 }, 0047 { 0048 "pixmapfile" : "image/Michelangelo_Pieta_a3.webp", 0049 "x" : "0.298", 0050 "y" : "0.617" 0051 }, 0052 { 0053 "pixmapfile" : "image/Michelangelo_Pieta_c2.webp", 0054 "x" : "0.696", 0055 "y" : "0.352" 0056 }, 0057 { 0058 "pixmapfile" : "image/Michelangelo_Pieta_b2.webp", 0059 "x" : "0.474", 0060 "y" : "0.352" 0061 }, 0062 { 0063 "pixmapfile" : "image/Michelangelo_Pieta_a2.webp", 0064 "x" : "0.275", 0065 "y" : "0.377" 0066 }, 0067 { 0068 "pixmapfile" : "image/Michelangelo_Pieta_c1.webp", 0069 "x" : "0.696", 0070 "y" : "0.138" 0071 }, 0072 { 0073 "pixmapfile" : "image/Michelangelo_Pieta_b1.webp", 0074 "x" : "0.497", 0075 "y" : "0.138" 0076 }, 0077 { 0078 "pixmapfile" : "image/Michelangelo_Pieta_a1.webp", 0079 "x" : "0.298", 0080 "y" : "0.138" 0081 } 0082 ] 0083 }