diff --git a/21g30t1e75.js b/21g30t1e75.js index 02371ae..ced4323 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -836,7 +836,7 @@ GameLib.CustomCode.prototype.gameOver = function(won) { if (won) { this.state.message = { text: "YOU WON!", - x: 127, + x: 152, y: 256 }; } else { @@ -1683,12 +1683,6 @@ GameLib.Event.Subscribe( message : null, gameOver : false }; - - this.state.message = { - text: "YOU WON!", - x: 152, - y: 256 - }; this.initializeGrid(); this.visualizeGrid();