From 8fb16849ad00b6db72d5a5d4fd801b8fbd569cfe Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 18 Feb 2018 18:14:47 +0100 Subject: [PATCH] Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 60 bytes modified --- 2xswm1bwq8.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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');