Update: CC - Snake FS - Mouse Down (gzewp2awcf.js) 60 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 22:18:44 +01:00
parent 00445de599
commit 80ef2e2005
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ if (!this.initialized) {
this.buttons = this.entityLoaded.buttons;
this.raycaster = this.entityLoaded.raycaster;
this.canvasHUD = this.entityLoaded.canvasHUD;
this.state = this.entityLoaded.state;
this.initialized = true;
}
@ -85,6 +86,9 @@ intersects.map(
}
if (intersect.mesh.id === '0eo0kat3fb') {
this.
GameLib.Event.Emit(GameLib.Event.MUTE_AUDIO);
}
}