diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index 4f53db6..b87e50e 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -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');