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

beta.r3js.org
-=yb4f310 2018-03-15 15:37:43 +01:00
parent 50dde13a4b
commit d9b747e925
1 changed files with 1 additions and 1 deletions

View File

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