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

7 lines
126 B
QML

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