Warning, /education/gcompris/src/activities/programmingMaze/resource/tutorial2.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - tutorial2.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: "main"
0016     instructionTextVisible: false
0017     mainVisible: true
0018     procedureVisible: false
0019 }