Initial Commit: CC - SpoonLib - Mouse Down (xcuv7akc4v.js)

beta.r3js.org
-=yb4f310 2018-01-17 15:16:18 +01:00
parent 4e11e9fbe6
commit d900122747
1 changed files with 16 additions and 0 deletions

16
xcuv7akc4v.js Normal file
View File

@ -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