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);