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

beta.r3js.org
-=yb4f310 2018-03-19 09:48:07 +01:00
parent 4b5b7771e0
commit 1a381dc930
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.mesh = this.meshBreadCorner.clone();
}
body.orientation = temp.orientation;
//body.orientation = this.snake[index - 1].orientation;
}
}