Update: CC - Snake FS - Mouse Up (ckplg6wqnl.js) 273 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 22:27:38 +01:00
parent af5ec932e5
commit a78e4c9fc4
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ this.buttons.map(
button.materials[0].updateInstance('visible');
}
if (button.id === 'f5xmype7dq') {
if (this.state.paused) {
button.materials[0].visible = true;
button.materials[0].updateInstance('visible');
} else {
button.materials[0].visible = false;
button.materials[0].updateInstance('visible');
}
}
if (button.id === '0eo0kat3fb') {
if (this.state.muted) {
button.materials[0].visible = true;