diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index 798212c..e2a4c99 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -169,7 +169,7 @@ GameLib.CustomCode.prototype.startAnimation = function (index) { return function (data) { __animationObject.time += data.delta * 4; - this.burnLight.intensity = Math.sin(__animationObject.time); + this.burnLight.intensity = 2 * Math.sin(__animationObject.time); this.burnLight.updateInstance('intensity'); this.tile_glowMaterial.opacity = Math.sin(__animationObject.time);