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

beta.r3js.org
-=yb4f310 2018-03-12 15:36:08 +01:00
parent f48daffcaf
commit 374b9bf5f1
1 changed files with 4 additions and 0 deletions

View File

@ -114,7 +114,11 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
/**
* Move the body over
*/
result.push(this.snake[index + 1]);
}
return result;
}.bind(this),
[head]
)