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

beta.r3js.org
-=yb4f310 2018-03-13 13:41:39 +01:00
parent 55902c7d32
commit 1db4296513
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ GameLib.CustomCode.SnakeBody.prototype.advance = function(direction, rotation) {
this.position.x += direction.x;
this.position.y += direction.y;
this.rotation = rotation;
//this.rotation = rotation;
}
GameLib.CustomCode.prototype.advanceSnake = function(delta) {