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

beta.r3js.org
-=yb4f310 2018-03-15 21:23:24 +01:00
parent 451942ffa3
commit 45ce70e678
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
}
if (
body.orientation !== temp.orientation &&
body.orientation !== this.snake[index - 1].orientation &&
(index + 1) < this.snake.length
) {
/**