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

beta.r3js.org
-=yb4f310 2018-02-18 18:14:47 +01:00
parent c2d055acb1
commit 8fb16849ad
1 changed files with 3 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ GameLib.CustomCode.prototype.spawnBigBlock = function () {
this.moveBlock(block, {left: true}, block.offset.x, false);
this.moveBlock(block, {down: true}, block.offset.y, false);
block.center.updateInstance('position');
this.nextBlock = this.spawnNextBlock();
return block;
@ -1672,6 +1672,8 @@ GameLib.Event.Emit(
this.tile_center.materials[0].opacity = 0;
this.tile_center.materials[0].updateInstance('opacity');
this.tile_center.updateFromQuaternion = false;
this.createTile('tile_bacon_disappearing');
this.tile_bacon_disappearing.materials[0].color.fromHex('#3e1d1d');