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

beta.r3js.org
-=yb4f310 2018-03-22 12:54:54 +01:00
parent 069b5abdbc
commit 8891351615
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ this.powerups = [];
this.state = { this.state = {
orientation : 0, orientation : 0,
turning : false, turning : false,
flip : 0 flip : 0,
eating : false
}; };
GameLib.CustomCode.prototype.visualizeGrid = function () { GameLib.CustomCode.prototype.visualizeGrid = function () {