Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 106 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 15:33:45 +01:00
parent c208fec9a4
commit dfbded427e
1 changed files with 1 additions and 7 deletions

View File

@ -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();