Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 20:44:08 +01:00
parent fdc1aeae04
commit cebe71ae9c
1 changed files with 1 additions and 1 deletions

View File

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