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

beta.r3js.org
-=yb4f310 2018-03-22 20:00:55 +01:00
parent 36b069362c
commit b371e3f119
1 changed files with 3 additions and 1 deletions

View File

@ -1008,7 +1008,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
if ((body.orientation !== backup.orientation) &&
(index === 1)) {
this.createCorner(body, backup);
body.orientation = backup.orientation;
body.flip = backup.flip;
this.createCorner(body, temp);
}
return;