From d900122747b39fd4298e5460a645b8de836713b8 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 17 Jan 2018 15:16:18 +0100 Subject: [PATCH] Initial Commit: CC - SpoonLib - Mouse Down (xcuv7akc4v.js) --- xcuv7akc4v.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xcuv7akc4v.js diff --git a/xcuv7akc4v.js b/xcuv7akc4v.js new file mode 100644 index 0000000..f29517f --- /dev/null +++ b/xcuv7akc4v.js @@ -0,0 +1,16 @@ +if (!this.entityLoaded) { + return; +} + +if (!this.initialized) { + + this.animationSystem = this.entityLoaded.animationSystem; + + this.initialized = true; +} + +this.animationSystem.started && this.animationSystem.stop(); + +//console.log('stopped'); + +//@ sourceURL=SpoonLibMouseDown.js \ No newline at end of file