Initial Commit: CC - Snake FS - Mouse Up (ckplg6wqnl.js)

beta.r3js.org
-=yb4f310 2018-03-24 19:11:17 +01:00
parent 554ec4de16
commit 3a5e0dce83
1 changed files with 16 additions and 0 deletions

16
ckplg6wqnl.js Normal file
View File

@ -0,0 +1,16 @@
if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.buttons = this.entityLoaded.buttons;
this.initialized = true;
}
this.buttons.map(
function(button) {
button.materials[0].visible = false;
button.materials[0].updateInstance('visible');
}
);
//@ sourceURL=mouseUp.js