From dfbded427e7b43ac8d5336c3c5beb3214174baaa Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 15:33:45 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 106 bytes modified --- 21g30t1e75.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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();