From b1d53b41185ec2b059aad0cebf2a93b4c031874f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 18 Feb 2018 21:38:01 +0100 Subject: [PATCH] Update: CC - Bacon - Entity Loaded (8ia8dlk7l5.js) 0 bytes modified --- 8ia8dlk7l5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8ia8dlk7l5.js b/8ia8dlk7l5.js index bd7ef4c..e40274c 100644 --- a/8ia8dlk7l5.js +++ b/8ia8dlk7l5.js @@ -170,7 +170,7 @@ GameLib.CustomCode.prototype.startAnimation = function (index) { return function (data) { __animationObject.time += data.delta * 4; - this.burnLight.intensity = 2 * Math.sin(__animationObject.time); + this.burnLight.intensity = 4 * Math.sin(__animationObject.time); this.burnLight.updateInstance('intensity'); this.tile_glowMaterial.opacity = Math.sin(__animationObject.time);