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

beta.r3js.org
-=yb4f310 2018-03-12 15:31:50 +01:00
parent 4fa99419f7
commit 179bfc969e
1 changed files with 2 additions and 2 deletions

View File

@ -178,11 +178,11 @@ GameLib.CustomCode.prototype.cloneBody = function(bodyType) {
position.y = this.snake[0].position.y;
}
return {
return new GameLib.CustomCode.SnakeBody(
mesh : mesh,
direction : direction,
position : position
}
);
}.bind(this);