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

7 lines
128 B
QML

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