diff --git a/21g30t1e75.js b/21g30t1e75.js index 4862ad6..94df460 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -179,9 +179,9 @@ GameLib.CustomCode.prototype.cloneBody = function(bodyType) { } return new GameLib.CustomCode.SnakeBody( - mesh : mesh, - direction : direction, - position : position + mesh, + position, + direction ); }.bind(this);