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