Warning, /education/gcompris/src/activities/gnumch-equality/Reggie.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - Reggie.qml
0002 *
0003 * SPDX-FileCopyrightText: 2014 Manuel Tondeur <manueltondeur@gmail.com>
0004 *
0005 * Authors:
0006 *   Joe Neeman (spuzzzzzzz@gmail.com) (GTK+ version)
0007 *   Manuel Tondeur <manueltondeur@gmail.com> (Qt Quick port)
0008 *
0009 *   SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011 import QtQuick 2.12
0012 
0013 Monster {
0014     id: reggie
0015     monsterType: "reggie"
0016     frames: 3
0017 }