From 3a5e0dce83143f383f450a5b5ea0a13a50d81976 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 19:11:17 +0100 Subject: [PATCH] Initial Commit: CC - Snake FS - Mouse Up (ckplg6wqnl.js) --- ckplg6wqnl.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ckplg6wqnl.js 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