diff --git a/21g30t1e75.js b/21g30t1e75.js index 037a345..ce368e0 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -219,7 +219,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.position.x = position.x; body.position.y = position.y; - body.rotation += rotation; + body.rotation = rotation; position.x = tempPosition.x; position.y = tempPosition.y;