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

beta.r3js.org
-=yb4f310 2018-03-23 08:32:14 +01:00
parent 3e6c1a7d8c
commit 544dc944b7
1 changed files with 6 additions and 2 deletions

View File

@ -134,7 +134,9 @@ this.state = {
orientation : 0,
turning : false,
flip : 0,
eating : false
eating : false,
exploding : false,
lives : 2
};
GameLib.CustomCode.prototype.visualizeGrid = function () {
@ -1108,7 +1110,9 @@ GameLib.Event.Subscribe(
orientation : 0,
turning : false,
flip : 0,
eating : false
eating : false,
exploding : false,
lives : 2
};
this.initializeGrid();