Warning, /education/gcompris/src/activities/programmingMaze/resource/tutorial1.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - tutorial1.qml 0002 * 0003 * SPDX-FileCopyrightText: 2021 Timothée Giet <animtim@gcompris.net> 0004 * 0005 * Authors: 0006 * Timothée Giet <animtim@gcompris.net> 0007 * 0008 * SPDX-License-Identifier: GPL-3.0-or-later 0009 */ 0010 import QtQuick 2.12 0011 import GCompris 1.0 0012 0013 TutorialBase { 0014 //the highlighted area 0015 activeAreaTuto: "instruction" 0016 instructionTextVisible: true 0017 mainVisible: false 0018 procedureVisible: false 0019 }