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

beta.r3js.org
-=yb4f310 2018-03-12 21:11:29 +01:00
parent cf3e5bd9dc
commit c89cab91cc
1 changed files with 1 additions and 1 deletions

View File

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