From d59a4074cc774299fc7415d6dae3840ad3e62a09 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 18 Feb 2018 13:22:22 +0100 Subject: [PATCH] Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 39 bytes modified --- 2xswm1bwq8.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index c3e5962..1742c5b 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -1305,7 +1305,7 @@ GameLib.CustomCode.prototype.spawnBigBlock = function () { block.center.position.x = 0; block.center.position.y = 0; - block.center.position.z = 0.4; + block.center.position.z = 2.5; block.center.updateInstance('position'); this.moveBlock(block, {up: true}, (GameLib.CustomCode.TETRIS_GRID_HEIGHT - GameLib.CustomCode.TETRIS_GRID_HEADSPACE), false); @@ -1515,9 +1515,9 @@ GameLib.CustomCode.prototype.endGame = function() { GameLib.Event.Emit( GameLib.Event.GAME_OVER, { - score: this.entityLoaded.score, - level: this.entityLoaded.level, - rows: this.entityLoaded.rows + score: this.score, + level: this.level, + rows: this.rows } );