Update: CC - SnailRunner - Mouse Move (8nu6b5p9pb.js) 138 bytes modified

beta.r3js.org
Theunis Johannes Botha 2018-03-07 16:17:32 +01:00
parent 41e5d86ebe
commit 7fc319562b
1 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,12 @@
return null;
if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.snail = this.entityLoaded.snail;
this.initialized = true;
}
console.log(data);
//@ sourceURL=mouseMove.js