diff --git a/ckplg6wqnl.js b/ckplg6wqnl.js new file mode 100644 index 0000000..813c8cf --- /dev/null +++ b/ckplg6wqnl.js @@ -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 \ No newline at end of file