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

beta.r3js.org
-=yb4f310 2018-03-15 13:02:41 +01:00
parent dee152b005
commit f034512301
1 changed files with 7 additions and 1 deletions

View File

@ -255,7 +255,13 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
tail = parent;
}
tail.advance(
this.state.orientation
);
tail.applyToMesh();
newSnake.push(tail);
this.snake = newSnake;