Update: CC - Bacon - Entity Loaded (8ia8dlk7l5.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 21:38:01 +01:00
parent 20c02e1ead
commit b1d53b4118
1 changed files with 1 additions and 1 deletions

View File

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