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

beta.r3js.org
-=yb4f310 2018-03-22 19:13:49 +01:00
parent f2550aa3bd
commit 56445c8aff
1 changed files with 6 additions and 3 deletions

View File

@ -1082,9 +1082,12 @@ GameLib.Event.Subscribe(
}
);
this.state = {
orientation : GameLib.CustomCode.ORIENTATION_UP
};
this.state = {
orientation : 0,
turning : false,
flip : 0,
eating : false
};
this.initializeGrid();
this.visualizeGrid();