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

beta.r3js.org
-=yb4f310 2018-03-15 13:01:54 +01:00
parent 102b6070a3
commit dee152b005
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
tail = parent;
}
newSnake.push(tail);
this.snake = newSnake;
return;