/* GCompris * * Copyright (C) 2015 Pulkit Gupta * * Authors: * Bruno Coudoin (GTK+ version) * Pulkit Gupta (Qt Quick port) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ import QtQuick 2.0 QtObject { property string instruction: qsTr("Katsushika Hokusai, Kazusa sea Route - 1830.") property variant levels : [ { "pixmapfile" : "image/bg.svg", "type" : "SHAPE_BACKGROUND_IMAGE", "width": 702, "height": 515 }, { "pixmapfile" : "image/KazusaSeaRoute_e5.png", "x" : "0.863", "y" : "0.842" }, { "pixmapfile" : "image/KazusaSeaRoute_d5.png", "x" : "0.693", "y" : "0.825" }, { "pixmapfile" : "image/KazusaSeaRoute_c5.png", "x" : "0.519", "y" : "0.842" }, { "pixmapfile" : "image/KazusaSeaRoute_b5.png", "x" : "0.323", "y" : "0.825" }, { "pixmapfile" : "image/KazusaSeaRoute_a5.png", "x" : "0.132", "y" : "0.825" }, { "pixmapfile" : "image/KazusaSeaRoute_e4.png", "x" : "0.863", "y" : "0.689" }, { "pixmapfile" : "image/KazusaSeaRoute_d4.png", "x" : "0.693", "y" : "0.671" }, { "pixmapfile" : "image/KazusaSeaRoute_c4.png", "x" : "0.499", "y" : "0.689" }, { "pixmapfile" : "image/KazusaSeaRoute_b4.png", "x" : "0.303", "y" : "0.654" }, { "pixmapfile" : "image/KazusaSeaRoute_a4.png", "x" : "0.132", "y" : "0.654" }, { "pixmapfile" : "image/KazusaSeaRoute_e3.png", "x" : "0.882", "y" : "0.498" }, { "pixmapfile" : "image/KazusaSeaRoute_d3.png", "x" : "0.713", "y" : "0.515" }, { "pixmapfile" : "image/KazusaSeaRoute_c3.png", "x" : "0.499", "y" : "0.515" }, { "pixmapfile" : "image/KazusaSeaRoute_b3.png", "x" : "0.303", "y" : "0.496" }, { "pixmapfile" : "image/KazusaSeaRoute_a3.png", "x" : "0.132", "y" : "0.48" }, { "pixmapfile" : "image/KazusaSeaRoute_e2.png", "x" : "0.882", "y" : "0.321" }, { "pixmapfile" : "image/KazusaSeaRoute_d2.png", "x" : "0.694", "y" : "0.34" }, { "pixmapfile" : "image/KazusaSeaRoute_c2.png", "x" : "0.499", "y" : "0.323" }, { "pixmapfile" : "image/KazusaSeaRoute_b2.png", "x" : "0.304", "y" : "0.323" }, { "pixmapfile" : "image/KazusaSeaRoute_a2.png", "x" : "0.113", "y" : "0.305" }, { "pixmapfile" : "image/KazusaSeaRoute_e1.png", "x" : "0.882", "y" : "0.169" }, { "pixmapfile" : "image/KazusaSeaRoute_d1.png", "x" : "0.713", "y" : "0.169" }, { "pixmapfile" : "image/KazusaSeaRoute_c1.png", "x" : "0.499", "y" : "0.15" }, { "pixmapfile" : "image/KazusaSeaRoute_b1.png", "x" : "0.303", "y" : "0.15" }, { "pixmapfile" : "image/KazusaSeaRoute_a1.png", "x" : "0.132", "y" : "0.15" } ] }