diff --git a/21g30t1e75.js b/21g30t1e75.js index ce368e0..037a345 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;