EQL5/examples/M-modules/quick/sokoban/qml/ext/NumberAnimation.qml
2017-06-21 21:13:29 +02:00

7 lines
124 B
QML

import QtQuick 2.0
import EQL5 1.0
NumberAnimation {
onRunningChanged: Lisp.call("qsoko:animation-change", running)
}