From 89380e5649c7b98a392364e921ff34f9de344bd1 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 14 Nov 2017 13:03:59 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 105 bytes modified --- 72d6a2a3kc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/72d6a2a3kc.js b/72d6a2a3kc.js index bedf757..867af27 100644 --- a/72d6a2a3kc.js +++ b/72d6a2a3kc.js @@ -219,6 +219,10 @@ if (this.mouseIsDown) { if (mesh.instance.material.emissive) { mesh.instance.material.emissive.add(this.toRed); mesh.instance.material.emissive.add(this.toRed); + + if (mesh.instance.material.emissive.r >= 1.0) { + console.log('!explode!'); + } } } }