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

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

View File

@ -906,9 +906,6 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
this.state.flip,
this.grid
);
backup.orientation = body.orientation;
backup.flip = body.flip;
this.grid[backup.position.x][backup.position.y] = new GameLib.CustomCode.GameObject();
@ -937,6 +934,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
}
backup.orientation = body.orientation;
backup.flip = body.flip;
} else {
temp = {